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

febs-db

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.13 to 1.1.14

@@ -34,2 +34,6 @@

==================
- [bugfix]condition like 查询中文
- [bugfix]condition like 查询中文
1.1.14 / 2017-7-25
==================
- [enhancement] 删除mssql查询过程中的RowNumber字段.

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -774,2 +774,10 @@ 'use strict';

.then(ret1=>{
// delete RowNumber.
let rname = table.getLogicColName('RowNumber');
if (!rname) {
for (let i = 0; i < ret1.rows.length; i++) {
delete ret1.rows[i]['RowNumber'];
}
} // if.
return ret_data_cvt(ret1.rows, table);

@@ -776,0 +784,0 @@ });

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -52,3 +52,3 @@ {

},
"version": "1.1.13"
"version": "1.1.14"
}

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

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

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

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