Christopher Jolly
563008f85e
Don't run certain tests in CI ( #278 )
...
* dont run migrationstest in CI
* fix IsCI
* remove non ci tests from green file
* try fix token
* [GitHub Actions] Update green tests.
* more tests
* [GitHub Actions] Update green tests.
---------
Co-authored-by: github-actions <github-actions@github.com>
8 months ago
Christopher Jolly
e3c8435220
Update auto_commit.yml ( #279 )
8 months ago
Christopher Jolly
1069897167
Update to sync to latest EF 9 ( #276 )
...
* Small fixes
* some smaller fixes to bring up to date to ef 9
* change version to rtm
8 months ago
Christopher Jolly
bf94f6e94d
change version to beta1 ( #274 )
1 year ago
Christopher Jolly
3ee8feaad6
Update dependencies to EFC 9 GA ( #273 )
...
* update to match efc 9 ga
* fix tests
* fix odbc
* fix another test
* Add some missed tests in MigrationsInfrastructure
1 year ago
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
1de9eb4382
Add translations for greatest/least,math.min/math.max ( #270 )
...
* Add translations for greatest/least,math.min/math.max using if statements
1 year ago
Christopher Jolly
ec6c702334
Add Std Dev and Variance using EF.Functions ( #269 )
...
* Add Std Dev and Variance using EF.Functions
1 year ago
Christopher Jolly
98bdd0a1f8
Update ACE install urls ( #268 )
1 year ago
Christopher Jolly
b651c6aa40
Don't use any conversion when the convert type mapping is a byte array ( #266 )
...
* Don't use any conversion when the convert type mapping is a byte array
* [GitHub Actions] Update green tests.
---------
Co-authored-by: github-actions <github-actions@github.com>
1 year ago
Christopher Jolly
083bc948ef
Update to final efcore RC2 build ( #267 )
...
* Update to final efcore RC2 build
* [GitHub Actions] Update green tests.
---------
Co-authored-by: github-actions <github-actions@github.com>
1 year ago
Christopher Jolly
8033475032
Sync to an RC2 build ( #265 )
...
* RC2 History Repo
* return the right ValueGenerated if it is mapped to json
* Since Jet doesn't do anything for GO we don't need to do anything like Sql server does
* Update the HistoryRepository
* Remove unused tests
* [GitHub Actions] Update green tests.
---------
Co-authored-by: github-actions <github-actions@github.com>
1 year ago
Christopher Jolly
b64c1d5e1c
Sync to EF RC1 ( #264 )
1 year ago
Christopher Jolly
42d60653e3
Update branding ( #263 )
1 year ago
Christopher Jolly
97ca7ff970
Test shouldn't have ended being marked as passing ( #262 )
1 year ago
Christopher Jolly
5fece6dd96
Cleanup ( #261 )
...
* Use primary constructors
Remove 2 obsolete tests
* fix build
* [GitHub Actions] Update green tests.
---------
Co-authored-by: github-actions <github-actions@github.com>
1 year ago
Christopher Jolly
f199d04cba
Improve Null Semantics tests ( #260 )
...
* Add missing test overrides
Fix sql literal output from a BoolTypeMapping
* [GitHub Actions] Update green tests.
---------
Co-authored-by: github-actions <github-actions@github.com>
1 year ago
Christopher Jolly
20c42dec52
Translate TimeOnly.FromDateTime and TimeOnly.FromTimeSpan ( #259 )
...
* Translate TimeOnly.FromDateTime and TimeOnly.FromTimeSpan
1 year ago
Christopher Jolly
f30c7268cd
Fix View splitting ( #258 )
...
* Fix View splitting
1 year ago
Christopher Jolly
4b3dcf5f30
Improvements to migrations ( #256 )
...
* Improve the migrations.
- Missing index sort order in model and sql
- When altering a column to non-nullable, have an UPDATE to make any NULL values the default value
* Changes to comments produce no SQL output as we don't handle comments
1 year ago
Christopher Jolly
bf6e8a17b2
Update SearchCondition visitor with improvements from SQL Server version ( #255 )
...
* Update SearchCondition visitor with improvements from SQL Server version
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
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