We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4eeb2 commit 1b1cd76Copy full SHA for 1b1cd76
CHANGELOG.md
@@ -5,6 +5,11 @@
5
* Undefined method `database_prefix_remote_server?' Fixes #450. Thanks @jippeholwerda
6
* Document two methods for avoiding N'' quoting on char/varchar columns.
7
8
+#### Changed
9
+
10
+* Supporting escape hatch for N'' quoting. Remove `#is_utf8` string check in `#_quote` method.
11
+ This duplicated strings and forced encoding which was actually wasteful.
12
13
14
## v4.2.10
15
0 commit comments