Skip to content

Commit 5b76114

Browse files
committed
build: rebuild idb-connector with GCC10
Signed-off-by: Xu Meng <[email protected]>
1 parent 27aa423 commit 5b76114

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# idb-connector changelog
2+
## 1.2.11
3+
- [build] rebuild idb-connector with GCC10 to support Node.js v16.x (#141)
4+
- [fix] UTF-8 data not properly formed error (#129)
5+
26
## 1.2.10
37
- [test] add test case for the input parameter truncation issue (#127)
48
- [dbstmt] detect data length first to fix the messcode issue (#123)

binding.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
'ldflags': [
3434
'-Wl,-bbigtoc',
3535
'-Wl,-brtl',
36-
'-Wl,-blibpath:/QOpenSys/pkgs/lib:/QOpenSys/usr/lib:/opt/freeware/lib'
36+
'-Wl,-blibpath:/QOpenSys/pkgs/lib:/QOpenSys/usr/lib'
3737
],
3838
'link_settings': {
3939
'libraries': [
40-
'-L/QOpenSys/pkgs/lib:/QOpenSys/usr/lib:/opt/freeware/lib',
40+
'-L/QOpenSys/pkgs/lib:/QOpenSys/usr/lib',
4141
'-ldb400'
4242
],
4343
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "idb-connector",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"description": "A Node.js DB2 driver for IBM i",
55
"os": [
66
"aix"

0 commit comments

Comments
 (0)