Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

idb-connector

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idb-connector - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

CHANGELOG.md

11

docs/README.md

@@ -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 @@

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc