From 6b3e6fcc6ca9be8ac1685cfe8ccecf90e03e68dc Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Sun, 12 Aug 2018 09:19:01 -0500 Subject: [PATCH] update for release 1.2.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd69ac5..8867185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.