Releases: mithrandyr/SimplySql
Releases · mithrandyr/SimplySql
Version 2.1.0
What's Changed
Version 2.1 (mysqlfix + updated providers) (#170)
- Enhanced Invoke-SqlBulkCopy to support custom Notifications
- Updated Oracle and MySql for Invoke-SqlBulkCopy change
- Updated Documentation
- Enhanced module to load architecture and environment specific DLLs for each provider
Full Changelog: v2.0.4...v2.1.0
v2.0.4
What's Changed
- v2.0.4 - Fixing issue with incorrect query results when querying only some columns of a primary key table by @mithrandyr in #154
Full Changelog: v2.0.3...v2.0.4
2.0.3 Released
What's Changed
- Update providers by @mithrandyr in #152
- Updated Provider Versions
- Fixed Issue with Oracle provider loading when OracleConnection is not being created
- Updated -SSLMode and -Privilege parameters to be Strings (may be a breaking change).
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.2 - JSON fix (#139) - Added additional Extension overload to handle SqlParameters instead of Hashtable. - Added check of PSObject as parameter and returning the baseObject instead. - Added tests to verify that JSON as PSObject won't throw errors (when it is a parameter value)
Version 2.0.1 (minor fix for edge case in error handling)
v2.0
What's Changed
Ps7 (Version 2.0) (#127)
- Implemented ProviderBase in VB.NET
- Incorporated latest versions of providers and targetted .netstandard 2.0
- Significant Refactoring
- Module now built with InvokeBuild
- Refactored from system.data.sqlclient to microsoft.data.sqlclient.
- Updated build script to generate dependencies for each osTarget.
- Updated build script to dedup based upon filehash.
- Updated doc build process
- Updated testing framework
- Updated documentation
- Added pipeline input to invoke-sql scalar/query/update
- Updated error handling to rethrow in order to retain the stacktrace
Full Changelog: v1.9.1...v2.0
v1.9.1 Updating SQLite provider
SQLite Version 3.40
Interop Version 1.0.117
v1.9.0 - Updated MySQL to 8.0.28
What's Changed
- Updated Mysql.data.dll version and related dependencies by @twerthi in #58
- V1.9 updates by @mithrandyr in #64
Full Changelog: 1.8.0...v1.9.0
v1.8.0 - BulkCopy Progress Enhancement
v1.8.0 - BulkCopy Notification Enhancements (#43) * adding gitignore * setting version * updated batchsize max to 25k; added NotifyAction parameter * added -NotifyAction * Version History Updates * pester test updates for pester v5