Releases: CraZySacX/node-jdbc
Releases · CraZySacX/node-jdbc
v0.7.6
v0.7.5
v0.7.4
v0.6.4
v0.6.2
v0.6.1
v0.5.0
Release v0.4.0
- setMaxRows added to statement, allowing resultset size to be customized.
- Connection errors now passed back to caller through callback.
- dependency updates.
Release v0.3.1
- Fixed BIGINT truncation. The result type is now a String, so convert as necessary
- Removed lints.
v0.3.0
- Added support for maxidle on the connection. This will shutdown connections after 'maxidle' milliseconds. Subsequent calls to getConnection will return a new connection.
- Added type mappings in line with Java Type Mappings
- Added winston logging support.