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 |
|
Tim Griesser
|
3efa857e17
|
Merge branch 'master' into migrate
* master:
release 0.2.6
prep for 0.2.6
reject transaction promise if commit fails (fixes #50)
release 0.2.5
fix for #49, prep for 0.2.5
|
2013-08-29 11:01:23 -04:00 |
|
Tim Griesser
|
069b4e56d0
|
release 0.2.6
0.2.6
|
2013-08-29 09:55:59 -04:00 |
|
Tim Griesser
|
eac59123de
|
prep for 0.2.6
|
2013-08-29 09:55:24 -04:00 |
|
Tim Griesser
|
11359ff252
|
Merge pull request #52 from studds/master
reject transaction promise if commit fails (fixes #50)
|
2013-08-29 06:53:01 -07:00 |
|
studds
|
4c93e31800
|
reject transaction promise if commit fails (fixes #50)
|
2013-08-29 09:21:05 +02:00 |
|
Tim Griesser
|
f31e1eb6bd
|
release 0.2.5
0.2.5
|
2013-08-25 22:32:47 -04:00 |
|
Tim Griesser
|
6879f166f2
|
fix for #49, prep for 0.2.5
|
2013-08-25 22:31:48 -04:00 |
|
Tim Griesser
|
0fba8b1217
|
merging with master
|
2013-08-23 11:12:27 -04:00 |
|
Tim Griesser
|
d4b42f7a97
|
0.2.4 release doc edits
|
2013-08-22 21:42:18 -04:00 |
|
Tim Griesser
|
79aef987e1
|
release 0.2.4
0.2.4
|
2013-08-22 21:41:46 -04:00 |
|
Tim Griesser
|
5db8c8aac2
|
fix #45, sqlite delete doesn't show affected row count
|
2013-08-22 21:34:31 -04:00 |
|
Tim Griesser
|
5e0ee0f489
|
release 0.2.3
0.2.3
|
2013-08-22 16:46:43 -04:00 |
|
Tim Griesser
|
f056257a60
|
fix for #44, default values syntax, other cleanup
|
2013-08-22 16:46:13 -04:00 |
|
Tim Griesser
|
e4bbaefe5d
|
minor spelling & formatting
|
2013-08-22 16:04:20 -04:00 |
|
Tim Griesser
|
7b496b7847
|
moving to CommonJS style module system for use outside of the server
|
2013-08-21 12:17:37 -04:00 |
|
Tim Griesser
|
7dd247d73f
|
release 0.2.2
0.2.2
|
2013-08-20 00:50:30 -04:00 |
|
Tim Griesser
|
745d36c295
|
prep for 0.2.2
|
2013-08-20 00:50:04 -04:00 |
|