Skip to content

Commit f6445c7

Browse files
committed
Schema filtering corrected
1 parent 5152149 commit f6445c7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/LiveMysql.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ LiveMysql.prototype.select = function(query, triggers){
8181
}
8282
}
8383

84-
self.zongji.set(self.zongjiSettings);
85-
8684
var newSelect = new LiveMysqlSelect(query, triggers, this);
8785
self._select.push(newSelect);
8886
return newSelect;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysql-live-select",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Live updating MySQL SELECT statements",
55
"main": "lib/LiveMysql.js",
66
"repository": "https://github.com/numtel/mysql-live-select",

0 commit comments

Comments
 (0)