Commit Graph

612 Commits (8a5c4d83ece0cb8999a7e325a8bd7966c79f0bae)
 

Author SHA1 Message Date
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 f97148f745
Create a new sequential guid generator based on the UUID version 7 (#254)
* Create a new sequential guid generator based on the UUID version 7
1 year ago
github-actions 2159969ecb [GitHub Actions] Update green tests. 1 year ago
Christopher Jolly f84d49f7de remove not applicable test 1 year ago
Christopher Jolly fee118c312 missed some tests for ODBC fix 1 year ago
Christopher Jolly f4a9e70e85 Fix ODBC parameter naming in SQL output 1 year ago
Christopher Jolly 027544896f GreenTests: MigrationsInfrastructure got moved to different folder/namespace 1 year ago
Christopher Jolly d974c6ed0d Fix tests: Have to specify minimum DateTime rather than the default with Jet 1 year ago
Christopher Jolly 48dadc2f5d Add Migration Lock feature in 1 year ago
Christopher Jolly def7692ee9 Update the expected data for Mission.Duration as since it is based on a datetime there is no millsecond support in Jet 1 year ago
Christopher Jolly 08be903455 Add a SharedTableConvention to set IndexesUniqueAcrossTables = false 1 year ago
Christopher Jolly 7f92dfc329 update to .net 9 preview 7 1 year ago
Christopher Jolly 76250d2aa8 Remove tests from green list 1 year ago
Christopher Jolly 6df8a915ee Fix some more tests 1 year ago
Christopher Jolly 29aea47543 - Allow a short to be mapped to the identity counter
- Fix some database model/migration issues
- Above includes some formatting of the precision and scale to not have a space after the comma
1 year ago
Christopher Jolly a2a4d5c20c For returning TimeSpan and TimeOnly we don't want to convert the Jet default datetime to the c# 0 1 year ago
Christopher Jolly 3bd4232a07 Fix the precompiled query tests 1 year ago
Christopher Jolly 74c7e3f527 Fix type mapping for Time of Day methods which needs to be TimeSpan 1 year ago
Christopher Jolly 1e091fdefd fix tests 1 year ago
Christopher Jolly fc09548111 Add further tests that were missing 1 year ago
Christopher Jolly 00c79ae541 small fixes 1 year ago
Christopher Jolly 3193634d2b update tests 1 year ago
Christopher Jolly 80ae790a64 Fix tests for Nullable ToString efcore #34014 and #33940 1 year ago
Christopher Jolly 05dd4b6180 More test fixes 1 year ago
Christopher Jolly 8c7a189260 Upgrade EFCore to a daily build. Currently just after preview 7 1 year ago
Christopher Jolly fcb79337ae Some of these cases do work 1 year ago
Christopher Jolly 14d21012c0 Don't try to bulk skip any unsupported cross join. Current test skips too many that should go through and works 1 year ago
Christopher Jolly 3d85f906f5 Trhow Jet specific errors on more unsupported SQL. Allows us to bulk mark as skipped 1 year ago
Christopher Jolly 05885b0d50 Fix string literals in SQL 1 year ago
Christopher Jolly e570dfbf0f Set operations within an IN mustnt be simplified and must be encased within a SELECT 1 year ago
Christopher Jolly b5d3422022 More test fixes 1 year ago
Christopher Jolly c09c874a5d Use lowest datetime value possible when doing a firstordefault. Default with Jet (0 value) is not the lowest 1 year ago
Christopher Jolly 8ab1767b37 More fixes 1 year ago
Christopher Jolly c28915b8ca Remove JsonTypes from green tests. Need to regenerate for that class. Currently all tests are passing as expected 1 year ago
Christopher Jolly b01faeb245 More fixes 1 year ago
Christopher Jolly bd279b6bc6 Fix IndexOf 1 year ago
Christopher Jolly 043a9905a7 make sure all tests that should be overridden are 1 year ago
Christopher Jolly b10b3bc348 update green test files as some test classes were removed 1 year ago
Christopher Jolly ba02f1cfbd more test updates 1 year ago
Christopher Jolly 28b6768a4c update tests 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 df1ea3c7b6
update version for 8 rtm (#247) 2 years ago
Christopher Jolly c51b182962
AdoX GetRelations returns all key types not just foreign keys (#245)
* GetRelations only needs to return rows for foreign keys and not unique or primary keys. This makes it match DAO
2 years ago
Christopher Jolly d20cafa6bf
Cleanup unneeded code (#246)
* remove some unnecessary stuff
2 years ago
Christopher Jolly 2d5930abc9
Up date to latest ef core dependency (#244) 2 years ago
Christopher Jolly 4a11689835
MS have removed the 2010 redistributable from their website. Use Wayback Machine url for now (#243) 2 years ago
Laurents Meyer 49b9a9cac2
Update README.md to correct supported .NET (Core) versions (#238)
Providers are usually compatible with future .NET versions, not just the version that was current at the time of the release.

(They are usually only compatible with one specific EF Core major version though.)
2 years ago
Christopher Jolly 4dda3e41d5
Update to rc1 (#237) 2 years ago
Christopher Jolly 6ad608581b
Fix DateTimeOffset Now and UtcNow (#235)
* Fix DateTimeOffset Now and UtcNow
2 years ago
Christopher Jolly d8d47443f0
Add option to ignore msys tables when scaffolding (#236)
* Add option to ignore msys tables when scaffolding
2 years ago