2014-09-09 20:30:24
— part of check-in
[6ab76c5fed]
on branch 64-bit-lengths
— Change the name of the _texte64() interfaces to just _test64(), without the "e".
(user:
drh
size: 43713)
2014-09-11 18:44:04
— part of check-in
[7e4978c003]
on branch trunk
— Add new APIs that take 64-bit length parameters: sqlite3_malloc64(),
sqlite3_realloc64(), sqlite3_bind_blob64(), sqlite3_bind_text64(),
sqlite3_result_blob64(), and sqlite3_result_text64().
Add the sqlite3_msize() interface.
Internal memory allocation routines now use 64-bit unsigned
length parameters for safety.
Fix the sqlite3_get_table() to use sqlite3_realloc64() to avoid
a integer overflow problem.
(user:
drh
size: 43713)