ended7월 16일· 1 sources

Nul Characters in Strings in SQLite

Why it matters

SQLite allows NUL characters (ASCII 0x00, Unicode \u0000) in the middle of string values stored in the database. However, the use of NUL within strings can lead to surprising behaviors: The length() S...

1
Sources
+0
24h
Growth
4d
Active

Sources

Related Issues