Skip to content

Commit 69f49bd

Browse files
committed
v2.4.5
Signed-off-by: Mark Irish <[email protected]>
1 parent 8c98a40 commit 69f49bd

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.4.5] - 2022-09-12
5+
### Added
6+
- `primaryKeys` instance function on `Connection` to call ODBC SQLPrimaryKeys function
7+
- `foreignKeys` instance function on `Connection` to call ODBC SQLForeignKeys function
8+
- Binaries added for all supported N-API versions for all GitHub Actions runners
9+
10+
### Fixed
11+
- Fixed VARCHAR(MAX) fields creating 0-sized buffers (MSSQL)
12+
- Fixed various TypeScript type definitions
13+
414
## [2.4.4] - 2022-04-26
515
### Fixed
616
- Fixed application crashing when `callProcedure` was given the wrong procedure name or number of parameters

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "odbc",
33
"description": "unixodbc bindings for node",
4-
"version": "2.4.4",
4+
"version": "2.4.5",
55
"homepage": "http://github.com/markdirish/node-odbc/",
66
"main": "lib/odbc.js",
77
"types": "lib/odbc.d.ts",

0 commit comments

Comments
 (0)