2646 Commits

Author SHA1 Message Date
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
Tim Griesser
faa2497ef1 wip unit tests & refactoring 2013-09-05 16:36:49 -04:00
Tim Griesser
2bf076f15a some work on the new knex architecture 2013-09-04 20:47:27 -04:00
Tim Griesser
a59baeb01f very incomplete, wip migration 2013-09-04 20:36:56 -04:00
Tim Griesser
9a5e3947d0 adding bigInteger, bigIncrements, unsigned on autoincrement pk 2013-09-04 20:02:28 -04:00
Tim Griesser
f9b7d0a42f adding Schema.hasColumn 2013-09-04 19:13:02 -04:00
Tim Griesser
0c6dedc58b api change, nullable by default, add notNull for not null columns 2013-09-04 18:34:59 -04:00
Tim Griesser
f3a59a867b a bit hacked together on the sqlite3, but renameColumn for all db's 2013-09-04 17:32:32 -04:00
Tim Griesser
3deabd8ee7 fixing how the client is injected in the constructor 2013-09-03 23:34:38 -04:00
Tim Griesser
b18ef3d371 more refactoring, prep for non-server interfaces 2013-09-03 23:22:02 -04:00
Tim Griesser
32917a622e beginning to setup for enabling a client adapter 2013-09-03 23:02:23 -04:00
Tim Griesser
5f31aedfe1 more of slicing the library up into various components 2013-09-03 22:25:54 -04:00
Tim Griesser
10940cd0c3 beginning to properly modularize things 2013-09-03 22:01:31 -04:00