Christopher Jolly
|
dd24f9a674
|
Code style cleanup (#271)
* Code cleanup and code style enhancement
* Oops
* Fix default provider type
* fix error
* Throw better error if GetMostRecentCompatibleProviders doesn't find anything
|
1 year ago |
Christopher Jolly
|
8a5c4d83ec
|
Generate guid's for primary key client side (#257)
* Generate guid's for primary key client side
|
1 year ago |
Christopher Jolly
|
b01faeb245
|
More fixes
|
1 year ago |
Christopher Jolly
|
043a9905a7
|
make sure all tests that should be overridden are
|
1 year ago |
Christopher Jolly
|
45bae420e2
|
Initial ef9 update. Mostly just getting the files to compile with all the ef9 changes
|
1 year ago |
Christopher Jolly
|
4b295003a9
|
Minor updates
|
2 years ago |
Christopher Jolly
|
fd57f4a3bd
|
Rename some extension methods so that it doesn't interfere with other providers (namely sql server)
|
3 years ago |
Christopher Jolly
|
7de8811773
|
Some tests adjustments
|
3 years ago |
Christopher Jolly
|
ab7a424ef4
|
Fix up Design time services to work properly. Add-Migration command in VS will work now
|
3 years ago |
Christopher Jolly
|
b1fa143d4d
|
Update to .Net 5 (#99)
* update to net 5
* Add DecimalTypeKey to the logger
* fix build
* fix sdk version for script
* Update dependencies.
* Fix version and dependencies.
* Readd necessary code paths, fix smaller upgrade issues, cleanup code.
* Fix project files.
* Fix tests.
* Readd removed JetQueryTranslationPostprocessorFactory injection.
Fix date/time related millisecond (double) support.
* Fix value generation.
Co-authored-by: Laurents Meyer <laucomm@gmail.com>
|
4 years ago |
Laurents Meyer
|
864be46354
|
Reimplement schema retrieval and scaffolding (#59)
* Reimplement schema retrieval.
* Reimplement scaffolder. Some Jet specific options have not been implemented yet.
|
5 years ago |
Lau
|
fedfc295d6
|
Remove "dbo" schema from most tests.
|
6 years ago |
Lau
|
d502f6e3c6
|
Replace SQL related square brackets with backticks in all code and script files.
|
6 years ago |
Lau
|
74dd677b00
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |