Conversation
…endency in ImportDependency style - ImportDependency/Tests/ImportDependency.Tests.ps1 (new): Pester tests covering Get-TemporaryPath, Get-LocalPackage (nuspec discovery, properties, multi-root), Get-PSEnvironment (all keys, types, skip flags, local-package integration), and Import-Dependency (no-op, missing module, KeepLogfile, empty lib folder) - SqlPipeline/Tests/SqlPipeline.Tests.ps1: Extend with DuckDB test suites that skip gracefully when DuckDB.NET is unavailable; covers Invoke-DuckDBQuery, Get-DuckDBData, Add-RowsToDuckDB (insert, UPSERT, schema evolution, batching), Set-LoadMetadata / Get-LastLoadTimestamp, Initialize-SQLPipeline / Close-SqlPipeline (file persistence, connection state), and Export-DuckDBToParquet - InstallDependency/InstallDependency/InstallDependency.psm1: Rewritten to match ImportDependency style — verbose param, notes region, PSEdition=='Core' check, inaccessible module-path cleanup, Windows-specific function loading, executionPolicy variable, 'win' runtime fallback, MacOS elevation support, ListAvailable for PackageManagement/PowerShellGet, background jobs using .psd1 scanning - InstallDependency/InstallDependency/Public/Install-Dependency.ps1: Refactored to use proper Begin/Process/End blocks (logfile setup and counter init in Begin, install logic in Process, status summary and logfile restore in End), matching the Import-Dependency.ps1 pattern; SuppressWarnings/writeToHost wired through https://claude.ai/code/session_01W4sAhVb9Y6Lkr53VYq5hdq
…Pv8g Add Pester tests for ImportDependency and DuckDB, continue InstallDependency in ImportDependency style
Ignore packages in a lib folder
- Extending Install-SqlPipeline to install DuckDB.net 1.4.4 when using PowerShell 5.1 (latest supported version), pwsh is supporting all latest versions - Fixing to not cancel the module import if SimplySQL does not match the current processor architecture - Fixing returned values for last loaded timestamp, duckdb columns, existing table, Get-DuckDB data in general - Fixing datatype matching for DuckDB, as there is not Int32 - Fixing the fallback of a closed connection to existing in-memory connection
…n of dependent packages
Fixing package installation with PowerShell 5.1 because Expand-Archive only supports *.zip files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.