Commit Graph

39 Commits (master)

Author SHA1 Message Date
Christopher Jolly f200f33452
Update to EF 10 (RTM) (#287) 3 weeks ago
Christopher Jolly 2e33783fbe
Update to EF10 (#284) 5 months ago
Christopher Jolly d64bc37d1d
Update version for servicing (#283) 5 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 42d60653e3
Update branding (#263) 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 4dda3e41d5
Update to rc1 (#237) 2 years ago
Christopher Jolly 0a79a231f5
Update version info (#215) 2 years ago
Christopher Jolly 7887ede37a Update the prerelease version 2 years ago
Laurents Meyer b2998a4bf4
Fix CI for releases. (#194) 2 years ago
Christopher Jolly 7b6ee168e2
Properly read and write UTC values for DateTimeOffset (#188)
MS Access does not have a DateTimeOffset data type so the value should be converted to UTC and saved as a normal date/time

This fixes 2 things

Regression in 7.0 series where the DateTimeOffset was being written as Local time and not UTC.
When reading the value and converting from a DateTime, the Offset value ended up being implicitly set to the systems local time zone offset. A DateTimeOffset from a UTC value should actually have an offset of 0. This has been wrong since the 2.2 series
2 years ago
Laurents Meyer c712906ae1
Move from AZDO to GitHub Actions. (#148)
* Move from AZDO to GitHub Actions.

* Fix Xunit test runner configuration.

* Ensure deterministic test order until test runs are stable.

* Update to use new organization settings.

* Remove obsolete AZDO pipelines file.
2 years ago
Laurents Meyer 2155c12963 Update branding to 8.0.0-alpha.2. 2 years ago
Christopher Jolly 34f124c0f8 Update to .Net 8 2 years ago
Christopher Jolly 9e6617903f v7.0.3 2 years ago
Christopher Jolly 54a53915bc v7.0.2 3 years ago
Christopher Jolly a34dafb7bd
Update version for nuget 3 years ago
Christopher Jolly 0c8e8d296d 7.0.0 RTM 3 years ago
Christopher Jolly 1e73673f05 Set RC 1 3 years ago
Christopher Jolly 1b9eaab03f Beta 1 3 years ago
Christopher Jolly fca911d6c0 Set 7.0 alpha 2 3 years ago
Christopher Jolly b9e000dde2
Update Version.props
Start v7 from alpha 1
3 years ago
Christopher Jolly 5ea5fdc446
Merge branch 'master' into ef7 3 years ago
Christopher Jolly 4b7e8e6d2d Update version to 7 3 years ago
Christopher Jolly dd223df6fe update to alpha 2 3 years ago
Christopher Jolly 1f35ab88fd merge fixes from upstream 3 years ago
Laurents Meyer d90a35f595 Fix version checks in regards to official prepreleases. 4 years ago
Christopher Jolly 426240084d net 6 update 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 7d8a2f8319 Update branding to 3.1.1. 5 years ago
Laurents Meyer f0257af91c Fix CI for official prereleases. 5 years ago
Laurents Meyer 523c644c95 Update CI to support official releases, dependencies and the version to RTM. 5 years ago
Laurents Meyer 163cf317f4 Update branding to 3.1.0-alpha.5. 5 years ago
Laurents Meyer f9c5aa0a00 Update branding to 3.1.0-alpha.4. 5 years ago
Laurents Meyer 377efa6696 Update branding to 3.1.0-alpha.3. 5 years ago
Laurents Meyer f7580eda19 Update branding to 3.1.0-alpha.2. 5 years ago
Laurents Meyer e1216f4915 Fix versioning and projects.
Reactivate tests, but ignored failed tests for now.
5 years ago