-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Entity Framework Dynamic LINQ support (#79)
* Working on EF SQL adapter * Progress * Small progress * Some progress on SQL translation * Progress * Progress * More progress * Fix test * Fix tests * More ways to get entitytype * Params * More refactoring * More refactoring * More refactor * Make copy of cached fields so they don't get polluted * Add entity type filter * Change to navigation filter * Add date support * Add default field search support * Adding support for junction tables. Better recursion detection. * Don't exit on collections * Fix build warnings * Fix collection field support on default fields * Add support for money data type * PR feedback * Date math and fixed missing and exists * Fix double validation * Allow controlling what includes are called * Allow changing include name * Add checks for navigation collections (#80) * test(sql): add tests for using navigations * fix: correct tests to highlight navigation bug * fix: add check if skip navigation is collection * test: add checks to confirm skip navigations * fix: respect ISkipNavigation#IsCollection * Update deps * Dummy change --------- Co-authored-by: Luke Gordon <[email protected]>
- Loading branch information
Showing
23 changed files
with
1,768 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.