Laurents Meyer
|
6a8ccd27de
|
Fix transactions issues (#129)
* Fix active transaction support and disposed handling.
* Add transaction baseline tests.
* Fix transaction tests.
|
4 years ago |
Laurents Meyer
|
1eb7ec7793
|
Fix EXIST handling in regards to line breaks. (#117) (#118)
|
4 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
|
12614cd7a1
|
Ensure columns of relationships (FK -> PK/AK) are applied in the original order, when scaffolding. (#104)
|
5 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
|
b749447fd0
|
Add support for PASSWORD clause in EFCore.Jet specific CREATE DATABASE statement (#91)
* Add support for PASSWORD clause in EFCore.Jet specific CREATE DATABASE statement.
* Add negative test.
|
5 years ago |
Laurents Meyer
|
45dcfbe0dd
|
When creating databases, automatically use the latest database version that is supported by the current file extension. (#90)
|
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
|
45e7d8a365
|
Fix CREATE/DROP DATABASE related issues. (#88)
|
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 |