325 Commits

Author SHA1 Message Date
Tim Griesser
b718e2da64 Relative directory config for path.resolve in #515 2014-10-03 11:14:04 -04:00
Tim Griesser
c5e87fae75 Merge pull request #515 from briandela/patch-1
Change seed generation to have same directory behaviour as migration
2014-10-03 11:12:47 -04:00
Tim Griesser
b7ea97ae5c Merge pull request #512 from tgriesser/join-using
Support for .join(table, raw) and join using
2014-10-03 11:06:44 -04:00
Tim Griesser
c0070891a3 Merge pull request #517 from briandela/master
Add support for specifying the postgres index type
2014-10-03 11:04:55 -04:00
Tim Griesser
776acf3f30 Fix #516, connection parameters not properly preserved 2014-10-03 11:03:34 -04:00
Brian Delahunty
9be8e7b601 Add support for specifying the postgres index type. 2014-10-02 20:56:39 -07:00
Brian Delahunty
fda990b02d Change seed generation to have same directory behaviour as migration
Change to seed behaviour to use the same path resolution as migration - essentially, replicating change SHA:b7672df53623dc9112c13120fc46eca5a48e5dd4 by @demmer
2014-10-02 11:51:52 -07:00
Tim Griesser
2ff6323f39 Support for .join(table, raw) and join using 2014-10-01 19:18:25 -04:00
Tim Griesser
239f906450 Proper fix for #510 and related 2014-10-01 18:28:30 -04:00
Tim Griesser
9bfb1cfc18 Fix regression in migration path resolution, caused by #494 2014-10-01 17:25:10 -04:00
Tim Griesser
b73a85f628 Better error handling for disconnects & pool, fix #452 2014-10-01 17:24:25 -04:00
Tim Griesser
9fe65d92d6 Bumping dependencies, adding changelog 2014-10-01 16:27:57 -04:00
Tim Griesser
b58269403d Support both array and variable arg key syntax, #485 2014-10-01 16:10:53 -04:00
Tim Griesser
5280e6e91c Handle empty array case for whereIn, fix #477 2014-10-01 15:50:48 -04:00
Tim Griesser
b4333f9fee Consistent handling of 'not' cases similar to 'or' 2014-10-01 15:22:49 -04:00
Tyler Kellen
0f9a5448dc implement support for postgres create/drop schema 2014-09-30 12:52:41 -04:00
Tim Griesser
0b5ca3563a Merge pull request #494 from jut-io/fix-migrate-absolute-paths
migration config support both absolute and relative paths
2014-09-29 11:24:58 -04:00
Tim Griesser
9f752a984d Merge pull request #495 from jut-io/fix-sqlite-insert-chunked
fix off-by-one error in sqlite insertChunked
2014-09-29 11:24:32 -04:00
Tim Griesser
eeb3b368d7 Merge pull request #500 from tgriesser/jsonb
Allow jsonb columns to be created with the schema builder
2014-09-29 11:24:04 -04:00
Vincent Schoettke
5c7d106283 join columns now optional. Fixes #504 2014-09-29 10:05:53 +02:00
Ben Drucker
40effe848a Allow jsonb columns to be created with the schema builder
Closes #499
2014-09-22 12:25:28 -04:00
Michael Demmer
18179bd2de fix off-by-one error in sqlite insertChunked 2014-09-18 10:59:18 -07:00
Michael Demmer
b7672df536 fix _absoluteConfigDir to support both absolute and relative paths 2014-09-18 10:49:52 -07:00
Flux Xu
7c5411db8f Fix SQLite composite primary key 2014-09-12 17:21:36 -04:00
Vincent Schoettke
72cf342273 Fixes #319. Inserting multiple rows with default values 2014-09-08 16:10:43 +02:00
Tim Griesser
9ecd443417 Add .beginTransaction method for consistency, fix #458 2014-09-03 16:19:52 -04:00
Vincent Schoettke
4c43d69313 Enabled eqeqeq jshint restriction and fixed warnings 2014-09-03 11:04:10 +02:00
Vincent Schoettke
f67d04035c Enabled latedef jshint restriction and fixed warnings 2014-09-03 10:48:25 +02:00
Vincent Schoettke
67642ae542 Changed jshint browser option to false and fixed warning 2014-09-02 23:00:53 +02:00
Vincent Schoettke
ef173db790 Changed jshint option unused to true and fixed warnings 2014-09-02 22:56:51 +02:00
Vincent Schoettke
a373905171 Removed jshint eqnull and fixed warnings 2014-09-02 22:19:22 +02:00
Vincent Schoettke
98f4f9a1dd Removed jshint expr and fixed warnings 2014-09-02 22:03:14 +02:00
Vincent Schoettke
89973dac20 Removed jshint boss and fixed warnings 2014-09-02 21:37:58 +02:00
Tim Griesser
d4349a9cff Add default as alias for defaultTo 2014-09-02 10:54:07 -04:00
Fabian Becker
077a7e0e60 Prevent executing a query when no connection exists
no ref
2014-09-02 12:04:21 +02:00
Vincent Schoettke
f3874ac651 Fixed several jshint warnings. Added strict mode 2014-09-01 17:19:34 +02:00
Vincent Schoettke
473827b8c1 Added missing require statement 2014-09-01 16:56:30 +02:00
Vincent Schoettke
efdb3bde02 Fixed ignoring callback on client destroy 2014-09-01 16:01:18 +02:00
Vincent Schoettke
8f5ccc1e45 Fix #440, orderBy with raw argument should use direction 2014-09-01 14:16:07 +02:00
Tim Griesser
f965648225 Fix subquery insert for sqlite3 2014-08-31 14:07:58 -04:00
Tim Griesser
1bc6293353 JOINs should not work with update in sqlite 2014-08-31 14:01:53 -04:00
Tim Griesser
886634eb02 Fix #441, raw in first argument of join 2014-08-31 12:20:31 -04:00
Vincent Schoettke
393769b80d Merge pull request #445 from vschoettke/sqlite3-fix-raw-order-by
sqlite3 - fixed raw order bys
2014-08-28 21:45:07 +02:00
Vincent Schoettke
f3bff2d8ab Merge pull request #446 from vschoettke/fix-offset-without-limit
Fixed offset without limit for mysql and sqlite3
2014-08-28 20:22:43 +02:00
Vincent Schoettke
00a41a0bb2 Fixed offset without limit for mysql and sqlite3 2014-08-28 13:53:39 +02:00
Vincent Schoettke
d6e414721f sqlite3 - fixed raw order bys 2014-08-28 11:52:05 +02:00
Ben Drucker
5e8689c8fd Merge pull request #444 from vschoettke/oracle-fix-unsupported-params
Fixed non-supported options in update, insert etc. for Oracle dialect
2014-08-28 05:47:45 -04:00
Vincent Schoettke
d0b8c717e4 oracle - fixed non-supported options 2014-08-27 10:10:20 +02:00
Kris Reeves
3d3e4036bb Compile result of .defaultsTo(null) to "default null", not "default 'null'" 2014-08-25 17:14:58 -04:00
Tim Griesser
289c661152 Fix #427, raw / subqueries on insert 2014-08-24 14:50:29 -04:00