Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1008 Bytes

changelog.md

File metadata and controls

39 lines (25 loc) · 1008 Bytes

0.1.5

0.1.4

  • Update PSDuckDB README.md with badges and image

0.1.3

  • Check for null in psduckdb after Read-Host.
  • Ensure output is written to the console in Invoke-PSDuckDb.ps1.

0.1.2

Additions:

  • Add options to output data as JSON or CSV in Invoke-PSDuckDb.ps1.
  • Add PowerShell script to retrieve GitHub licenses for a user's repositories.
  • Add script to join CSV files for customers and orders.
  • Add customers and orders CSV files.
  • Add SQL method examples for reading CSV and JSON files.
  • Add Out-DuckData function to export data from reader.

Updates:

  • Refactor New-DuckDBConnection.ps1, add sql and CloseDB methods, and update module dependencies.

Removals:

  • Remove unused code and fix formatting in Invoke-PSDuckDb.ps1.

0.1.1

  • add ordered to hashtable to keep order of column names
  • dispose of reader and duckCommand

0.1.0

  • Initial release