Releases: MikeShepard/adolib
Releases · MikeShepard/adolib
Fxi ad hoc invoke-sql
Merge pull request #23 from MikeShepard/FixAdHocSQL Fix ad hoc invoke-sql, bump to 1.4.1
v1.4.0: Merge pull request #21 from MikeShepard/AzureDB
Add Azure token function and -AccessToken parameter
v1.3.3
Added ability to specify type of parameter:
-parameter @{ID=1;LongTextField=@{Value='This will be passed as TEXT instead of NVarchar';Type='Text'}}
Set Position=0 on -Sql parameter for Invoke-Query, Invoke-SQL, and New-SQLCommand (to allow positional usage)
v1.3.2 - ConnectTimeout, -AsResult PSCustomObject
Merge pull request #16 from MikeShepard/updates Update to 1.3.2, added -AsResult PSCustomObject, MARS, connection timeout
v1.3.1 - Fix BulkCopy Regression
- Fix regression in invoke-bulkcopy when -GenerateMappings is supplied
v1.3.0 Release
- Changed to github actions
- filled in some psd1 fields
- added Get-FlatSQLData function