Skip to content

Commit ed4fbed

Browse files
authored
[Version] Bump to version 2.3.2 (#111)
Signed-off-by: Mark Irish <[email protected]>
1 parent 738b65b commit ed4fbed

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
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.3.2] - 2020-07-28
5+
### Fixed
6+
- Fixed bug with with REAL, DECIMAL, and NUMERIC fields ocassionaly returning incorrect results
7+
8+
### Changed
9+
- Windows binaries are now built with `UNICODE` defined by default (like in 1.x)
10+
11+
### Added
12+
- `columns` array on result set now includes `columnSize`, `decimalDigits`, and `nullable` data from `SQLDescribeCol`
13+
414
## [2.3.1] - 2020-07-24
515
### Fixed
616
- Fixed bug with `callProcedure` on big-endian systems

package-lock.json

Lines changed: 1 addition & 1 deletion
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.3.1",
4+
"version": "2.3.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)