Socket
Socket
Sign inDemoInstall

@sap/hana-client

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/hana-client - npm Package Compare versions

Comparing version 2.4.126 to 2.4.139

30

CHANGELOG.md
# Hana 2 SP03 Drivers
## Version 2.4.139 (HANA 2.0 SPS03 Rev037.01)
### Changes
- Bug: 219118 - [node] Improve performance of fetching data from date, time, timestamp columns
- Bug: 217395 - [node] need a way to check if output parameter is null and get its length
### Underlying SQLDBC changes
- Bug: 215654 - [SQLDBC] Invalid number of row counts returned (0, expected 4)
- Bug: 213867 - [SQLDBC] Columns which appear after the encrypted column in the SELECT list do not have the correct length
- Bug: 117546 - [SQLDBC] DBACOCKPIT SQLDBC trace integration issue
## Version 2.3.152
### Changes
- Bug: 214413 - [node] NVARCHAR columns truncated by Connection.exec
- Bug: 210467 - [node] Value of inout clob procedure parameter lost
- Bug: 210265 - [node] HanaProcStatement does not close result sets
- Bug: 200139 - [node] Segmentation fault errors in Node.js client
- Bug: 193735 - [node] executeBatch incorrectly inserting invalid data
### Underlying SQLDBC changes
- Bug: 212269 - [SQLDBC] Support 0x80 Proxy Authentication for Cloud Connector
- Bug: 210818 - [SQLDBC] Access violation while inserting empty string
- Bug: 208370 - [SQLDBC] SP03/04 is 10 times slower than SP02 on fetching data from numeric columns when the data is bound with CHAR
- Bug: 208245 - [SQLDBC] FDA partition-aware routing ignored partition information update
## Version 2.3.144

@@ -4,0 +34,0 @@

17

lib/index.js

@@ -40,18 +40,3 @@ 'use strict';

try {
try {
fs.statSync(dbcapi);
} catch (ex) {
if (process.platform === 'linux' && process.arch === 'x64') {
// Try alternate prebuilt path on linuxx86_64
pb_subdir = 'linuxx86_64_sles12-gcc48';
pb_path = path.join(modpath, 'prebuilt', pb_subdir);
dbcapi = path.join(pb_path, 'libdbcapiHDB.' + extensions[process.platform]);
try {
fs.statSync(dbcapi);
} catch (ex) {
throw ex;
}
}
throw ex;
}
fs.statSync(dbcapi);
} catch (ex) {

@@ -58,0 +43,0 @@ // No binary!

{
"version": "2.4.126",
"version": "2.4.139",
"name": "@sap/hana-client",

@@ -4,0 +4,0 @@ "dependencies": {

@@ -1,1 +0,1 @@

{"author":{"name":"SAP"},"bundleDependencies":false,"dependencies":{"debug":"3.1.0"},"deprecated":false,"description":"HANA JavaScript Driver.","engines":{"node":">=4.0.0"},"main":"./lib/index","name":"@sap/hana-client","scripts":{"install":"node build.js"},"version":"2.4.126","license":"SEE LICENSE IN developer-license-3.1.txt"}
{"author":{"name":"SAP"},"bundleDependencies":false,"dependencies":{"debug":"3.1.0"},"deprecated":false,"description":"HANA JavaScript Driver.","engines":{"node":">=4.0.0"},"main":"./lib/index","name":"@sap/hana-client","scripts":{"install":"node build.js"},"version":"2.4.139","license":"SEE LICENSE IN developer-license-3.1.txt"}

@@ -17,3 +17,3 @@ #@sap/hana-client

The @sap/hana-client driver supports node.js 4.x, 6.x and 8.x.
The @sap/hana-client driver supports node.js 4.x, 6.x, 8.x and 10.x.

@@ -20,0 +20,0 @@ ##Getting Started

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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