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
Tim Griesser
239f906450
Proper fix for #510 and related
2014-10-01 18:28:30 -04:00
Tim Griesser
b73a85f628
Better error handling for disconnects & pool, fix #452
2014-10-01 17:24:25 -04:00
Tim Griesser
b58269403d
Support both array and variable arg key syntax, #485
2014-10-01 16:10:53 -04:00
Tyler Kellen
0f9a5448dc
implement support for postgres create/drop schema
2014-09-30 12:52:41 -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
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
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
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
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
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
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
Vincent Schoettke
d0b8c717e4
oracle - fixed non-supported options
2014-08-27 10:10:20 +02:00
Tim Griesser
83b2c2b078
Fix #434 , add returning config option
2014-08-24 14:41:48 -04:00
Tim Griesser
cd4864e740
Merge branch 'master' of github.com:tgriesser/knex
...
* 'master' of github.com:tgriesser/knex:
oracle - fixed first and added more tests
Fix bad argument to builder.whereNull
don't throw away the postgres client's password
oracle - fixed SQL for dropping multiple columns
Do not attempt to release undefined connections from pool, #414
2014-08-24 14:26:56 -04:00
Vincent Schoettke
f545c86081
oracle - fixed first and added more tests
2014-08-22 01:13:15 +02:00
Ben Drucker
3833824246
Merge pull request #428 from vschoettke/oracle-fix-drop-multiple-columns
...
oracle - fixed SQL for dropping multiple columns
2014-08-20 19:22:56 -04:00
Neil Gentleman
ab4c6dabbc
don't throw away the postgres client's password
...
broken by tgriesser/knex#390
2014-08-20 15:52:19 -07:00
Vincent Schoettke
04ddae3fda
oracle - fixed SQL for dropping multiple columns
2014-08-21 00:17:49 +02:00
Tim Griesser
75be73c45e
Merge branch 'master' of github.com:tgriesser/knex
...
* 'master' of github.com:tgriesser/knex:
oracle - fix returning for non-integer types
oracle - fixed create if not exists
2014-08-20 14:20:47 -04:00
Vincent Schoettke
2eaedd0afa
oracle - fix returning for non-integer types
2014-08-20 09:34:32 +02:00
Vincent Schoettke
9a0e7abdaa
oracle - fixed create if not exists
2014-08-16 14:20:44 +02:00
Tim Griesser
b8f32300d3
Remove use strict for consistency
2014-08-14 18:01:27 -04:00
Tim Griesser
39569c7b2a
Remove unused SKIP for websql
2014-08-14 15:59:35 -04:00
Tim Griesser
a768c7881b
Fix #398 , #410 , escape field with enum / postgres
2014-08-14 15:45:15 -04:00
Tim Griesser
0b1af71ac3
Cleanup for #383
2014-08-14 15:32:26 -04:00
Tim Griesser
980818872d
Merge pull request #406 from hsz/chainable-first
...
chainable-first method for MySQL
2014-08-14 15:15:51 -04:00
Tim Griesser
1bdf35cafa
Merge pull request #390 from bhirt-bpl/master
...
fix for using a pgConnectionString
2014-08-14 15:13:30 -04:00
Tim Griesser
b83a0af572
Merge pull request #419 from vschoettke/oracle-support
...
Add Oracle support
2014-08-14 15:12:32 -04:00
Tim Griesser
f117efa343
Merge pull request #383 from calvinmetcalf/create-if-not
...
Create if not
2014-08-14 15:10:48 -04:00
Vincent Schoettke
0faf1c9067
oracle - added seeder
2014-08-13 22:02:18 +02:00
Vincent Schoettke
0ba6b49495
oracle - added support for multiple returning values
2014-08-13 21:53:42 +02:00
Vincent Schoettke
9ef99b5f92
Added oracle support
2014-08-13 21:53:42 +02:00
Tim Griesser
8cfd8df117
Merge pull request #396 from sweetpi/master
...
Don't use "collate nocase" in sqlite order by, because it makes things t...
2014-08-11 10:18:07 -04:00
hsz
1077d11bc3
chainable-first method for MySQL
2014-07-30 10:54:29 +02:00
Oliver Schneider
0cffdc6c8c
Removed "collate nocase" in test order by.
2014-07-25 23:16:02 +02:00