js-core-data
Advanced tools
Comparing version 1.4.8 to 1.4.9
@@ -280,3 +280,3 @@ // Generated by CoffeeScript 1.10.0 | ||
var query; | ||
query = 'INSERT INTO ' + tableName + ' (`_id`) VALUES (NULL)'; | ||
query = 'INSERT INTO `' + tableName + '` (`_id`) VALUES (NULL)'; | ||
return this.execute(query, function(err, result) { | ||
@@ -283,0 +283,0 @@ if (err) { |
@@ -271,3 +271,3 @@ // Generated by CoffeeScript 1.10.0 | ||
var query; | ||
query = 'INSERT INTO ' + tableName + ' ("_id") VALUES (DEFAULT) RETURNING "_id"'; | ||
query = 'INSERT INTO "' + tableName + '" ("_id") VALUES (DEFAULT) RETURNING "_id"'; | ||
return this.connection.query(query, function(err, result) { | ||
@@ -274,0 +274,0 @@ if (err) { |
@@ -324,3 +324,3 @@ // Generated by CoffeeScript 1.10.0 | ||
var query; | ||
query = 'INSERT INTO ' + tableName + ' (`_id`) VALUES (NULL)'; | ||
query = 'INSERT INTO `' + tableName + '` (`_id`) VALUES (NULL)'; | ||
this.log(query); | ||
@@ -327,0 +327,0 @@ return this.connection.run(query, function(err) { |
{ | ||
"name": "js-core-data", | ||
"description": "ORM inspired by Apple's Objective-C CoreData", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
520476