2646 Commits

Author SHA1 Message Date
Tim Griesser
89a3dec0c9 0.6.0-wip 2014-02-14 12:46:13 -05:00
Tim Griesser
4c589cc960 working on refactoring the internals 2014-02-14 12:46:13 -05:00
John BEPPU
0619663d1a added knex migration template for LiveScript 2014-02-13 09:54:37 -08:00
Ben Drucker
e508f10772 Merge pull request #177 from valet-io/docs/charset
[Docs] Config option handling + MySQL charsets
2014-02-06 07:51:22 -05:00
Ben Drucker
8bbd6cd7bd Documentation note about config options + MySQL charsets via node-mysql. Fixes #168. 2014-02-05 13:10:11 -05:00
Tim Griesser
2c6cb7458c release 0.5.6 0.5.6 2014-02-05 10:58:25 -05:00
Tim Griesser
5b63334b68 docs prep for release 2014-02-05 10:58:25 -05:00
Tim Griesser
d16167243e bumping bluebird dependency 2014-02-05 10:55:24 -05:00
Tim Griesser
f37921a56f minor docs updates 2014-02-04 14:23:35 -05:00
Tim Griesser
4aa5bd5b0c Merge pull request #171 from tkellen/pluck
add pluck to builder interface
2014-01-28 15:28:31 -08:00
Tim Griesser
38175365d0 Merge pull request #163 from benesch/feature-aggregate-avg
Add 'avg' aggregate function
2014-01-28 15:23:58 -08:00
Tyler Kellen
0e83902c8c add pluck to builder interface
enables grabbing a single element from each row in results,
returning a promise which yields an array of those values.
2014-01-28 16:01:30 -05:00
Tim Griesser
82ee3fc7ae release 0.5.5 0.5.5 2014-01-28 09:26:25 -05:00
Tim Griesser
df77d81ac2 docs prep for release 2014-01-28 09:26:25 -05:00
Ben Drucker
2fbb3d3d64 Travis CI build status 2014-01-28 09:01:55 -05:00
Ben Drucker
1051b18e9b Roll back CI badge 2014-01-22 14:10:55 -05:00
Ben Drucker
a4c85e2964 Travis CI build status 2014-01-22 11:46:02 -05:00
Nikhil Benesch
3567f504dd Document the shiny new 'avg' aggregate function 2014-01-19 15:39:06 -05:00
Nikhil Benesch
0bf4044b74 Add 'avg' aggregate function
The 'AVG' aggregate function is specified in the SQL standard and
supported by MySQL, PostgreSQL, and SQLite. Include tests, too.
2014-01-19 15:38:59 -05:00
Ben Drucker
fc01752bc8 Merge pull request #161 from benesch/feature-vagrant
Add Vagrant environment configured to run tests
2014-01-19 06:22:08 -08:00
Nikhil Benesch
3fbaf1c2ca Add Vagrant environment configured to run tests 2014-01-19 01:07:46 -05:00
Ben Drucker
79a859e44f Merge pull request #159 from MajorBreakfast/patch-1
2013 => 2014 for dates in changelog
2014-01-17 07:37:19 -08:00
MajorBreakfast
d69b004816 We have 2014 now :) 2014-01-17 15:07:08 +01:00
Tim Griesser
6e1709371b Merge pull request #156 from smazurov/bugfix/default-config-migrate
changed init to use this.config in case one isn't passed in
2014-01-16 11:22:40 -08:00
Stepan Mazurov
78d05f2fa0 changed init to use this.config in case one isn't passed in 2014-01-16 11:59:03 -07:00
Ben Drucker
8480c0fa04 Merge pull request #151 from vvo/fix-exit-code-migrate-cli
Migrate CLI should exit with code 1 if the migration fails
2014-01-14 08:38:50 -08:00
vvo
05efb708d1 process.exit() with proper statusCode
One thing to take into account when making command lines
is to exit with the proper code so that grunt-tasks works as expected
when failing.
2014-01-14 15:47:42 +01:00
vvo
17fcaf4019 errors are logged with console.error so that stderr propagates 2014-01-14 15:46:48 +01:00
Tim Griesser
b3bfeffce7 release 0.5.4 0.5.4 2014-01-07 22:41:53 -05:00
Tim Griesser
cc04badfc0 docs prep for release 2014-01-07 22:41:52 -05:00
Tim Griesser
0cd3a93672 Merge pull request #147 from tgriesser/defaultTo-raw
Fix for #146, allowing knex.raw in defaultTo
2014-01-07 19:28:14 -08:00
Tim Griesser
fc69e3fbb9 hopefully valid raw mysql 2014-01-07 22:21:16 -05:00
Tim Griesser
b42d42e2bc fix for #146, allowing knex.raw in defaultTo 2014-01-07 22:12:33 -05:00
Tim Griesser
9ba990e452 release 0.5.3 0.5.3 2014-01-02 18:03:30 -05:00
Tim Griesser
ba5a934948 docs update for 0.5.3 2014-01-02 18:02:39 -05:00
Tim Griesser
655714a3e0 Merge pull request #145 from johanneslumpe/patch-2
For for incorrect sql (aggregates with columns)
2014-01-02 14:59:51 -08:00
Johannes Lumpe
6dd44f9dd6 Fixed wrong syntax when no columns are set 2014-01-03 00:52:18 +02:00
Tim Griesser
c43e0d76d8 Merge pull request #143 from p-baleine/topic-primarykey-docs-update
Added docs for compound primary key
2014-01-02 13:13:15 -08:00
Johannes Lumpe
7a1c151743 For for incorrect sql (aggregates with columns) 2014-01-02 19:12:12 +02:00
Tajima Junpei
0ed9f72f5d Added docs for compound primary key 2013-12-31 13:15:32 +09:00
Tim Griesser
e013a282d6 Merge pull request #142 from johanneslumpe/patch-1
Added docs for foreign key chainable methods
2013-12-28 08:23:35 -08:00
Johannes Lumpe
cc1ccc216e Added docs for foreign key chainable methods 2013-12-27 23:21:49 +02:00
Tim Griesser
5cc47ed1ee don't assume undefined is 'where null' 2013-12-25 13:31:51 -05:00
Tim Griesser
3785575de2 shuffling around the client paths/config 2013-12-25 13:21:31 -05:00
Tim Griesser
990d656ba3 clone the rows from the websql result 2013-12-24 23:42:06 -05:00
Tim Griesser
125cfb7cf5 better websql build 2013-12-24 08:06:14 -05:00
Tim Griesser
90d8566f98 basic websql support 2013-12-23 23:06:07 -05:00
Tim Griesser
ef0d96ff5a release 0.5.2 0.5.2 2013-12-18 17:27:28 -05:00
Tim Griesser
373868cfbc docs update for 0.5.2 2013-12-18 17:27:16 -05:00
Tim Griesser
5b5a6f62fd use bluebird nodeify, add catch/finally promise methods 2013-12-18 17:24:28 -05:00