Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.15 KB

File metadata and controls

26 lines (17 loc) · 1.15 KB

Release Notes

mySQLite 1.0.0

Added

  • Added assembly for ARM64 on Windows.
  • Added new sample database ProcessData.db to the samples folder.

Changed

  • Updated Import-MySqliteDB and Export-MySqliteDB to better handle importing exported databases. Breaking changes as the export process creates a different JSON file.
  • Changed Write-Verbose commands to 'Write-Debug` in private helper functions.
  • Revised the PRAGMA query Get-MySqliteDB to get all database information in a single query.
  • UpdatedGet-MySqliteDB to display missing database information and extended the custom object to include a few more properties.
  • Updated verbose messaging.
  • Updated online help links.
  • Updated README.md.

Fixed

  • Updated error handling in Invoke-MySqliteQuery to write errors instead of warnings. This is a breaking change. [Issue #25]
  • Updated Get-MySqliteDB to handle database files stored in OneDrive. [Issue #27]