Comparing version 0.4.1 to 0.4.2
@@ -116,3 +116,3 @@ var dialects = require('./') | ||
type: types[constraint.contype], | ||
columns: description.substring(i + 1, n).split(',').map((s) => s.trim()) | ||
columns: description.substring(i + 1, n).split(',').map((s) => this._unquote(s.trim())) | ||
} | ||
@@ -119,0 +119,0 @@ table.constraints.push(info) |
{ | ||
"name": "dbdiff", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Compares two databases and prints SQL commands to modify the first one in order to match the second one", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
55509