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

febs-db

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

febs-db - npm Package Compare versions

Comparing version 1.1.31 to 1.1.32

types/index.d.ts

6

HISTORY.md

@@ -55,1 +55,7 @@

- [enhancement] 修改为非 construction方式导出.
1.1.32
==================
- [enhancement] delete key 'RowNumber' in result.
- [bugfix] connectPool problem.

1

lib/mssql/adapter.js

@@ -81,2 +81,3 @@ 'use strict';

for (let i = 0; i < rows.length; i++) {
delete rows['RowNumber'];
for (let k in rows[i]) {

@@ -83,0 +84,0 @@ let rname = table.getLogicColName(k);

2

lib/procedureParams.js

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

/**
* @desc: 添加in参数.
* @desc: 添加out参数.
* @return:

@@ -28,0 +28,0 @@ */

@@ -9,3 +9,3 @@ {

"debug": "^3.1.0",
"febs": "^0.2.7",
"febs": "^0.3.8",
"mssql": "^4.0.4",

@@ -50,2 +50,3 @@ "mysql": "^2.13.0"

"main": "lib/index.js",
"types": "./types/index.d.ts",
"name": "febs-db",

@@ -55,3 +56,3 @@ "scripts": {

},
"version": "1.1.31"
"version": "1.1.32"
}

@@ -780,3 +780,3 @@ febs db库用于连接数据库

* @desc: type cast, 为指定类型和值返回正确的sql值.
* @return: 传入不配对的value与type,可引发异常.
* @return: 传入不配对的value与type,可引发异常. 返回sql.
*/

@@ -783,0 +783,0 @@ type_cast(type, value)

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