aboutsummaryrefslogtreecommitdiff
path: root/test/zeroblob.test
Commit message (Collapse)AuthorAge
* Fix the zeroblob() function and related APIs so that they work with ↵dan2021-11-08
| | | | | SQLITE_OMIT_INCRBLOB builds. FossilOrigin-Name: bc401a75dd9f3c29c5969ae36264e68ccefc0937e44e232ca1f6b550f7fd6e22
* Do not accidently truncate zeroblob values when doing an arithmeticdrh2019-01-25
| | | | | operation. Fix for ticket [bb4bdb9f7f654b0bb9f34cfba]. FossilOrigin-Name: 13f6942eb0da2d92a0830f18640ce64208bd0cd6ff6d0c97e4a4c57ac3d65ba6
* Fix the zeroblob.test script so that it works even on builds where thedrh2015-07-24
| | | | | SQLITE_MAX_LENGTH has been raised to 2147483645. FossilOrigin-Name: db129149812cb4eadb4cd79ad293d14962d2638d
* Add the sqlite3_bind_zeroblob64() API.dan2015-07-24
| | | FossilOrigin-Name: 1997ee548b2e569a39e73319b661c1a78dfe5dae
* Add the sqlite3_result_zeroblob64() API. Use it in the SQL zeroblob() function.dan2015-07-24
| | | FossilOrigin-Name: c6445b9fb4d7d1a8479436d7d183bad754a01615
* More robust handling of zeroblob() with oversized arguments. Fix fuzzcheckdrh2015-07-24
| | | | | so that it can be run with limited heap memory. FossilOrigin-Name: 4e3e516a42059c97f42a7eb59bdf5cded0ff843a
* Modify a few test scripts to avoid leaving the sqlite3Config structure in a ↵dan2015-07-24
| | | | | non-default state. FossilOrigin-Name: 562687d9f56bf4bb0f5f07f97cbbb7649c81faf8
* Detect and report oversized records constructed from multiple zeroblobs.drh2015-04-11
| | | FossilOrigin-Name: 9e139afd92116ebc593114ed63b57c8f469653f6
* Make sure the IN operator works with zeroblobs. Ticket #3965.drh2009-07-14
| | | | | Other simplifications associated with structural testing. (CVS 6890) FossilOrigin-Name: 25dd342283046aaf66a679348ef1c7364c616402
* Progress toward implementation of sqlite3_config() and a rework of thedrh2008-06-13
| | | | | mutex and memory allocation subsystems. This is an incremental check-in. (CVS 5218) FossilOrigin-Name: a03c5af115889f477e17187a198a7d2d40bc76bf
* Enhance zeroblob tests to use the sqlite3_memory_highwater in order todrh2008-06-12
| | | | | double-check that no large allocations are occurring. (CVS 5217) FossilOrigin-Name: e93079be83a9df7328d9b910fcbdb762be7ec815
* Fix a typo in the date/time function tests. Add additional cases todrh2008-06-12
| | | | | | the zeroblob tests to make sure sqlite3_bind_zeroblob() does not use excess memory. (CVS 5216) FossilOrigin-Name: c1006fb1c817bc0b7fada873edb772abbf972012
* Fixes for compilation/testing when the various OMIT macros are defined. (CVS ↵danielk19772007-09-12
| | | | | 4423) FossilOrigin-Name: c8405b15c074c94dab5e33272cf1471f458d11df
* Clarify documentation on the return value from sqlite3_column_blob() fordrh2007-09-04
| | | | | | | a zero-length BLOB. Clarify the documentation on what happens when you have a zeroblob() with a negative length. Additional test cases but no changes to code. Ticket #2623. (CVS 4395) FossilOrigin-Name: 63ca02a5b2700858f0eceadc9b58b942d473b191
* Remove the syncOk argument to pager_recycle. Now that sqlite3_memory_release ↵danielk19772007-09-01
| | | | | uses a global lru list of page, it is no longer required. (CVS 4364) FossilOrigin-Name: fb27692ab10b22851b265348bb6b3e1dececd60f
* Test sqlite3_bind_zeroblob(). Only include sqlite3Utf8To8 in builds if ↵danielk19772007-09-01
| | | | | SQLITE_DEBUG is defined. (CVS 4363) FossilOrigin-Name: fde6142b7bb33198b3d6b65cfbddfad61694b1fb
* Make sure zeroblob does reasonable things with a negative argument ordrh2007-06-07
| | | | | an argument that is larger than the maximum blob size. (CVS 4048) FossilOrigin-Name: f40218434e549144ddb48303df30e5191d44d3fc
* Fix a problem with zeroblob() and CAST(...) expressions that could cause an ↵danielk19772007-05-30
| | | | | assert() to fail. (CVS 4041) FossilOrigin-Name: 03750a2a6b5186689f7db6650c0a889429790b03
* Make sure zeroblob() works with the concatenation operator. Ticket #2379. ↵drh2007-05-23
| | | | | (CVS 4028) FossilOrigin-Name: 6e19ef758207cedd6db8b2796ef5d4d688cc0b62
* Modify test scripts to allow for the fact that zeroblob() is not available ↵danielk19772007-05-17
| | | | | when compiled with OMIT_INCRBLOB. Ticket #2365. (CVS 4019) FossilOrigin-Name: 2ee959be4afa2cf05d183ff92a31dd1b5a84becf
* More fixes and improvements to the zeroblob() mechanism. (CVS 3900)drh2007-05-02
| | | FossilOrigin-Name: 83ab25014e890b1cc6ea08ca1ebeeee0078da466
* Add support for zero-blobs to the OP_MakeRecord opcode. drh2007-05-02
First test cases of zeroblob functionality. (CVS 3897) FossilOrigin-Name: e6d560ddeeb48fb0cbd9f5a10612280b055baef7