We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e850285 commit 6b3e6fcCopy full SHA for 6b3e6fc
1 file changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
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
13
## 1.1.0
14
15
- Updated docs.
0 commit comments