Skip to content

Commit

Permalink
update for release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Aug 12, 2018
1 parent e850285 commit 6b3e6fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.2.0

- Method `quoteIdentifier()` added to all query objects, so that you can quote
table names, column names, etc. for the specific connection type.

- INSERT and UPDATE queries now automatically quote the column name that is
being inserted or updated. No other automatic quoting is applied.

- Updated docs.

## 1.1.0

- Updated docs.
Expand Down

0 comments on commit 6b3e6fc

Please sign in to comment.