Releases: HicServices/FAnsiSql
Releases · HicServices/FAnsiSql
v3.2.7
v3.2.6
What's Changed
- Fix up various nullability warnings by @jas88 in #286
- Remove Postgres DB List Database Mangling by @JFriel in #290
- Get Version directly from postgres driver by @jas88 in #291
- Bump HIC.TypeGuesser from 1.2.4 to 1.2.6 by @dependabot in #292
- Bump Oracle.ManagedDataAccess.Core from 23.4.0 to 23.5.0 by @dependabot in #289
Full Changelog: v3.2.5...v3.2.6
Merge pull request #285 from HicServices/release/v3.2.5
v3.2.4: Merge pull request #283 from HicServices/task/bump-patch-to-3.2.4
Task/bump patch to 3.2.4
v3.2.3
What's Changed
- Fix db enumeration including Postgres issue by @jas88
- Fix Postgres and MySQL boolean type handling by @jas88
- Bump MySqlConnector from 2.3.5 to 2.3.7
- Bump Npgsql from 8.0.2 to 8.0.3
- Bump Oracle.ManagedDataAccess.Core from 3.21.130 to 23.4.0
Full Changelog: v3.2.2...v3.2.3
v3.2.2
allow sql bulk copy to have custom timeout
v3.2.1
v3.2.0
What's Changed
- Target .Net 8, enable AOT warnings by @jas88 in #227
- Bump HIC.TypeGuesser from 1.0.3 to 1.2.1
- Bump Microsoft.Data.SqlClient from 5.0.1 to 5.1.5
- Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0
- Bump MySqlConnector from 2.1.13 to 2.3.5
- Bump Npgsql from 6.0.7 to 8.0.2
- Bump Oracle.ManagedDataAccess.Core from 3.21.100 to 3.21.130
- Bump System.ComponentModel.Composition from 6.0.0 to 7.0.0
New Contributors
Full Changelog: v3.1.1...v3.2.0
v3.1.1
- Bugfix: MySQL text was erroneously capped at 64k (TEXT) instead of LONGTEXT (4GiB)
- Adjust timeout handling, use 10 seconds not 3 for server live tests since our Azure VM is slow
- Bump MySqlConnector from 2.2.6 to 2.2.7
- Bump Oracle.ManagedDataAccess.Core from 3.21.100 to 3.21.110
v3.1.0
Nupkg symbols fix