- 17 Sep, 2013 2 commits
-
-
Jan Aagaard Meier committed
-
fix the bug `findAndCountAll` not working on postgresql.
Jan Aagaard Meier committed
-
- 15 Sep, 2013 1 commit
-
-
wenyuxiang committed
-
- 13 Sep, 2013 6 commits
-
-
wenyuxiang committed
-
wenyuxiang committed
-
wenyuxiang committed
-
Jan Aagaard Meier committed
-
Fix (global) db leakage, by making db local.
Jan Aagaard Meier committed
-
- 12 Sep, 2013 2 commits
-
-
Thanks to mickhansen for the fix.
Ming-Wei Shih committed -
copy `where` array, avoid changed by internal.
hackwaly committed
-
- 07 Sep, 2013 12 commits
-
-
DAOFactory.update() will now skip validations for columns that we're not...
Jan Aagaard Meier committed -
Daniel Durante committed
-
Daniel Durante committed
-
tests & bugfixes for DAO-Factory.update and array of values in where clause
Daniel Durante committed -
Daniel Durante committed
-
postgres requires empty array to be explicitly cast on update
Daniel Durante committed -
Daniel Durante committed
-
Add support for typed arrays in SqlString.escape and SqlString.arrayToList
Daniel Durante committed -
Cleaned up the postgres connector-manager/query code, updated node-postg...
Daniel Durante committed -
…ndency, and made sure pg.Client ended correctly on drain to prevent leaks for non pooling connections.
Daniel Durante committed -
Jan Scheurer committed
-
Jan Scheurer committed
-
- 06 Sep, 2013 3 commits
-
-
Jan Scheurer committed
-
Jan Scheurer committed
-
Rob Raux committed
-
- 05 Sep, 2013 1 commit
-
-
Rob Raux committed
-
- 04 Sep, 2013 13 commits
-
-
Jan Aagaard Meier committed
-
Domas Lapinskas committed
-
Domas Lapinskas committed
-
Domas Lapinskas committed
-
Properly copy the options objects passed to find and findall
Daniel Durante committed -
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Fixes a bug with .destroy() on a DAO record
Jan Aagaard Meier committed -
Daniel Durante committed
-
This only affected Postgres really, but when you did .find(), etc. and then .destroy() on the actual DAO rather than the DAOFactory, sometimes the QueryGenerator.deleteQuery() would have trouble finding the primary keys for that table. This provides additional info to Postgres' deleteQuery() function just in case. This commit adds a fourth argument to Postgres' QueryGenerator.deleteQuery() for declaring a DAOFactory.
Daniel Durante committed -
Domas Lapinskas committed
-
Domas Lapinskas committed
-