- 13 Sep, 2013 4 commits
-
-
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 16 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
-
Daniel Durante committed
-
Fixes Postgres' ability to search within functions.
Jan Aagaard Meier committed -
This is a pure and simple fix for searching with a Postgres' array column type. This commit changes hashToWhereConditions by adding a second argument of sending the factory's details over and checking for column type if the hash/value/first argument is an array. For the actual search we just utilize a simple overlap && boolean search.
Daniel Durante committed
-
- 01 Sep, 2013 2 commits
-
-
Sascha Depold committed
-
Sascha Depold committed
-