idb-connector
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -731,2 +731,7 @@ # DB2 for i Access APIs | ||
**Note:** To use orientation `SQL_FETCH_RELATIVE` with `Offset`, the cursor must be **dynamic**. | ||
```javascript | ||
stmt.setStmtAttr(db.SQL_ATTR_CURSOR_TYPE, db.SQL_CURSOR_DYNAMIC); | ||
``` | ||
**DB2 CLI API:** SQLFetch or SQLFetchScroll | ||
@@ -758,3 +763,2 @@ | ||
## fetchSync | ||
@@ -810,2 +814,7 @@ | ||
**Note:** To use orientation `SQL_FETCH_RELATIVE` with `Offset`, the cursor must be **dynamic**. | ||
```javascript | ||
stmt.setStmtAttr(db.SQL_ATTR_CURSOR_TYPE, db.SQL_CURSOR_DYNAMIC); | ||
``` | ||
**DB2 CLI API:** SQLFetch or SQLFetchScroll | ||
@@ -812,0 +821,0 @@ |
{ | ||
"name": "idb-connector", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "A Node.js DB2 driver for IBM i", | ||
@@ -5,0 +5,0 @@ "main": "lib/db2a.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2146757
545