Skip to content

Commit

Permalink
v1.9.1 - Updating SQLite version (#109)
Browse files Browse the repository at this point in the history
Update SQLite provider version to 1.0.117.0.
---------

Co-authored-by: JediNite <[email protected]>
  • Loading branch information
mithrandyr and JediNite authored Jan 29, 2023
1 parent 2dabd77 commit 4a806fd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/output/
/[Oo]utput/
/binarysrc/packages/*
#packages/
## Ignore Visual Studio temporary files, build results, and
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[![Powershell Gallery](https://img.shields.io/powershellgallery/v/SimplySql.svg)](https://www.powershellgallery.com/packages/SimplySql/)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/SimplySql.svg)](https://www.powershellgallery.com/packages/SimplySql/)

**Update (1/27/2023):** Work still in progress (v2) which will support PS7.

Querying SQL (SQL Server, Oracle, PostgreSql, SQLite, & mySql) the PowerShell way: simple commands... powerful opportunities.

SimplySql is a module that provides an intuitive set of cmdlets for talking to databases that abstracts the vendor specifics, allowing you to focus on getting work done.
Expand All @@ -31,6 +33,8 @@ It has been released to PowerShellGallery. Installation is as simple as
This module requires PowerShell Version 5.0 or greater

## Latest Version
### 1.9.1
* Updating SQLite library. Interop Version: 1.0.117.0 & SQLite Server Version: 3.40.0 thanks @JediNite
### 1.9.0
* Updated classes to use `::new()` constructor. thanks @joalcorn
* Updated MySql provider to use new library (8.0.28). thanks @twerthi
Expand Down
Binary file modified SimplySql/Providers/SQLite/System.Data.SQLite.dll
Binary file not shown.
Binary file modified SimplySql/Providers/SQLite/x64/SQLite.Interop.dll
Binary file not shown.
Binary file modified SimplySql/Providers/SQLite/x86/SQLite.Interop.dll
Binary file not shown.
Binary file modified SimplySql/SimplySql.psd1
Binary file not shown.
2 changes: 2 additions & 0 deletions VersionHistory.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Version History

### 1.9.1
* Updating SQLite library. Interop Version: 1.0.117.0 & SQLite Server Version: 3.40.0 thanks @JediNite
### 1.9.0
* Updated classes to use `::new()` constructor. thanks @joalcorn
* Updated MySql provider to use new library (8.0.28). thanks @twerthi
Expand Down

0 comments on commit 4a806fd

Please sign in to comment.