Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 806 Bytes

File metadata and controls

29 lines (20 loc) · 806 Bytes

4.0.0 - 2012-05-28

  • Don't return Result from the function Sql.executeNonQueryAsync and Sql.executeTransaction, use int and int list as return types, respectively.

3.0.0 - 2021-03-28

  • Major rewrite: getting rid of Async in favor of Tasks and removing Result entirely

2.0.0 - 2020-04-29

  • Full rewrite and massive simplification

1.1.0 - 2019-04-13

  • Add Sql.executeTransactionAsync and account for parameterless transaction

1.0.0 - 2019-04-13

  • Add Sql.executeReader and Sql.executeTransaction

0.5.0 - 2019-02-06

  • Add readUniqueIdentifier function

0.4.0 - 2019-02-06

  • Add toUniqueIdentifier function

0.3.0 - 2019-02-06

  • Add uniqueidentifier to scalars

0.2.0 - 2019-01-30

  • Update package description

0.1.0 - 2019-01-30

  • Initial release