CoreSQLite3
CoreSQLite3 copied to clipboard
NULL in strings and blobs
SQLite docs state that if the result is a BLOB or UTF-8 string then the sqlite3_column_bytes() routine returns the number of bytes in that BLOB or string. If the result is NULL, then sqlite3_column_bytes() returns zero.