2646 Commits

Author SHA1 Message Date
Tim Griesser
7e884cb325 Babel src -> lib, remove gulp 2015-05-09 13:58:18 -04:00
Tim Griesser
f9785cc5c7 Expose Client as Knex.Client 2015-05-09 13:22:26 -04:00
Tim Griesser
d5476bc930 Add gitter badge 2015-05-08 14:41:24 -04:00
Tim Griesser
3482c650d4 Improvements to object value bindings 2015-05-06 10:48:05 -04:00
Tim Griesser
ff0782a71f Move noop to util 2015-05-04 10:21:42 -04:00
Tim Griesser
f2a4a38ffa Docs - logo resize 2015-05-04 09:15:17 -04:00
Tim Griesser
c069fe9e78 Merge pull request #808 from tbranyen/add-trailing-comma
Adds trailing commas to seed stubs
2015-05-04 07:46:16 -04:00
Tim Griesser
c69bcad143 Merge pull request #810 from nolanlawson/fix-browserify
#809 - fix browserification
2015-05-04 07:46:07 -04:00
Nolan Lawson
161a3f5d87 #809 - fix browserification 2015-05-03 19:05:37 -04:00
Tim Branyen
56d73165cb Adds trailing commas to seed stubs
I just started started using the seed feature of knex, which is awesome!
I thought it might be nice to add a trailing comma to make it easier to
copy/paste new lines.

Just a minor tweak.
2015-05-03 13:41:56 -04:00
Tim Griesser
f93be5e6b2 release 0.8.3 0.8.3 2015-05-02 13:14:32 -04:00
Tim Griesser
54e645c4e3 Fix #806, alias postgresql -> postgres 2015-05-02 13:03:47 -04:00
Tim Griesser
2ed591dc06 release 0.8.2 0.8.2 2015-05-01 14:55:53 -04:00
Tim Griesser
d4ddd2a91c Fix regression in connection query string in config object 2015-05-01 14:49:18 -04:00
Tim Griesser
564e520fa3 release 0.8.1 0.8.1 2015-05-01 11:59:02 -04:00
Tim Griesser
6d93ba2c21 #805 - mysql2 doesn't include errno, sidorares/node-mysql2#168 2015-05-01 11:53:55 -04:00
Tim Griesser
bdd0efa60b Fix #804, reference seed config for migrator 2015-05-01 11:37:41 -04:00
Tim Griesser
12e6ada1a3 Fix for #805, warn for non-existent savepoints
In MySQL if a savepoint is missing, it means something
else (most likely DDL) triggered an implicit commit. In this
case rather than erroring, let's give a warning message
so it's possible to use the same codepath as a DB where
this actually works.
2015-05-01 11:26:29 -04:00
Tim Griesser
c7b01f57e1 Remove old files from docs 2015-05-01 11:23:15 -04:00
Tim Griesser
aa026613b1 Fix MariaDB Travis config 2015-04-30 21:19:52 -04:00
Tim Griesser
29cc223bb9 Test whether mocha 2.x is causing Travis to fail 2015-04-30 20:41:16 -04:00
Tim Griesser
f0bd33f2ac Testing which module is causing Travis to fail 2015-04-30 20:33:33 -04:00
Tim Griesser
db624125f8 Attempting to fix travis 2015-04-30 19:58:48 -04:00
Tim Griesser
2faee769df Fix release date in changelog 2015-04-30 18:16:35 -04:00
Tim Griesser
1dffc8b8d2 release 0.8.0 0.8.0 2015-04-30 18:12:48 -04:00
Tim Griesser
3dfe1e6c94 Final cleanup for 0.8 2015-04-30 18:11:41 -04:00
Tim Griesser
3e1872731e Fix for #605, options preserved in standalone Raw query 2015-04-30 18:07:16 -04:00
Tim Griesser
0b47d98110 Tidying up the change log 2015-04-29 19:14:01 -04:00
Tim Griesser
e179634600 Switch to shell script for release, other tidying of config/directories 2015-04-29 19:13:50 -04:00
Tim Griesser
c40b1339aa Update process for web script build 2015-04-29 17:11:52 -04:00
Tim Griesser
ff76297506 Normalize connection config, fix #789 2015-04-29 15:14:41 -04:00
Tim Griesser
c529358fcb Allow object syntax for join, #743 2015-04-29 15:13:15 -04:00
Tim Griesser
471b2bae8f Bump sqlite3 test dependency for 0.12 2015-04-28 23:32:41 -04:00
Tim Griesser
0c589d5cfa Merge branch 'master' into pool
* master:
  index.html: "manually close your streams"
2015-04-28 19:34:28 -04:00
Tim Griesser
e011768124 Adding back debug 2015-04-28 19:34:11 -04:00
Tim Griesser
02e50f28d6 Fix regression in insert query compilation, needs test 2015-04-28 19:12:04 -04:00
Tim Griesser
5047ab8d76 Cleanup transaction test noise 2015-04-28 19:11:43 -04:00
Tim Griesser
f0ea3a269d Add test for #785 2015-04-28 15:05:17 -04:00
Tim Griesser
2e47b9d2e8 Nicer query builder interface 2015-04-28 09:14:13 -04:00
Tim Griesser
17b04db6da Test for #647, chained update calls aggregate updates 2015-04-28 08:41:08 -04:00
Tim Griesser
095c1e84b3 Merge pull request #800 from strathausen/patch-3
index.html: "manually close your streams"
2015-04-28 08:22:42 -04:00
Johann Philipp Strathausen
b169338bad index.html: "manually close your streams" 2015-04-28 14:14:26 +02:00
Tim Griesser
ca158836a0 Cast buffer to string, #796 2015-04-28 08:14:22 -04:00
Tim Griesser
7b17cc404a Oracle test suite up to date 2015-04-27 20:22:05 -04:00
Tim Griesser
348c0246fb Fix bindings length check 2015-04-27 16:50:52 -04:00
Tim Griesser
f735dcb9c8 Raw identifiers and named parameters
Adds ?? for interpolating identifiers in raw
statements. Also adds raw(sql, obj) for
named :key syntax. Alternatively, 🔑
(trailing colon) may be used to specify an
identifier as a parameter.
2015-04-27 15:58:48 -04:00
Tim Griesser
04a0aa6935 Removing explicit build directory, building lib in docs instead 2015-04-27 15:48:23 -04:00
Tim Griesser
c23c7290c9 Merge pull request #795 from calvinmetcalf/pool-fixed
fix to work in browserify
2015-04-24 16:16:42 -04:00
Calvin Metcalf
a7ae1fad6a avoid including bluebird and migrate' 2015-04-24 15:45:55 -04:00
Tim Griesser
a6fbdfa1a4 Fix browser builds 2015-04-24 15:43:20 -04:00