Skip to content

Releases: mithrandyr/SimplySql

v2.0.4

15 Jun 03:48
cbe0f53
Compare
Choose a tag to compare

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

11 May 22:34
dc3a26b
Compare
Choose a tag to compare

What's Changed

  • 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

02 Mar 04:22
7f6c09c
Compare
Choose a tag to compare
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)

01 Mar 21:07
Compare
Choose a tag to compare

v2.0

01 Mar 20:30
f19a356
Compare
Choose a tag to compare

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

29 Jan 22:47
4a806fd
Compare
Choose a tag to compare

SQLite Version 3.40
Interop Version 1.0.117

v1.9.0 - Updated MySQL to 8.0.28

28 May 16:46
2dabd77
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...v1.9.0

v1.8.0 - BulkCopy Progress Enhancement

19 Apr 13:36
5882774
Compare
Choose a tag to compare
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