Releases: JasonDV/SQLBulkLoader
Releases · JasonDV/SQLBulkLoader
v1.0.0.8
I'd like to release all targets at the same time, now that there is more than one implementation target. This release includes the minor updates for the SQL Server version and the first RC for the PostgreSQL version.
https://www.nuget.org/packages/ivaldez.Sql.SqlBulkLoader/1.0.0.8
https://www.nuget.org/packages/ivaldez.Sql.SqlBulkLoader.PostgreSql/1.0.0.8-rc1
Notes:
- Added feature to the bulk loader to not batch writes. When this mode is applied all the data will be written to the target table in one transaction.
- Initial RC for the PostgreSQL. All of the basic features match the SQL Server implementation. There are issues around SQL case sensitivity that require additional features to allow for configurability.