radweb-server
Advanced tools
Comparing version 0.0.1 to 1.0.1
{ | ||
"name": "radweb-server", | ||
"version": "0.0.1", | ||
"version": "1.0.1", | ||
"main":"index.js", | ||
@@ -5,0 +5,0 @@ "Dependencies": { |
@@ -34,2 +34,3 @@ import { FilterConsumer, DataProvider, FindOptions, FilterBase, Column, Entity, StringColumn } from "radweb"; | ||
constructor(entityFactory: () => Entity<any>, name: string, sql: SQLConnectionProvider, factory: () => T); | ||
createDirectSQLCommand(): SQLCommand; | ||
private entity; | ||
@@ -36,0 +37,0 @@ count(where: FilterBase): Promise<number>; |
@@ -112,4 +112,4 @@ "use strict"; | ||
err_1 = _a.sent(); | ||
console.log('error:', err_1); | ||
return [3 /*break*/, 4]; | ||
console.log('error:', err_1, sql); | ||
throw err_1; | ||
case 4: return [2 /*return*/]; | ||
@@ -131,2 +131,5 @@ } | ||
} | ||
ActualSQLServerDataProvider.prototype.createDirectSQLCommand = function () { | ||
return this.sql.createCommand(); | ||
}; | ||
ActualSQLServerDataProvider.prototype.count = function (where) { | ||
@@ -133,0 +136,0 @@ if (!this.entity) |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
44862
619
1