We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaf8f1 commit 8ff7dd5Copy full SHA for 8ff7dd5
1 file changed
test/exqlite/sqlite3_test.exs
@@ -383,11 +383,6 @@ defmodule Exqlite.Sqlite3Test do
383
Sqlite3.bind_text(stmt, 1, _not_text = 1)
384
end
385
386
-
387
- test "handled null bytes in text", %{conn: conn, stmt: stmt} do
388
- assert :ok = Sqlite3.bind_text(stmt, 1, "hello\0world")
389
- assert {:row, ["hello\0world"]} = Sqlite3.step(conn, stmt)
390
- end
391
392
393
describe ".bind_blob/3" do
0 commit comments