- 29 Dec, 2013 1 commit
-
-
Allow build() to accept an include option, for use with caching
Mick Hansen committed
-
- 28 Dec, 2013 10 commits
-
-
Mick Hansen committed
-
Disables logging by default
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
- 27 Dec, 2013 2 commits
-
-
Split up tests into more files
Mick Hansen committed -
Mick Hansen committed
-
- 20 Dec, 2013 8 commits
-
-
Alias support for double linked hasMany / Refactor how double linked associations are determined
Sascha Depold committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Change joinTableName/joinTableModel/useJunctionTable option to one through option
Jan Aagaard Meier committed
-
- 19 Dec, 2013 17 commits
-
-
Closing postgres client properly
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Actually use config.host
Mick Hansen committed -
Mick Hansen committed
-
- 18 Dec, 2013 2 commits
-
-
This fixes a couple issues: * Multiple decrements of `pendingQueries` for the same query. Since we have a `complete` handler in addition to `success` and `error`, `endQuery` gets called twice if it's a success or an error. This means that we will end up with `pendingQueries < 0` so the disconnect condition is never satisfied. * We were hooking into pg's `drain` event during the disconnect step, this is already too late since most of the time, the drain event is already fired. We need to hook into the `drain` event on client creation. Sadly, we cannot close the connection on the `drain` event as it will break with the error, `Error: Stream unexpectedly ended during query execution`
Anh-Kiet Ngo committed -
Jan Aagaard Meier committed
-