What's changed
- Fixed SQL Server identifier truncation that could silently truncate identifiers to 128 chars, causing potential collisions at the database level.
- Added a breadth limit to the FilterExpressionParser to prevent excessive query conditions from generating unbounded SQL subqueries.
- Fixed missing bracket-quoting (
[]) in SQL Server queries generated byIUserProfileAdmin.QueryAsync.