pure-live-pg
Advanced tools
Comparing version 1.0.53 to 1.0.54
@@ -72,2 +72,3 @@ 'use strict'; | ||
this._ownSchema = (options && options.ownSchema) || 'reactive'; | ||
this._pgcryptoSchema = (options && options.pgcryptoSchema) || this._ownSchema; | ||
this._notifyEventName = 'core_reactive_event'; | ||
@@ -343,2 +344,3 @@ | ||
let sql = this._sqlTemplates.createOwnSchema.split('@@ownSchema').join(this._ownSchema); | ||
sql = sql.split('@@pgcryptoSchema').join(this._pgcryptoSchema || this._ownSchema); | ||
this.query(connection, sql, [], (error, result) => { | ||
@@ -345,0 +347,0 @@ this.releaseConnection(connection); |
{ | ||
"name": "pure-live-pg", | ||
"version": "1.0.53", | ||
"version": "1.0.54", | ||
"description": "PostgreSQL driver to support realtime applications", | ||
@@ -5,0 +5,0 @@ "main": "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
449201
3516