Tim Griesser
|
570a551f41
|
Trim whitespace when escaping
|
2014-07-14 15:19:03 -04:00 |
|
Tim Griesser
|
521f22aec2
|
Fix #363, prepare postgresql parameters for streaming
|
2014-07-10 12:31:18 -04:00 |
|
Tim Griesser
|
ebcd13879b
|
Allow for dialect as the options param rather than client
|
2014-07-09 10:36:40 -04:00 |
|
Tim Griesser
|
8d54993fe3
|
Test for #350, update with limit mysql
|
2014-07-08 07:06:39 -04:00 |
|
Calvin Metcalf
|
ef981aa566
|
chained not, or, and and
|
2014-07-03 14:19:36 -04:00 |
|
Tim Griesser
|
920d1ef16e
|
Fix #344, case insensitive operators
|
2014-06-30 12:42:33 -04:00 |
|
Tim Griesser
|
295f57d296
|
Fix #282, add raw support in groupBy / orderBy
Adds groupByRaw, orderByRaw as convenience methods
for groupBy(raw) / orderBy(raw)
|
2014-06-27 11:58:06 -04:00 |
|
Tim Griesser
|
a1be2e9663
|
Fix #337, stream only syntax should not return a promise
|
2014-06-25 02:42:22 -04:00 |
|
Tim Griesser
|
fa42db09de
|
Increment/decrement returns affectedRows, with tests - #330
|
2014-06-18 12:39:58 -04:00 |
|
Tim Griesser
|
04eabdea08
|
Remove check for 0.8, we're not running this on travis
|
2014-06-18 12:16:46 -04:00 |
|
Tim Griesser
|
86120dd3c3
|
Add istanbul module for code coverage stats
|
2014-06-14 16:51:06 -04:00 |
|
Tim Griesser
|
e9dea0435d
|
Support alias subselect with 'as' method
|
2014-06-14 16:26:01 -04:00 |
|
Tim Griesser
|
215864ec70
|
.whereExists / .whereNotExists may also take knex builder
|
2014-06-14 09:58:38 -04:00 |
|
Tim Griesser
|
f702920a3b
|
Test using a file and multiple connections
|
2014-06-13 13:14:35 -04:00 |
|
Tim Griesser
|
7332b86688
|
Remove extraneous console.log
|
2014-06-13 13:14:00 -04:00 |
|
Tim Griesser
|
a24dedb567
|
Remove weird git whitespace
|
2014-06-12 14:07:33 -04:00 |
|
Tim Griesser
|
1e936ffd3c
|
Fix #308 onDelete / onUpdate in PostgreSQL, with tests
|
2014-06-12 14:00:44 -04:00 |
|
Tim Griesser
|
7722011721
|
Tests for #314
|
2014-06-12 14:00:44 -04:00 |
|
Tim Griesser
|
246e767815
|
Fix for boolean default types in PostgreSQL
|
2014-06-10 16:40:59 -04:00 |
|
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
|
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
|
e06d689468
|
release 0.6.3
|
2014-06-06 17:41:31 -04:00 |
|
Tim Griesser
|
c3f21e47cd
|
Fix #298 and tests
|
2014-06-06 17:27:59 -04:00 |
|
Dan Weinand
|
dab1191918
|
allow schema methods to use transactions
|
2014-06-05 17:01:02 -07: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
|
08fd7483c8
|
Even more documentation, added .pipe to the interface
|
2014-06-03 14:21:31 -04:00 |
|
Tim Griesser
|
abc4b36231
|
Set the database charset as utf8
|
2014-06-03 09:56:37 -04:00 |
|
Tim Griesser
|
448fd99b07
|
Attempt to get the new tests passing on travis
|
2014-06-03 02:35:55 -04:00 |
|
Tim Griesser
|
bd3147964c
|
Fix #280, JSON.stringify json columns
|
2014-06-03 02:23:20 -04:00 |
|
Tim Griesser
|
e989d0a46e
|
Working query building eval for examples, continue working on docs
|
2014-06-03 01:37:19 -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
|
f7ad182e68
|
working on a lot of tooling, migration pieces
|
2014-05-28 22:29:34 -04:00 |
|
Blake Embrey
|
d0d4549c21
|
Drop indexes correctly, closes #276
|
2014-05-20 18:02:21 +10: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
|
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
|
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 |
|