Christopher Jolly
|
2230f06f13
|
With InlineTopParameters it didn't handle the case of a sum of two constant valuees
|
2 years ago |
Christopher Jolly
|
a93c205194
|
When using FromSql, parameters can end up named without the @ at the beginning. This leads to the failure to match it to the Sql where the string is generated with the @.
If we can't find the parameter using the normal name, try to pick it up when excluding the @
|
2 years ago |
Christopher Jolly
|
5e32650f6d
|
Dispose of any new JetCommands created when splitting commands properly. This were not being disposed of and still holding a link to the database thereby preventing some file access e.g. Deleting a file
|
2 years ago |
Christopher Jolly
|
429c67ca3a
|
Some skip...take optimization and fix using multiple take after a skip
|
3 years ago |
Christopher Jolly
|
8c9dff5d36
|
Initial support for Skip....Take. Take...Skip and Skip currently do not work properly
|
3 years ago |
Christopher Jolly
|
9464868c1d
|
Reverse the order of the indices. We need to work backwards on the string to keep the indices correct
|
3 years ago |
Christopher Jolly
|
710376d50f
|
Enable nullable on src projects (not tests)
Fix Math and String translator to add missing translations and make it similar to how sql server generates
Update lots of tests
|
3 years ago |
Christopher Jolly
|
093890fa66
|
[Fix]: Don't update the command to the trim'd version. If using an interceptor, it has already gotten the original commandText. Any comparisons between the actual result and the interceptor would fail
|
3 years ago |
Laurents Meyer
|
1eb7ec7793
|
Fix EXIST handling in regards to line breaks. (#117) (#118)
|
4 years ago |
Laurents Meyer
|
3595734d47
|
Fix remaining EFCore.Jet.Data tests (#92)
* Refactor dual table handling.
* Fix remaining EFCore.Jet.Data tests.
|
5 years ago |
Laurents Meyer
|
56bf71b17f
|
Fix schema and rename related issues and tests (#89)
* Fix schema and rename related issues and tests.
* Adjust rename syntax for better standard conformity.
|
5 years ago |
Laurents Meyer
|
1df41e8b43
|
Fix JetCommand regarding CREATE PROCEDURE statements and command splitting. (#87)
|
5 years ago |
Laurents Meyer
|
64ebb61c0a
|
Rename System.Data.Jet to EntityFrameworkCore.Jet.Data (#75)
* Rename System.Data.Jet and System.Data.Jet.Test projects.
* Rename System.Data.Jet and System.Data.Jet.Test namespaces.
|
5 years ago |