Skip to content

Commit

Permalink
build: rebuild idb-connector with GCC10
Browse files Browse the repository at this point in the history
Signed-off-by: Xu Meng <mengxumx@cn.ibm.com>
  • Loading branch information
dmabupt committed Apr 22, 2021
1 parent 27aa423 commit 5b76114
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# idb-connector changelog
## 1.2.11
- [build] rebuild idb-connector with GCC10 to support Node.js v16.x (#141)
- [fix] UTF-8 data not properly formed error (#129)

## 1.2.10
- [test] add test case for the input parameter truncation issue (#127)
- [dbstmt] detect data length first to fix the messcode issue (#123)
Expand Down
4 changes: 2 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
'ldflags': [
'-Wl,-bbigtoc',
'-Wl,-brtl',
'-Wl,-blibpath:/QOpenSys/pkgs/lib:/QOpenSys/usr/lib:/opt/freeware/lib'
'-Wl,-blibpath:/QOpenSys/pkgs/lib:/QOpenSys/usr/lib'
],
'link_settings': {
'libraries': [
'-L/QOpenSys/pkgs/lib:/QOpenSys/usr/lib:/opt/freeware/lib',
'-L/QOpenSys/pkgs/lib:/QOpenSys/usr/lib',
'-ldb400'
],
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idb-connector",
"version": "1.2.10",
"version": "1.2.11",
"description": "A Node.js DB2 driver for IBM i",
"os": [
"aix"
Expand Down

0 comments on commit 5b76114

Please sign in to comment.