218 Commits

Author SHA1 Message Date
Sky Morey
3e09e44a55 added to package.json 2015-12-15 15:01:19 -06:00
Mikael Lepistö
3a8bebcd54 Add migration file generated by tests to .jshintignore 2015-12-15 21:37:01 +02:00
Sky Morey
7c1120e0e2 in progress 2015-12-08 11:37:31 -06:00
Rhys van der Waerden
360ffc77d3 release 0.9.0 2015-11-02 14:54:38 +11:00
blah238
1ee32292d4 Add Travis testing for Node v4.x
- Update node-mariasql to 0.2.x
 - Closes #970
 - Closes #977
 - Closes #995
2015-10-27 17:38:56 -05:00
blah238
39031c4006 NPM test script improvements
- Add 'npm run babel' command and run it on 'npm test' (supersedes PR #1011 - Ensure /lib is up to date during CI tests)
  - Fix 'npm test' command not working on Windows due to Istanbul config issue (see https://github.com/gotwarlost/istanbul/issues/90)
  - Update CONTRIBUTING.md
2015-10-12 15:32:59 -05:00
Jake Russo
18f543b35d Add Earl Grey support
Add stubs for migrate, knexfile, and seed in Earl Grey. Add `.eg`
extension in  migrate and seed js files and `eg` filetype in cli js
file.

Remove dot from eg string

Update build files

Change cli to executable

Update js-interpret for earl-grey
2015-07-28 23:44:56 -05:00
Tim Griesser
031129f505 Add tap-spec reporter 2015-06-16 10:40:18 -04:00
Tim Griesser
edefe53df9 Better fix for #852 2015-06-01 07:55:04 -04:00
Tim Griesser
90105e064f Fix #852, parse qs parameters for connection 2015-06-01 07:39:57 -04:00
Tim Griesser
89fe76faa3 release 0.8.6 2015-05-20 11:21:59 -04:00
Tim Griesser
01bae6a598 Add disableTransactions option, #834 2015-05-20 11:08:27 -04:00
Tim Griesser
e024fa6b87 release 0.8.5 2015-05-14 00:45:51 -04:00
Tim Griesser
ee388d3bb9 release 0.8.4 2015-05-13 15:23:15 -04:00
Tim Griesser
7e884cb325 Babel src -> lib, remove gulp 2015-05-09 13:58:18 -04:00
Tim Griesser
ff0782a71f Move noop to util 2015-05-04 10:21:42 -04:00
Nolan Lawson
161a3f5d87 #809 - fix browserification 2015-05-03 19:05:37 -04:00
Tim Griesser
f93be5e6b2 release 0.8.3 2015-05-02 13:14:32 -04:00
Tim Griesser
2ed591dc06 release 0.8.2 2015-05-01 14:55:53 -04:00
Tim Griesser
564e520fa3 release 0.8.1 2015-05-01 11:59:02 -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
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
3dfe1e6c94 Final cleanup for 0.8 2015-04-30 18:11:41 -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
471b2bae8f Bump sqlite3 test dependency for 0.12 2015-04-28 23:32:41 -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
Calvin Metcalf
667fef8c18 work in browserify 2015-04-24 15:34:55 -04:00
Tim Griesser
f3c45a0b10 Test to ensure #625 is fixed 2015-04-24 15:20:35 -04:00
Tim Griesser
3e47fafbe8 Cleaning up build process, WebSQL dialect 2015-04-24 12:19:33 -04:00
Tim Griesser
36ced91ed5 Testing transactions, beginning to use tape, adding query to error message 2015-04-24 10:10:34 -04:00
Tim Griesser
a911c06ef3 Bumping pool2 2015-04-24 09:34:19 -04:00
Tim Griesser
7dfad30ff0 browserify -> webpack 2015-04-22 14:53:31 -04:00
Tim Griesser
0a2367fb07 Target pool2 sha commit until new release 2015-04-22 12:44:37 -04:00
Tim Griesser
e1708f51b5 Bumping depdendencies 2015-04-22 11:44:10 -04:00
Tim Griesser
f9aab9dc76 Major internal refactor
Beefed up transaction implementation, still needs tests
and cleanup of nested transaction queues.

Left todo:
- Fix commented out tests
- Fix oracle driver's transactions
2015-04-22 10:34:14 -04:00
Tim Griesser
eee4e9c005 Fixing the overall class dependency approach, lots of internal cleanup, WIP 2015-04-19 16:31:52 -04:00
Tim Griesser
27cd9f12c5 Cleanup pool implementation, preparing things for new release 2015-04-17 15:00:08 -04:00
Tim Griesser
c14efb7b01 Add fromJS method, alternate solution for #761 2015-04-17 10:35:01 -04:00
Ben Drucker
4821fac983 Update lodash to 3.0 and change ~ to ^ 2015-02-23 09:55:52 -05:00
Kris Reeves
dff5a1409a Use Pool2 instead of Generic-pool-redux 2015-02-19 11:50:43 -05:00
Yujie Zhou
99ba1cef99 [Knex CLI] Support V8 Flags such as --harmony, etc 2015-02-13 18:00:49 +08:00
llambda
9560058d15 Support strong-oracle 2014-11-26 17:57:24 -06:00
Tim Griesser
eb9b67b5ad release 0.7.3 2014-10-03 12:26:29 -04:00