0.0.5
·
1906 commits
to master
since this release
- Instead of publishing CoffeeScript files and compiling them at runtime, the CoffeeScript is compiled before publishing. Only Javascript files are pubslished and installed.
- Support for preparing and executing SQL.
- #25 When the value of tinyint, smallint or int parameters are 0, do not send their value as null.
- #22 Support for DATABASE_MIRRORING_PARTNER environment change notification.
- Support for using bit, smalldatetime and datetime types in parameterised statements.
- #32 Support for using varchar(max) and nvarchar(max) in parameterised statements.
- Use iconv-lite instead of iconv. This means that tedious is back to pure Javascript, including its dependencies.