index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
zeroblob.test
Commit message (
Expand
)
Author
Age
*
Fix the zeroblob() function and related APIs so that they work with SQLITE_OM...
dan
2021-11-08
*
Do not accidently truncate zeroblob values when doing an arithmetic
drh
2019-01-25
*
Fix the zeroblob.test script so that it works even on builds where the
drh
2015-07-24
*
Add the sqlite3_bind_zeroblob64() API.
dan
2015-07-24
*
Add the sqlite3_result_zeroblob64() API. Use it in the SQL zeroblob() function.
dan
2015-07-24
*
More robust handling of zeroblob() with oversized arguments. Fix fuzzcheck
drh
2015-07-24
*
Modify a few test scripts to avoid leaving the sqlite3Config structure in a n...
dan
2015-07-24
*
Detect and report oversized records constructed from multiple zeroblobs.
drh
2015-04-11
*
Make sure the IN operator works with zeroblobs. Ticket #3965.
drh
2009-07-14
*
Progress toward implementation of sqlite3_config() and a rework of the
drh
2008-06-13
*
Enhance zeroblob tests to use the sqlite3_memory_highwater in order to
drh
2008-06-12
*
Fix a typo in the date/time function tests. Add additional cases to
drh
2008-06-12
*
Fixes for compilation/testing when the various OMIT macros are defined. (CVS ...
danielk1977
2007-09-12
*
Clarify documentation on the return value from sqlite3_column_blob() for
drh
2007-09-04
*
Remove the syncOk argument to pager_recycle. Now that sqlite3_memory_release ...
danielk1977
2007-09-01
*
Test sqlite3_bind_zeroblob(). Only include sqlite3Utf8To8 in builds if SQLITE...
danielk1977
2007-09-01
*
Make sure zeroblob does reasonable things with a negative argument or
drh
2007-06-07
*
Fix a problem with zeroblob() and CAST(...) expressions that could cause an a...
danielk1977
2007-05-30
*
Make sure zeroblob() works with the concatenation operator. Ticket #2379. (C...
drh
2007-05-23
*
Modify test scripts to allow for the fact that zeroblob() is not available wh...
danielk1977
2007-05-17
*
More fixes and improvements to the zeroblob() mechanism. (CVS 3900)
drh
2007-05-02
*
Add support for zero-blobs to the OP_MakeRecord opcode.
drh
2007-05-02