pure-live-pg
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -112,3 +112,3 @@ 'use strict'; | ||
var query = new PGQuery(this, { | ||
tableOrViewName: this._baseName, | ||
tableOrViewName: this._schemaName + '.' + this._baseName, | ||
selector: selector, | ||
@@ -115,0 +115,0 @@ options: options |
{ | ||
"name": "pure-live-pg", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "PostgreSQL package to support realtime applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
54602