-
Notifications
You must be signed in to change notification settings - Fork 5
Releases
Nikos Sarris edited this page Nov 21, 2020
·
11 revisions
The release number will follow the release number of Linq2DB that this package is compatible with. The revision wil be specific to this package.
e.g. release 2.2.0.1 release is compatible with Linq2Db 2.2.0.
- Added proper cast to NULL SqlValues
- Added IMMEDIATE to truncate table clause
- Handled table name when schema missing properly
- Handled procedure schema calls for each provider
- Fixed a bug where Data_Type was not retreived in procedure parameters
- Removed all references to AccessClient .net provider from .net Standard build
- Fixed Week function using iSeries embedded Week function instead of DayOfYear/7
- Merge and NChar support in provider flags
- Ported all tests from linq2db v3.1.6
- Checked for compatibility with Linq2Db v3.1.5
- Added support for .net Standard 2.0
- Added support for OleDb, ODBC and DB2(DB2Connect) providers
- Added AccessClient native .net provider provider specific bulk copy
- Many compatobility fixes and improvements.
- Checked for compatibility with Linq2Db v2.9.2
- Checked for compatibility with Linq2Db v2.9.0
- Checked for compatibility with Linq2Db v2.7.0
- Checked for compatibility with Linq2Db v2.6.1
- changed Licence tag in NuSpec
- Added DBProviderFactory support (#29)
- Modifications for compatibility with Linq2Db v2.6.0
- Checked compatibility with Linq2Db v2.5.0
- Checked compatibility with Linq2Db v2.4.0
- Checked compatibility with Linq2Db v2.2.0
- Improved ProviderDetector which will check which version of the iSeries it is running against.
- Removed Dependency upon specific version of IBM.Data.DB2.iSeries.dll #14
- Fixed and refactored LoadExpressions #13
- Enabled Cte's where compatible with iSeries
This release is compatible with V2.2.0 of Linq2Db