Christopher Jolly
|
89515bb01a
|
Fix some tests to catch DbException and its derived types. Thus catching OdbcException or OleDbException depending on which provider the tests were using
|
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
|
ca1b158a72
|
Update tests
|
3 years ago |
Christopher Jolly
|
d100231ce9
|
[Tests]: Update tests
|
3 years ago |
Christopher Jolly
|
d51935d04a
|
[Fix][Test]: Exception can be either OleDb or Odbc
|
3 years ago |
Christopher Jolly
|
2f2de12dd5
|
enable and fix tests
|
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
|
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 |
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
|
3f19b269b4
|
Rename DataAccessType to DataAccessProviderType.
|
6 years ago |
Lau
|
41579e74c9
|
Cleanup all remaining ODBC and OLE DB references.
|
6 years ago |
Lau
|
d502f6e3c6
|
Replace SQL related square brackets with backticks in all code and script files.
|
6 years ago |
Lau
|
4d1f86bb0e
|
Implement parallel support for ODBC and OLE DB.
|
6 years ago |
Lau
|
74dd677b00
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |