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 2a01efe commit 99204d4Copy full SHA for 99204d4
test/test_encoding.rb
@@ -32,7 +32,6 @@ def test_insert_encoding
32
stmt = db.prepare @insert
33
34
['US-ASCII', 'UTF-16LE', 'UTF-16BE', 'EUC-JP', 'UTF-8'].each_with_index do |enc,i|
35
- str2 = str.encode(enc)
36
stmt.bind_param 1, i
37
stmt.bind_param 2, str.encode(enc)
38
stmt.to_a
0 commit comments