Skip to content

Commit 7a97292

Browse files
authored
2.4.7 (#312)
* Bump to 2.4.7 * Update changelog Signed-off-by: Mark Irish <[email protected]>
1 parent 4f4f57c commit 7a97292

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

4+
## [2.4.7] - 2023-01-26
5+
### Fixed
6+
- Fixed static cursor declaration causeing performance degredatio
7+
- Fixed a memory leak with certain long binary and character types
8+
49
## [2.4.6] - 2022-09-22
510
### Fixed
611
- Fixed TypeScript definition error preventing compilation

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.6",
4+
"version": "2.4.7",
55
"homepage": "http://github.com/markdirish/node-odbc/",
66
"main": "lib/odbc.js",
77
"types": "lib/odbc.d.ts",

0 commit comments

Comments
 (0)