Uh oh!
There was an error while loading. Please reload this page.
throw on null bytes / resolve GH-13952 - #18320
Conversation
fix a corruption issue where PDO::quote for SQLite would silently truncate strings with null bytes in them, by throwing. resolvephpGH-13952closephpGH-13972
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ndossche
left a comment
There was a problem hiding this comment.
Waiting for @SakiTakamachi 's final approval, but this LGTM
maybe sqlstate quoting ansi SQL:2011 draft at https://web.archive.org/web/20230525220603if_/https://www.wiscorp.com/sql20nn.zip or maybe 39000
|
SakiTakamachi
commented
Apr 14, 2025
In my view, none of them seem appropriate. Also, I’m not sure whether this can be referred to as an “external routine.” |
SakiTakamachi
commented
Apr 14, 2025
Merged :) |
fix a corruption issue where PDO::quote for SQLite would silently truncate strings with null bytes in them,
by throwing.
resolveGH-13952
closeGH-13972