File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments