-
Notifications
You must be signed in to change notification settings - Fork 27
Various fixes #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various fixes #34
Conversation
Count could be desynchronized with collection contents during movements between states
- Fixed case when lazy load field fetched even if it has no constraint - Fixed but when validation tries to run on fields without constraints - Used late field value getting. Now validator gets value only when it is about to validate it. It is especially useful with lazy load fields.
Queries of a lot of entities have type Id as constant value column included to sql query and this cause SELECT ... FROM (SELECT) queries where outer select just used all the fields from inner select. For some cases such wrapping was turned off.
# Conflicts: # Orm/Xtensive.Orm.Tests/Xtensive.Orm.Tests.csproj
Test renames, some test structure improvements
- check real registered entities and then count - use factory method for state creation across all tests - remove test that copies already existed test - renames
|
Hi @alex-kulakov |
|
Seems to be that it is shown as binary after one of PRs merged into the master branch where file encoding was changed. I'll fix it in this PR. |
|
I have changed encoding for the file to UTF-8 and has to change it to commit but the file is still shows it as binary. Hmmm. Locally the file is threated as a text file though |
Contains a bunch of small fixes:
EntithChangeRegistry.Countvalue becomes corrupted.IssueJira0792_*file.In()extension in filter of bulk operations produces invalid query, for instance