SimplySql

PowerShell module for querying various SQL databases

MIT License

Stars
199
Committers
4

Bot releases are hidden (Show)

SimplySql - v2.0.4 Latest Release

Published by mithrandyr 4 months ago

What's Changed

Full Changelog: https://github.com/mithrandyr/SimplySql/compare/v2.0.3...v2.0.4

SimplySql - 2.0.3 Released

Published by mithrandyr 5 months ago

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: https://github.com/mithrandyr/SimplySql/compare/v2.0.2...v2.0.3

SimplySql - v2.0.2

Published by mithrandyr 8 months ago

SimplySql - Version 2.0.1 (minor fix for edge case in error handling)

Published by mithrandyr 8 months ago

SimplySql - v2.0

Published by mithrandyr 8 months ago

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: https://github.com/mithrandyr/SimplySql/compare/v1.9.1...v2.0

SimplySql - v1.9.1 Updating SQLite provider

Published by mithrandyr over 1 year ago

SQLite Version 3.40
Interop Version 1.0.117

SimplySql - v1.9.0 - Updated MySQL to 8.0.28

Published by mithrandyr over 2 years ago

What's Changed

Full Changelog: https://github.com/mithrandyr/SimplySql/compare/1.8.0...v1.9.0

SimplySql - v1.8.0 - BulkCopy Progress Enhancement

Published by mithrandyr over 3 years ago