Skip to content

Commit 6a242df

Browse files
committed
Bump to version 2.4.2
Signed-off-by: Mark Irish <[email protected]>
1 parent 5503724 commit 6a242df

File tree

3 files changed

+14
-24
lines changed

3 files changed

+14
-24
lines changed

CHANGELOG.md

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

4+
## [2.4.2] - 2022-02-07
5+
### Added
6+
- `binding.gyp` build instructoins for MacOS
7+
- `Statement`'s `.execute` function can now return a `Cursor` when the correct queryOption is passed
8+
9+
### Fixed
10+
- `Statement` and `Cursor` should now better handle freeing memory
11+
- `Connection`'s `.callProcedure` should now work on Windows with `UNICODE` defined
12+
- Fixed up TypeScript definitions
13+
14+
415
## [2.4.1] - 2021-10-19
516
### Added
617
- Simple binding path allows driver's that don't implement block fetch and column-wise binding to still be able to fetch results

package-lock.json

Lines changed: 2 additions & 23 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.1",
4+
"version": "2.4.2",
55
"homepage": "http://github.com/markdirish/node-odbc/",
66
"main": "lib/odbc.js",
77
"types": "lib/odbc.d.ts",

0 commit comments

Comments
 (0)