Skip to content

Commit 1b1cd76

Browse files
committed
Document previous change for N'' quoting escape hatch.
1 parent ad4eeb2 commit 1b1cd76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
* Undefined method `database_prefix_remote_server?' Fixes #450. Thanks @jippeholwerda
66
* Document two methods for avoiding N'' quoting on char/varchar columns.
77

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+
813

914
## v4.2.10
1015

0 commit comments

Comments
 (0)