Skip to content

Commit 6b3e6fc

Browse files
author
Paul M. Jones
committed
update for release 1.2.0
1 parent e850285 commit 6b3e6fc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 1.2.0
4+
5+
- Method `quoteIdentifier()` added to all query objects, so that you can quote
6+
table names, column names, etc. for the specific connection type.
7+
8+
- INSERT and UPDATE queries now automatically quote the column name that is
9+
being inserted or updated. No other automatic quoting is applied.
10+
11+
- Updated docs.
12+
313
## 1.1.0
414

515
- Updated docs.

0 commit comments

Comments
 (0)