Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/zeroblob.test
2019-01-25
| ||
20:09 | Do not accidently truncate zeroblob values when doing an arithmetic operation. Fix for ticket [bb4bdb9f7f654b0bb9f34cfba]. file: [07a5b11a] check-in: [13f6942e] user: drh branch: trunk, size: 7980 | |
2015-07-24
| ||
23:28 | Fix the zeroblob.test script so that it works even on builds where the SQLITE_MAX_LENGTH has been raised to 2147483645. file: [3857870f] check-in: [db129149] user: drh branch: trunk, size: 7622 | |
17:36 | Add the sqlite3_bind_zeroblob64() API. file: [c54bc7a9] check-in: [1997ee54] user: dan branch: trunk, size: 7622 | |
16:24 | Add the sqlite3_result_zeroblob64() API. Use it in the SQL zeroblob() function. file: [de0bf437] check-in: [c6445b9f] user: dan branch: trunk, size: 6897 | |
15:49 | More robust handling of zeroblob() with oversized arguments. Fix fuzzcheck so that it can be run with limited heap memory. file: [202dbc81] check-in: [4e3e516a] user: drh branch: trunk, size: 6288 | |
14:17 | Modify a few test scripts to avoid leaving the sqlite3Config structure in a non-default state. file: [dcffae95] check-in: [562687d9] user: dan branch: trunk, size: 6288 | |
2015-04-11
| ||
02:08 | Detect and report oversized records constructed from multiple zeroblobs. file: [fb3c0e4a] check-in: [9e139afd] user: drh branch: trunk, size: 6226 | |
2009-07-14
| ||
02:33 | Make sure the IN operator works with zeroblobs. Ticket #3965. Other simplifications associated with structural testing. (CVS 6890) file: [caaecfb4] check-in: [25dd3422] user: drh branch: trunk, size: 6015 | |
2008-06-13
| ||
18:24 | Progress toward implementation of sqlite3_config() and a rework of the mutex and memory allocation subsystems. This is an incremental check-in. (CVS 5218) file: [79212485] check-in: [a03c5af1] user: drh branch: trunk, size: 5363 | |
2008-06-12
| ||
18:17 | Enhance zeroblob tests to use the sqlite3_memory_highwater in order to double-check that no large allocations are occurring. (CVS 5217) file: [92c3e7da] check-in: [e93079be] user: drh branch: trunk, size: 5361 | |
18:05 | Fix a typo in the date/time function tests. Add additional cases to the zeroblob tests to make sure sqlite3_bind_zeroblob() does not use excess memory. (CVS 5216) file: [2f4f8c80] check-in: [c1006fb1] user: drh branch: trunk, size: 5153 | |
2007-09-12
| ||
17:01 | Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) file: [7d1854ea] check-in: [c8405b15] user: danielk1977 branch: trunk, size: 4897 | |
2007-09-04
| ||
12:18 | Clarify documentation on the return value from sqlite3_column_blob() for 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) file: [566fc982] check-in: [63ca02a5] user: drh branch: trunk, size: 4796 | |
2007-09-01
| ||
16:16 | Remove the syncOk argument to pager_recycle. Now that sqlite3_memory_release uses a global lru list of page, it is no longer required. (CVS 4364) file: [987cc5e5] check-in: [fb27692a] user: danielk1977 branch: trunk, size: 4666 | |
11:04 | Test sqlite3_bind_zeroblob(). Only include sqlite3Utf8To8 in builds if SQLITE_DEBUG is defined. (CVS 4363) file: [d4d36287] check-in: [fde6142b] user: danielk1977 branch: trunk, size: 4452 | |
2007-06-07
| ||
19:08 | Make sure zeroblob does reasonable things with a negative argument or an argument that is larger than the maximum blob size. (CVS 4048) file: [c5096545] check-in: [f4021843] user: drh branch: trunk, size: 4128 | |
2007-05-30
| ||
06:19 | Fix a problem with zeroblob() and CAST(...) expressions that could cause an assert() to fail. (CVS 4041) file: [0e0250c8] check-in: [03750a2a] user: danielk1977 branch: trunk, size: 3520 | |
2007-05-23
| ||
06:31 | Make sure zeroblob() works with the concatenation operator. Ticket #2379. (CVS 4028) file: [12a3a44c] check-in: [6e19ef75] user: drh branch: trunk, size: 3081 | |
2007-05-17
| ||
06:44 | Modify test scripts to allow for the fact that zeroblob() is not available when compiled with OMIT_INCRBLOB. Ticket #2365. (CVS 4019) file: [204b54e8] check-in: [2ee959be] user: danielk1977 branch: trunk, size: 2962 | |
2007-05-02
| ||
16:51 | More fixes and improvements to the zeroblob() mechanism. (CVS 3900) file: [547d46fd] check-in: [83ab2501] user: drh branch: trunk, size: 2906 | |
13:30 | Add support for zero-blobs to the OP_MakeRecord opcode. First test cases of zeroblob functionality. (CVS 3897) file: [76efa0e1] check-in: [e6d560dd] user: drh branch: trunk, size: 1466 Added | |