779 Commits

Author SHA1 Message Date
Tim Griesser
69dd732267 moving to when.js for promises 2013-05-08 20:25:06 -04:00
Tim Griesser
a9faa909e3 switching to when.js for promises 2013-05-08 20:16:39 -04:00
Tim Griesser
374fbf527d re-docco 2013-05-08 16:53:01 -04:00
Tim Griesser
4da1986190 multi-instance really working 2013-05-08 16:52:44 -04:00
Tim Griesser
0b418bd283 allowing raw queries, with Knex.Raw 2013-05-08 12:27:33 -04:00
Tim Griesser
6f223008e4 version bump 2013-05-07 19:58:53 -04:00
Tim Griesser
533251ad55 removing unneeded prepping for query, table name is optional to start the query 2013-05-07 15:20:48 -04:00
Tim Griesser
cbc25c62fa fixing issues with improper queuing on the schema queries 2013-05-07 13:31:42 -04:00
Tim Griesser
4e57b8d5a9 some docs 2013-05-05 18:29:28 -04:00
Tim Griesser
da457290b3 more tests, a little bit of cleanup internally 2013-05-05 13:54:43 -04:00
Tim Griesser
09e9c60912 working on the tests, internal cleanup 2013-05-05 12:38:32 -04:00
Tim Griesser
96e5b2731c using fin rather than then for sqlite3 client pool 2013-05-04 21:37:10 -04:00
Tim Griesser
d2ecf609e9 some docs, fixing bug in sqlite3 multi-insert 2013-05-04 20:36:19 -04:00
Tim Griesser
736dc25e56 truncate test 2013-05-04 20:10:58 -04:00
Tim Griesser
ea4f8b9033 dumping actual numbers rather than strings 2013-05-04 19:23:52 -04:00
Tim Griesser
a5cdea1807 Merge branch 'master' of github.com:tgriesser/knex
* 'master' of github.com:tgriesser/knex:
2013-05-04 19:13:18 -04:00
Tim Griesser
01edc70c15 distinct test 2013-05-04 19:13:07 -04:00
Tim Griesser
4a266f42ee Merge pull request #3 from tgriesser/then
better public `then` interface and a node style exec.
2013-05-04 15:22:47 -07:00
Tim Griesser
e2c607e321 finally, got most of the tests going on at least the basics 2013-05-04 18:19:33 -04:00
Tim Griesser
eac78db9f8 fixing some tests 2013-05-04 16:27:58 -04:00
Tim Griesser
1b5fa05636 got most things working other than async logic in tests 2013-05-04 14:36:41 -04:00
Tim Griesser
726a05bd43 a ton more changes to tons of things, getting close 2013-05-04 12:23:55 -04:00
Tim Griesser
459edea0ff fixing primary key issue for now 2013-05-04 02:57:12 -04:00
Tim Griesser
2b86a00d98 finally, got a decent amount of the tests & stuff in place 2013-05-03 23:16:15 -04:00
Tim Griesser
6ad3d4d686 lots of work cleaning up the interfaces 2013-05-03 18:10:22 -04:00
Tim Griesser
d76b400048 different fixes, beginning 'then' refactor 2013-05-03 12:51:54 -04:00
Tim Griesser
89e5333e77 working on dry'ing up the base classes 2013-05-03 10:03:44 -04:00
Tim Griesser
c75f087984 cleaning up the connections a bit 2013-05-03 00:20:51 -04:00
Tim Griesser
4e08e5035a fix for node 0.6 2013-05-02 10:25:55 -04:00
Tim Griesser
ea4351a3b1 fixing sqlite3 config 2013-05-02 10:03:56 -04:00
Tim Griesser
9c642a7d65 fixing db name 2013-05-02 00:58:23 -04:00
Tim Griesser
7e90800c5f fixing config setting 2013-05-02 00:56:18 -04:00
Tim Griesser
40193fa0ea more tests 2013-05-02 00:50:54 -04:00
Tim Griesser
295e18e762 working on tests, fixing up the postgres client, a few other fixes 2013-05-02 00:21:49 -04:00
Tim Griesser
8f748b2ad4 better debug, remove getInstance 2013-05-01 08:32:29 -04:00
Tim Griesser
19721fe22d connection set on builder, not passed in 2013-05-01 01:10:49 -04:00
Tim Griesser
2d2a41c3d7 not releasing from the pool 2013-05-01 01:06:39 -04:00
Tim Griesser
44d2ede0cc fixing some issues with connections & debugging 2013-05-01 01:01:35 -04:00
Tim Griesser
bdda30c97e pooling isn't optional 2013-05-01 00:37:28 -04:00
Tim Griesser
4339125a00 getting there with the multi-instance piece... 2013-05-01 00:28:02 -04:00
Tim Griesser
cc66fc11fd cleaner interface for transactions 2013-04-30 19:08:47 -04:00
Tim Griesser
bd4256de4f fixing merge conflict while working on multi-instance 2013-04-30 18:32:13 -04:00
Tim Griesser
4ff2bc890a some work on multi-instance 2013-04-30 18:29:53 -04:00
Tim Griesser
d41e19609f fixing precision on float/decimal to not treat 0 as falsy 2013-04-29 15:52:16 -04:00
Tim Griesser
3de0a50e11 finished up an initial version of the transactions api 2013-04-29 10:44:41 -04:00
Tim Griesser
3c28a90cb5 working on transaction api 2013-04-28 20:58:38 -04:00
Tim Griesser
8c2d4bde7d bumping q.js 2013-04-26 13:31:42 -04:00
Tim Griesser
641681c99c omitting wheres from inserts 2013-04-26 11:28:50 -04:00
Tim Griesser
696859937f ensure update/insert hashes are ordered properly for bindings 2013-04-26 10:25:32 -04:00
Tim Griesser
8a5027621c re-docco 2013-04-25 21:05:15 -04:00