908 Commits

Author SHA1 Message Date
Tim Griesser
08ea8d4165 Merge branch 'master' into gh-pages
* master:
  release 0.4.1
  prep for 0.4.1
  properly destroy() connections in pool
2013-09-16 10:51:06 -04:00
Tim Griesser
ee704734bf release 0.4.1 0.4.1 2013-09-16 10:50:52 -04:00
Tim Griesser
1d21980eef prep for 0.4.1 2013-09-16 10:49:30 -04:00
Tim Griesser
0b7d4abc9e Merge pull request #71 from oohnoitz/master
properly destroy() connections in pool
2013-09-15 19:06:16 -07:00
Hung Tran
1ebbc705c9 properly destroy() connections in pool 2013-09-14 14:14:15 -05:00
Tim Griesser
7b53aa7546 Merge branch 'master' into gh-pages
* master:
  fixing query ordering in tests
2013-09-13 18:48:36 -04:00
Tim Griesser
0ae10c3236 fixing query ordering in tests 2013-09-13 18:48:28 -04:00
Tim Griesser
9ec656ead9 Merge branch 'master' into gh-pages
* master:
  trying to get mocha-as-promised working on node 0.6
2013-09-13 18:41:41 -04:00
Tim Griesser
0e7129aa8f trying to get mocha-as-promised working on node 0.6 2013-09-13 18:41:36 -04:00
Tim Griesser
4daba91303 Merge branch 'master' into gh-pages
* master:
  minor fixes for the unit tests
2013-09-13 18:11:59 -04:00
Tim Griesser
6b89cedf92 minor fixes for the unit tests 2013-09-13 18:11:50 -04:00
Tim Griesser
00670600a2 Merge branch 'master' into gh-pages
* master:
  fixing diff link for comparing version
2013-09-13 17:56:56 -04:00
Tim Griesser
8c72986056 fixing diff link for comparing version 2013-09-13 17:56:51 -04:00
Tim Griesser
26bac7c12a merging 0.4.0 release 2013-09-13 17:47:40 -04:00
Tim Griesser
b8dd337334 0.4.0 release 0.4.0 2013-09-13 17:46:03 -04:00
Tim Griesser
5e88ac6565 0.4.0 release 2013-09-13 17:22:03 -04:00
Tim Griesser
56d78d7172 merging in 0.4.0 2013-09-13 17:20:40 -04:00
Tim Griesser
a88024af8f 0.4.0 2013-09-13 17:14:47 -04:00
Tim Griesser
092cfc6059 more cleanup & docs 2013-09-13 16:58:38 -04:00
Tim Griesser
5ca81a5cb5 afterCreate and beforeDestroy continue to use callbacks 2013-09-13 16:50:51 -04:00
Tim Griesser
76c2dbd75e working on the docs, more internal cleanup 2013-09-13 15:36:49 -04:00
Tim Griesser
9cf602de1b Graduating from docco... onto groc 2013-09-13 13:52:38 -04:00
Tim Griesser
3d7c52e28c throw if we attempt to run the query without a connection 2013-09-13 13:27:00 -04:00
Tim Griesser
b1787cbb10 adding a toString method that properly escapes queries, fixes #59 2013-09-13 12:59:12 -04:00
Tim Griesser
64148e295e removing modifyNullable from sqlite3, #68 2013-09-13 11:42:47 -04:00
Tim Griesser
71b47e925b pulling in the option feature from #64, rename to options 2013-09-13 11:40:51 -04:00
Tim Griesser
80c03073c7 Added a flags property on the builder...
Flags property for tracking distinct, limit, offset, etc.
Added a 'type' on the JoinClause object, other minor changes
2013-09-13 10:51:12 -04:00
Tim Griesser
6cfa41a69f minor cleanup 2013-09-13 10:24:39 -04:00
Tim Griesser
66ea8d7137 Merge pull request #64 from oohnoitz/master
added option() to resolve overlapping column names on joins
2013-09-13 04:13:00 -07:00
Tim Griesser
b8501a4a4c Merge pull request #68 from ErisDS/issue-67
Remove sqlite3 specific modifyNullable
2013-09-13 04:12:32 -07:00
Hannah Wolfe
ffb2fbff01 Remove sqlite3 specific modifyNullable
closes #67

sqlite3 can use the base modifyNullable, the specific one was missing
blueprint and therefore meant nothing was ever set to not null
2013-09-13 10:47:27 +01:00
Hung Tran
a87164b71e cleaned up option() 2013-09-12 16:03:23 -05:00
Hung Tran
0d1593373f added option() to resolve overlapping column names on joins 2013-09-12 13:54:23 -05:00
Tim Griesser
1a47485d33 integration tests are workinggit st 2013-09-12 13:30:47 -04:00
Tim Griesser
b5c1696ae9 Merge pull request #62 from studds/master
Drain connection pool on SIGINT as well as exit
2013-09-12 06:26:14 -07:00
Tim Griesser
045521aaa0 fixing toLowerCase check on operator 2013-09-12 09:19:30 -04:00
studds
f05e556c1b Drain connection pool on SIGINT as well as exit 2013-09-12 13:56:02 +02:00
Tim Griesser
847f926c38 most of the functionality is now restored 2013-09-12 02:09:29 -04:00
Tim Griesser
dc312f322b fix on the toString for clauses, unit test cleanup 2013-09-12 01:13:07 -04:00
Tim Griesser
2ccbee18ed fixing dependencies for tests, again 2013-09-12 01:05:00 -04:00
T.J. Barber
e696b2e9ef added toLowerCase() call so we can use "LIKE". 2013-09-12 01:02:47 -04:00
Tim Griesser
9867c14784 Merge branch 'master' of github.com:tgriesser/knex
* 'master' of github.com:tgriesser/knex:
  added toLowerCase() call so we can use "LIKE".
2013-09-12 01:01:39 -04:00
Tim Griesser
62b3468c21 missing dependency 2013-09-12 01:01:25 -04:00
Tim Griesser
48563dfd31 sqlite3 mostly working except for the schema things 2013-09-12 01:00:44 -04:00
Tim Griesser
522c8fff63 finally got the sqlite3 stuff working, now to just hook up the tests 2013-09-12 00:26:33 -04:00
Tim Griesser
634f4751a1 mysql and pg are mostly working, now onto sqlite3 2013-09-11 23:36:55 -04:00
Tim Griesser
479c26823e Merge pull request #60 from tjbarber/operatorCaseFix
added toLowerCase() call so we can use "LIKE".
2013-09-10 19:35:18 -07:00
T.J. Barber
337bf6b8d9 added toLowerCase() call so we can use "LIKE". 2013-09-10 17:53:19 -05:00
Tim Griesser
3e6fc36289 adding underscore.string temporarily to get the tests passing 2013-09-08 16:25:10 -04:00
Tim Griesser
01c4a83d35 lots of library restructure / unit test work 2013-09-08 15:57:32 -04:00