908 Commits

Author SHA1 Message Date
Tim Griesser
849a509c9f Updating code for transaction example, fix #397 2014-08-14 19:14:56 -04:00
Tim Griesser
25e6e32c22 Update docs for joinRaw, #160 / #423 2014-08-14 18:03:26 -04:00
Tim Griesser
ac984b9e9b Add .joinRaw and remove deprecated join notices 2014-08-14 18:02:50 -04:00
Tim Griesser
c07970ee7e Extract raw query formatting from constructor 2014-08-14 18:02:13 -04:00
Tim Griesser
b8f32300d3 Remove use strict for consistency 2014-08-14 18:01:27 -04:00
Tim Griesser
f4373810be Dependency bump & client build with oracle 2014-08-14 18:00:48 -04:00
Tim Griesser
f14e894748 Support natural join, #423 2014-08-14 16:00:06 -04:00
Tim Griesser
39569c7b2a Remove unused SKIP for websql 2014-08-14 15:59:35 -04:00
Tim Griesser
d925ab569a Use reduce context rather than .bind 2014-08-14 15:59:02 -04:00
Tim Griesser
5445f1bcf0 Document .clone, #324 2014-08-14 15:54:15 -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
0330c33c43 Merge pull request #379 from SohumB/feature/nested-raw
Allow nested Raw queries
2014-08-14 15:14:41 -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
Tim Griesser
6bc918f300 Fix #422, transactions & Bluebird 2.3 2014-08-14 14:56:16 -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
d85a13a6f6 Reverted mysql overlapping join test 2014-08-13 21:53:42 +02:00
Vincent Schoettke
9ef99b5f92 Added oracle support 2014-08-13 21:53:42 +02:00
Ben Drucker
6f4a976944 Merge pull request #420 from antoinegomez/master 2014-08-12 15:34:39 -04:00
Antoine Gomez
19bce8ea79 Fix global variable 'data' in JoinClause.on method 2014-08-12 15:30:52 -04:00
Tim Griesser
ede6e67d6f Merge pull request #373 from wbyoung/doc-link-timestamps
Link to timestamps in documentation.
2014-08-11 10:18:25 -04: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
Tim Griesser
5b876d6732 Merge pull request #391 from nsantorello/master
Database seed file support
2014-08-11 10:17:40 -04:00
Ben Drucker
88467f829a Merge pull request #413 from briandela/patch-1
Minor change to the CLI help text
2014-08-05 18:55:30 -04:00
Brian Delahunty
adfadff2c6 Minor change to the CLI help text
Change the help text for the --env command to say 'process.env.NODE_ENV' instead of 'process.NODE_ENV'
2014-08-05 15:43:45 -07:00
hsz
1077d11bc3 chainable-first method for MySQL 2014-07-30 10:54:29 +02:00
Tim Griesser
19e9758da5 Merge pull request #401 from jut-io/bluebird-upgrade
upgrade bluebird to v2.2.2
2014-07-28 12:35:34 -04:00
Michael Demmer
c4fc84f6a2 package.json: change bluebird dependency to >=1.2.0
Due to the fact that I'm using a newer version of npm this also sorted all the
entries.
2014-07-28 11:41:42 -04:00
Ben Drucker
2d520151c7 Merge pull request #399 from ahutchings/patch-1
Fix typo
2014-07-27 16:21:19 -04:00
Andrew Hutchings
cecba8bfe1 Fix typo 2014-07-27 14:45:33 -04:00
Oliver Schneider
542d91bae2 Fix for test adaption 2014-07-26 09:06:48 +02:00
Tim Griesser
891925d354 Correct git url 2014-07-25 19:31:50 -04:00
Oliver Schneider
0cffdc6c8c Removed "collate nocase" in test order by. 2014-07-25 23:16:02 +02:00
Oliver Schneider
2b0c930f2f Don't use "collate nocase" in sqlite order by, because it makes things terrible slow, because no index is used. 2014-07-25 22:31:30 +02:00
Noah Santorello
fd778785ea Updated website documentation to include seed files 2014-07-21 20:46:52 -04:00
Noah Santorello
a7b8876590 Made URLs relative so you can easily edit it locally 2014-07-21 20:27:16 -04:00
Noah Santorello
e50378f1b7 Removed absolute migration/seed paths in test knexfile 2014-07-21 19:56:42 -04:00
Noah Santorello
97c8c820e6 Made migration CLI tasks output absolute paths 2014-07-21 19:48:31 -04:00
Noah Santorello
4edc976880 Finally seed tests green. 2014-07-21 19:33:42 -04:00
Noah Santorello
cfdaa51427 Fixing seed tests 2014-07-21 19:30:06 -04:00
Noah Santorello
26e4135f7f Fixing path issues in migration and seed functionality 2014-07-21 19:27:26 -04:00
Noah Santorello
aad466bfbf Fixing seed tests 2014-07-21 18:50:44 -04:00
Noah Santorello
fda570eb1e Fixing seed tests and jshint 2014-07-21 18:49:20 -04:00
Noah Santorello
690326ea33 Adding integration tests for seeds 2014-07-21 18:38:40 -04:00
Noah Santorello
983931bcbd Merge remote-tracking branch 'upstream/master' 2014-07-21 18:08:44 -04:00
Noah Santorello
79faa5177c Finished seeder integration for various dialects 2014-07-21 18:06:58 -04:00