Releases: kylefarris/node-querybuilder
Releases · kylefarris/node-querybuilder
v2.0.0
This release provides support for MS SQL through the tedious driver.
Breaking Changes
- Changed the Query Builder instantiation syntax
 - Passing an empty array to 
where_inandwhere_not_inno longer throws an error (#34) 
General Enhancements/Changes/Features
- Added mssql (t-sql) support using 
tediousas the underlying driver - Updated class files to use new ES6 class syntax for easier-maintainability
 - Added new options:
pool_min(minimum number of pooled connections (mssqldriver only))acquireTimeout(milliseconds before a timeout occurs during the connection acquisition)
 - Added new query building method: 
returning()to allow for insert IDs to be returned. See docs for more info. - Added new tests
 
Bug Fixes
Version 2 Beta 1
This release provides support for MS SQL through the tedious driver.
Breaking Changes
- Changed the Query Builder instantiation syntax
 - Passing an empty array to 
where_inandwhere_not_inno longer throws an error (#34) 
General Enhancements/Changes/Features
- Added mssql (t-sql) support using 
tediousas the underlying driver - Updated class files to use new ES6 class syntax for easier-maintainability
 - Added new options:
pool_min(minimum number of pooled connections (mssqldriver only))acquireTimeout(milliseconds before a timeout occurs during the connection acquisition)
 - Added new query building method: 
returning()to allow for insert IDs to be returned. See docs for more info. - Added new tests
 
Bug Fixes
First Release to NPM
This is the version that I've decided to start with when publishing to NPM. This version only has MySQL/MariaDB support.