backbone-sql
Advanced tools
Comparing version 0.6.3 to 0.6.4
// Generated by CoffeeScript 1.7.1 | ||
/* | ||
backbone-sql.js 0.6.3 | ||
backbone-sql.js 0.6.4 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-sql | ||
@@ -355,3 +355,3 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
query = this.connection(this.model_type.tableName()); | ||
_appendWhere(query, this._conditions); | ||
_appendWhere(query, this._conditions, this.model_type.tableName()); | ||
this._appendRelatedWheres(query); | ||
@@ -358,0 +358,0 @@ this._appendJoinedWheres(query); |
// Generated by CoffeeScript 1.7.1 | ||
/* | ||
backbone-sql.js 0.6.3 | ||
backbone-sql.js 0.6.4 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-sql | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.7.1 | ||
/* | ||
backbone-sql.js 0.6.3 | ||
backbone-sql.js 0.6.4 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-sql | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.7.1 | ||
/* | ||
backbone-sql.js 0.6.3 | ||
backbone-sql.js 0.6.4 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-sql | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.7.1 | ||
/* | ||
backbone-sql.js 0.6.3 | ||
backbone-sql.js 0.6.4 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-sql | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.7.1 | ||
/* | ||
backbone-sql.js 0.6.3 | ||
backbone-sql.js 0.6.4 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-sql | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
{ | ||
"name": "backbone-sql", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "PostgreSQL, MySQL, and SQLite3 storage for BackboneORM", | ||
@@ -35,3 +35,3 @@ "main": "./lib/index.js", | ||
"async": "*", | ||
"backbone-rest": "0.6.x", | ||
"backbone-rest": "0.7.x", | ||
"body-parser": "1.x", | ||
@@ -55,5 +55,5 @@ "chai": "*", | ||
"backbone": "1.1.x", | ||
"backbone-orm": "0.6.x", | ||
"backbone-orm": "0.7.x", | ||
"knex": "0.6.x" | ||
} | ||
} |
Please refer to the following release notes when upgrading your version of BackboneSQL. | ||
### 0.6.3 | ||
### 0.6.4 | ||
* Bug fix for join tables | ||
### 0.6.3 | ||
* Bug fix for patch remove | ||
### 0.6.2 | ||
@@ -7,0 +10,0 @@ * Added dynamic and manual_ids capabilities |
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
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
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
122234
+ Addedbackbone-orm@0.7.14(transitive)
- Removedbackbone-orm@0.6.5(transitive)
Updatedbackbone-orm@0.7.x