radweb-server-postgres
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "radweb-server-postgres", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"main":"index.js", | ||
@@ -5,0 +5,0 @@ "Dependencies": { |
@@ -94,2 +94,5 @@ "use strict"; | ||
} | ||
PostgresDataTransaction.prototype.getDirectSql = function () { | ||
return new radweb_2.ActualDirectSQL(new PostgresBridgeToSQLConnection(this.source)); | ||
}; | ||
PostgresDataTransaction.prototype.provideFor = function (name, factory) { | ||
@@ -96,0 +99,0 @@ return new radweb_2.ActualSQLServerDataProvider(factory, name, new PostgresBridgeToSQLConnection(this.source), factory); |
Sorry, the diff of this file is not supported yet
22112
328