Skip to content

Commit

Permalink
Merge ca15883 into f662bca
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Apr 28, 2015
2 parents f662bca + ca15883 commit e0d20c0
Show file tree
Hide file tree
Showing 147 changed files with 31,558 additions and 66,674 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"asi": true,
"eqnull": true,
"browser": false,
"latedef": true,
"eqeqeq" : true,
"newcap": false,
"node": true,
Expand Down
20 changes: 2 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,14 @@
Master:

## Major Changes (0.8):

- Transactions are immediately invoked / used as promises (TODO)

## Master Changes:

- Transactions are immediately invoked / used as promises
- Nested transactions automatically
- Pool2 in favor of generic-pool-redux
- Support for strong-oracle driver, #580
- Support for FoundationDB, #641
- Subqueries in insert statements, #627
- Allow mysql2 to use non-default port, #588
- Support creating & dropping extensions in PostgreSQL, #540
- Support for nested having, #572
- CLI support for knexfiles that do not provide environment keys, #527
- Added sqlite3 dialect version of whereRaw/andWhereRaw (#477).


## 0.7.4

- Fix incorrect order of subquery arguments, #704
- Union wrap argument param, #660
- Fix for dropColumn in last column, #544
- Fix for subqueries in insert statements, #628
- Limit 0 is properly supported, #586
- hasTable fix on mysql, #597
- Add POSIX operator support for Postgres (#562)
- Apply promise args from then instead of explicitly passing.
- Sample seed files now correctly (#391)
Loading

0 comments on commit e0d20c0

Please sign in to comment.