Socket
Socket
Sign inDemoInstall

simple-oracledb

Package Overview
Dependencies
Maintainers
1
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-oracledb - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

docs/api.md

@@ -415,3 +415,3 @@ ## Classes

All provided actions are executed in parallel.<br>
Once all actions are done, in case of any error in any action, a rollback will automatically get invoked, otherwise a commit will be invoked.<br>.
Once all actions are done, in case of any error in any action, a rollback will automatically get invoked, otherwise a commit will be invoked.<br>
Once the rollback/commit is done, the provided callback will be invoked with the error (if any) and results of all actions.<br>

@@ -418,0 +418,0 @@ It is important inside the actions to call any operation (such as update or insert) with an option autoCommit=false or to set the oracledb.autoCommit=false,

@@ -521,3 +521,3 @@ 'use strict';

* All provided actions are executed in parallel.<br>
* Once all actions are done, in case of any error in any action, a rollback will automatically get invoked, otherwise a commit will be invoked.<br>.
* Once all actions are done, in case of any error in any action, a rollback will automatically get invoked, otherwise a commit will be invoked.<br>
* Once the rollback/commit is done, the provided callback will be invoked with the error (if any) and results of all actions.<br>

@@ -524,0 +524,0 @@ * It is important inside the actions to call any operation (such as update or insert) with an option autoCommit=false or to set the oracledb.autoCommit=false,

{
"name": "simple-oracledb",
"version": "0.1.4",
"version": "0.1.5",
"description": "Extend capabilities of oracledb with simplified API for quicker development.",

@@ -5,0 +5,0 @@ "author": {

@@ -368,3 +368,3 @@ # simple-oracledb

All provided actions are executed in parallel.<br>
Once all actions are done, in case of any error in any action, a rollback will automatically get invoked, otherwise a commit will be invoked.<br>.
Once all actions are done, in case of any error in any action, a rollback will automatically get invoked, otherwise a commit will be invoked.<br>
Once the rollback/commit is done, the provided callback will be invoked with the error (if any) and results of all actions.<br>

@@ -471,2 +471,3 @@ It is important inside the actions to call any operation (such as update or insert) with an option autoCommit=false or to set the oracledb.autoCommit=false,

| ----------- | ------- | ----------- |
| 2015-12-29 | v0.1.5 | Maintenance |
| 2015-12-29 | v0.1.4 | Added connection.transaction |

@@ -473,0 +474,0 @@ | 2015-12-29 | v0.1.3 | Added connection.batchUpdate |

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