439 Commits

Author SHA1 Message Date
Tim Griesser
9d5fed20d1 Fix for multiple orderBy statements in sqlite3 2014-06-10 13:26:20 -04:00
Tim Griesser
04cab6df44 release 0.6.10 2014-06-10 11:52:42 -04:00
Tim Griesser
c804822c6d release 0.6.9 2014-06-09 21:28:49 -04:00
Tim Griesser
64c1fb1dcf release 0.6.7 2014-06-09 19:58:01 -04:00
Tim Griesser
6af64d32a1 Adding support for mysql2, https://github.com/sidorares/node-mysql2 2014-06-09 16:27:03 -04:00
Tim Griesser
ad3f9f6f5e SQlite3 DDL fixes, more for #46
Don't throw when trying to add foreign key
Allow dropping a column in sqlite3
2014-06-09 15:28:22 -04:00
Tim Griesser
32a6a83a5a Add support & document raw.wrap 2014-06-09 15:26:48 -04:00
Tim Griesser
9e16ebf395 release 0.6.5 2014-06-09 12:57:10 -04:00
Tim Griesser
f2b59a2617 enable schema.raw method 2014-06-09 10:27:58 -04:00
Tim Griesser
c3f21e47cd Fix #298 and tests 2014-06-06 17:27:59 -04:00
Tim Griesser
c10001dc59 don't add undefined columns 2014-06-06 17:27:09 -04:00
Tim Griesser
9e5f73c409 fix for #298, resolve transaction with correct value 2014-06-06 14:11:42 -04:00
Tim Griesser
e73217e4c5 release 0.6.2 2014-06-04 16:24:29 -04:00
Tim Griesser
4da19754f8 Fix #297 - raw query should pass through response 2014-06-04 15:55:41 -04:00
Tim Griesser
6b85f1d66f Merge with master, ensure #278 is fixed in 0.6 2014-06-04 11:29:21 -04:00
Tim Griesser
ad94518380 Tweaks for streaming interface for mariadb 2014-06-04 04:37:19 -04:00
Tim Griesser
7befdf616f default to timestamptz for postgresql, #184 2014-06-04 04:10:27 -04:00
Tim Griesser
e550b2d394 Adding node-mariasql as a target option 2014-06-03 23:27:37 -04:00
Tim Griesser
1ba82b8363 Documentation complete 2014-06-03 14:56:14 -04:00
Tim Griesser
08fd7483c8 Even more documentation, added .pipe to the interface 2014-06-03 14:21:31 -04:00
Tim Griesser
fc1d41b8ce continuing docs work 2014-06-03 09:29:08 -04:00
Tim Griesser
bd3147964c Fix #280, JSON.stringify json columns 2014-06-03 02:23:20 -04:00
Tim Griesser
af1f9e83ae Fix #244, normalize for inconsistent insert rows 2014-06-03 00:47:54 -04:00
Tim Griesser
d7738e772a Fixing comment & foreign key tests, full suite passing 2014-05-29 17:31:09 -04:00
Tim Griesser
94e896fd41 docs work, test cleanup, adding fix for #287 2014-05-29 13:40:34 -04:00
Tim Griesser
fa0c48c86e Adding the new knex-cli package as a dependency 2014-05-29 00:11:00 -04:00
Tim Griesser
f7ad182e68 working on a lot of tooling, migration pieces 2014-05-28 22:29:34 -04:00
Tim Griesser
e3cfc7440c get rid of mysql/pg string dependencies, #283 2014-05-28 01:11:20 -04:00
Blake Embrey
d0d4549c21 Drop indexes correctly, closes #276 2014-05-20 18:02:21 +10:00
Tim Griesser
5111370503 Don't deprecate havingRaw 2014-05-09 15:03:48 -04:00
Tim Griesser
59198fde96 Ditch unused errors file 2014-05-09 14:43:58 -04:00
Tim Griesser
5726c3250f move operator to formatters, add nicer syntax for where in, where between, where is null 2014-05-09 14:42:29 -04:00
Tim Griesser
da289620b2 pass the connection __cid along when running the query for helpful debugging 2014-05-08 18:31:25 -04:00
Tim Griesser
98765c38c7 adding tests for change in #265 2014-05-08 18:04:55 -04:00
Tim Griesser
a133b53899 Transaction object are now fully functional, scoped knex objects, #265 2014-05-08 17:58:07 -04:00
Tim Griesser
5b9336a284 sqlstring now pulled from node-mysql, pq queries escaped 2014-05-06 18:15:16 -04:00
Tim Griesser
c329acbb48 don't worry about failing stream test in 0.8 2014-05-06 16:45:16 -04:00
Tim Griesser
4a189d056d adding pipe interface, readable-stream module 2014-05-06 16:18:39 -04:00
Tim Griesser
4fce26563c adding a filter for 'utf8' for node-mysql 2.2 2014-05-06 15:23:51 -04:00
Tim Griesser
fe617a6227 different stream implementation for the sqlite3 runner 2014-05-06 11:06:27 -04:00
Tim Griesser
d7c27fc4a5 add the generated groc back in for the 0.6 2014-05-05 22:59:11 -04:00
Tim Griesser
613898cf43 adding a websql specific build 2014-05-05 22:22:51 -04:00
Tim Griesser
58274c618d minor git spacing issues 2014-05-05 22:00:29 -04:00
Tim Griesser
f5e5eed1b5 well this is neat, websql pretty much works 2014-05-05 21:54:08 -04:00
Tim Griesser
19b2b20e8b We're streaming 2014-05-05 21:54:08 -04:00
Tim Griesser
5708a73023 add nullable and defaultValue fields to columnInfo 2014-05-04 23:54:03 -04:00
Tim Griesser
4af46c25e6 adding bind to the interface 2014-04-28 11:01:43 -04:00
Tim Griesser
2e94a89d58 a bit of cleanup on the migrations 2014-04-27 20:03:10 -04:00
Tim Griesser
7f4cc4e287 code consistency 2014-04-27 19:38:18 -04:00
Tim Griesser
2f6a42dd5e event emitters everywhere, standard 'query' event 2014-04-27 19:35:36 -04:00