CoreSQLite3 icon indicating copy to clipboard operation
CoreSQLite3 copied to clipboard

NULL in strings and blobs

Open akolov opened this issue 13 years ago • 0 comments

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.

akolov avatar Feb 23 '12 05:02 akolov