dbgate-query-splitter
Advanced tools
Comparing version 4.9.0-alpha.1 to 4.9.0
@@ -60,1 +60,7 @@ "use strict"; | ||
})); | ||
test("northwind test", () => __awaiter(void 0, void 0, void 0, function* () { | ||
console.log(process.cwd()); | ||
const fileStream = fs_1.default.createReadStream("sql/northwind.sql", "utf-8"); | ||
const output = yield streamToArray((0, splitQueryStream_1.splitQueryStream)(fileStream, options_1.mysqlSplitterOptions)); | ||
expect(output['length']).toEqual(29); | ||
})); |
{ | ||
"version": "4.9.0-alpha.1", | ||
"version": "4.9.0", | ||
"name": "dbgate-query-splitter", | ||
@@ -4,0 +4,0 @@ "main": "lib/index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
33967
736
0