@spinajs/orm-sqlite
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -132,5 +132,6 @@ "use strict"; | ||
const indices = indexInfo.map((i) => { | ||
var _a; | ||
return { | ||
table: i.tbl_name, | ||
column_name: i.sql.match(re)[0] | ||
column_name: (_a = i.sql) === null || _a === void 0 ? void 0 : _a.match(re)[0] | ||
}; | ||
@@ -137,0 +138,0 @@ }); |
{ | ||
"name": "@spinajs/orm-sqlite", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "SpinaJS orm sqlite support. Contains sqlite driver.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31285
457