Tim Griesser
|
13995d6936
|
Fix #737, proper escaping for identifiers
|
2015-03-13 01:17:32 -04:00 |
|
Vincent Schoettke
|
505b019eaf
|
fix float for oracle dialect. fixes #735
|
2015-03-12 20:34:50 +01:00 |
|
Kris Reeves
|
84aef3bd4c
|
Handle postgres connection "error" and "end" events
Closes #659
|
2015-02-23 09:35:57 -05:00 |
|
Ben Drucker
|
d771610460
|
Merge pull request #474 from myndzi/fix-sqlite3-rename-column
Fix sqlite3 rename column
|
2015-02-20 10:22:11 -05:00 |
|
Kris Reeves
|
dc5f32ad20
|
Override pool.release for oracle too. Uncertain if client.close is async, so pretending it's sync.
|
2015-02-19 12:13:42 -05:00 |
|
Kris Reeves
|
617c36cfc7
|
New tests showed a flaw in mysql code, fix it
|
2015-02-19 12:08:02 -05:00 |
|
Kris Reeves
|
851493ae04
|
Better column rename and delete logic
|
2015-02-19 12:08:01 -05:00 |
|
Kris Reeves
|
12ce5d74f1
|
Fix reference
|
2015-02-19 11:53:57 -05:00 |
|
Kris Reeves
|
dff5a1409a
|
Use Pool2 instead of Generic-pool-redux
|
2015-02-19 11:50:43 -05:00 |
|
Ben Drucker
|
d6dc4d2dee
|
Don't warn for SQLite with create if not exists
Closes #689
|
2015-02-13 15:00:32 -05:00 |
|
Nathan Williams
|
2d6d2f28f7
|
Adapter for FoundationDB SQL Layer
|
2015-02-04 14:56:41 -05:00 |
|
Alexey Aleshkov
|
41e747f664
|
Fix SQLite dropColumn doesn't work for last column (fixes #544)
|
2015-01-18 23:53:17 +03:00 |
|
Ben Drucker
|
52e2403c29
|
Merge pull request #586 from tgriesser/limit-0
Properly handle limit 0
|
2014-12-22 21:44:24 +01:00 |
|
Tim Griesser
|
5e0bcb1ea9
|
Merge pull request #580 from llambda/master
Support strong-oracle driver.
|
2014-12-18 23:52:57 -05:00 |
|
Tim Griesser
|
3e3cfcbaa4
|
Fix #597, show tables like
|
2014-12-18 23:41:04 -05:00 |
|
Calvin Metcalf
|
33e9469fe9
|
rm console.error
|
2014-12-15 12:15:10 -05:00 |
|
Elliot Foster
|
a812bdf0b2
|
Allow mysql2 to use non-default port
|
2014-12-02 16:10:44 -08:00 |
|
Ben Drucker
|
27810950ed
|
Properly handle limit 0
|
2014-11-30 19:47:50 -05:00 |
|
llambda
|
9560058d15
|
Support strong-oracle
|
2014-11-26 17:57:24 -06:00 |
|
Ville Lahdenvuo
|
2961bb1ed4
|
Add POSIX operator support for Postgres
Closes #562, Closes #561
|
2014-11-14 12:21:36 -05:00 |
|
Rune Halvorsen
|
fc0f9feaaa
|
Added sqlite3 dialect version of whereRaw/andWhereRaw
* SQLite uses integers, not booleans
* whereIn/whereNotIn with empty array uses a boolean
* Closes #477
|
2014-11-12 12:23:01 -05:00 |
|
Tyler Kellen
|
2ddbfb65c4
|
support creating and dropping extensions in postgresql
|
2014-11-08 10:14:01 -05: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 |
|
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 |
|