- 10 Jan, 2013 1 commit
-
-
Fix bug in Utils.format that ignore falsy values
Sascha Depold committed
-
- 09 Jan, 2013 5 commits
-
-
Previously this would affect where clauses, e.g: User.findAll({ where: ['foo = ?', 0]) Would translate into: SELECT * FROM `Users`.`foo` = ? Instead of: SELECT * FROM `Users`.`foo` = 0
Thomas Watson Steen committed -
Thomas Watson Steen committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
- 29 Dec, 2012 2 commits
-
-
Sascha Depold committed
-
Added Model Table Name overrides
Sascha Depold committed
-
- 26 Dec, 2012 4 commits
-
-
Clearer error if you have a typo on the column data type
Sascha Depold committed -
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
- 18 Dec, 2012 3 commits
-
-
shane adams committed
-
shane adams committed
-
shane adams committed
-
- 15 Dec, 2012 2 commits
-
-
Sascha Depold committed
-
slamkajs committed
-
- 13 Dec, 2012 4 commits
-
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
BIGINT support
Sascha Depold committed
-
- 10 Dec, 2012 1 commit
-
-
shane adams committed
-
- 29 Nov, 2012 1 commit
-
-
Read replication for Mysql (experimental)
Sascha Depold committed
-
- 27 Nov, 2012 1 commit
-
-
Jan Aagaard Meier committed
-
- 26 Nov, 2012 11 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Using options.type to define query type
Sascha Depold committed -
Using defaults instead of checking manually the existence of options.type
Guilherme Souza committed
-
- 25 Nov, 2012 1 commit
-
-
Using options.type to define query type or getting it from the sql string
Guilherme Souza committed
-
- 24 Nov, 2012 4 commits
-
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Implemented alias-based prefetching for findAll as well (Fixes #327)
Sascha Depold committed
-