Skip to content

Releases: MikeShepard/adolib

v1.3.3

16 Aug 20:46
1056d13
Compare
Choose a tag to compare

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

05 Feb 21:59
73d07ff
Compare
Choose a tag to compare
Merge pull request #16 from MikeShepard/updates

Update to 1.3.2, added -AsResult PSCustomObject, MARS, connection timeout

v1.3.1 - Fix BulkCopy Regression

09 Nov 19:45
60f33d3
Compare
Choose a tag to compare
  • Fix regression in invoke-bulkcopy when -GenerateMappings is supplied

v1.3.0 Release

08 Nov 13:05
Compare
Choose a tag to compare
  • Changed to github actions
  • filled in some psd1 fields
  • added Get-FlatSQLData function