Skip to content

Commit

Permalink
Fix SQLite index name collisions.
Browse files Browse the repository at this point in the history
Closes #499
  • Loading branch information
dxg committed May 20, 2014
1 parent 095fb51 commit 8e8ce96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### v2.1.next
### v2.1.12
- Add custom-type support to hasMany extra properties.
- Fix SQLite index name collisions (#499)

### v2.1.11 - 19 May 2014
- Fix hasMany.getAccessor().count()
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sqlite",
"mongodb"
],
"version" : "2.1.11",
"version" : "2.1.12",
"license" : "MIT",
"homepage" : "http://dresende.github.io/node-orm2",
"repository" : "http://github.com/dresende/node-orm2.git",
Expand All @@ -38,7 +38,7 @@
"dependencies": {
"enforce" : "0.1.2",
"sql-query" : "git://github.com/dresende/node-sql-query.git#v0.1.17",
"sql-ddl-sync" : "git://github.com/dresende/node-sql-ddl-sync.git#v0.3.5",
"sql-ddl-sync" : "git://github.com/dresende/node-sql-ddl-sync.git#v0.3.6",
"hat" : "0.0.3",
"lodash" : "2.4.1"
},
Expand Down

0 comments on commit 8e8ce96

Please sign in to comment.