Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/incrblob.test
2016-03-14
| ||
18:34 | [c9b96afc29] part of check-in [99b9d7eef6] Many more test cases fixed. Only a few remain. (check-in: [99b9d7eef6] user: drh branch: see-testing, size: 17958) | |
17:05 | [8a6d31ba32] part of check-in [d866fffb8b] Many test cases fixed to work with encryption. (check-in: [d866fffb8b] user: drh branch: see-testing, size: 17780) | |
2013-03-27
| ||
19:53 | [983a3c15f6] part of check-in [0e3d511927] Modify various test cases so that they work if the file is extended in units of the system page-size. (check-in: [0e3d511927] user: dan branch: two-mappings, size: 17713) | |
2013-03-25
| ||
23:09 | [2100cb8964] part of check-in [1b37c4effd] Memory-mapped I/O is now on by default. The "PRAGMA mmap_limit(N)" can be used to issue a hint to the VFS to limit mmap space to N bytes. The VFS is free to ignore that hint if desired. However, if "PRAGMA mmap_limit(0)" is used, xFetch is never called. (check-in: [1b37c4effd] user: drh branch: experimental-mmap, size: 17719) | |
19:57 | [e81846d214] part of check-in [a607d63f0b] Merge all recent trunk changes into the experimental-mmap branch. (check-in: [a607d63f0b] user: drh branch: experimental-mmap, size: 17715) | |
2013-03-21
| ||
21:20 | [e7ef2a6094] part of check-in [6f6e2d5094] Many spelling fixes in comments. No changes to code. (check-in: [6f6e2d5094] user: mistachkin branch: trunk, size: 17575) | |
2013-03-19
| ||
19:28 | [bf210bea51] part of check-in [6183f1bd86] Add the sqlite3_io_methods.xMremap() method to the VFS interface. Also "PRAGMA mmap_size". (check-in: [6183f1bd86] user: dan branch: experimental-mmap, size: 17717) | |
2012-09-15
| ||
18:45 | [34765fa6fb] part of check-in [cfaa7bc128] Attempt to use a covering index even on a full table scan, under the theory that the index will be smaller and require less disk I/O and thus be faster. (check-in: [cfaa7bc128] user: drh branch: fullscan-covering-index, size: 17577) | |
2012-02-13
| ||
16:43 | [26fde912a1] part of check-in [9b66c79e05] Change the ROLLBACK command so that pending statements to not block it. The pending statements instead return SQLITE_ABORT upon next access. Note: This causes separate shared-cache connections in read_uncommitted mode to abort as well. (check-in: [9b66c79e05] user: drh branch: nonblocking-rollback, size: 17562) | |
2011-08-02
| ||
00:57 | [3307c04876] part of check-in [9007586fda] Add retry logic for AV defense to winOpen. Also, refactor test suite to allow the key Tcl file operations (e.g. copy and delete) to be retried. (check-in: [9007586fda] user: mistachkin branch: winopen-retry-logic, size: 17767) | |
2010-10-21
| ||
15:12 | [76e787ca33] part of check-in [f91471e723] Fix some segfaults that could occur in obscure circumstances where error messages contained characters that could be mistaken for printf format specifiers. (check-in: [f91471e723] user: dan branch: trunk, size: 17788) | |
2010-09-14
| ||
10:53 | [fa2cd937f5] part of check-in [56a9ce7774] Fix some test failures found running releasetest.tcl. (check-in: [56a9ce7774] user: dan branch: trunk, size: 17348) | |
2010-06-07
| ||
14:28 | [e557f262cd] part of check-in [c2edf8e17f] Refactor some of the global variables and commands used by tester.tcl. (check-in: [c2edf8e17f] user: dan branch: trunk, size: 16840) | |
2009-10-02
| ||
06:35 | [54ac96eaca] part of check-in [dca2a7f608] Add a test to check that the incrblob API cannot be used to write to an IPK column. Also a comment to explain why the incrblob code does not need to check if a column is part of a parent key before writing to it. (check-in: [dca2a7f608] user: dan branch: trunk, size: 16806) | |
2009-06-19
| ||
22:23 | [c80087a8ec] part of check-in [605520ec04] Do now allow a COMMIT to occur while even a single write operating is in progress. (CVS 6790) (check-in: [605520ec04] user: drh branch: trunk, size: 16401) | |
2008-11-05
| ||
16:37 | [4b9437bbb3] part of check-in [51f04aaff2] The COMMIT command now works even if there are pending queries, as long as the pending queries are reading and not writing the database. (CVS 5864) (check-in: [51f04aaff2] user: drh branch: trunk, size: 16270) | |
2008-10-02
| ||
14:49 | [4040ac8850] part of check-in [f6074c0b9b] Fix for sqlite3_blob_write(): If either 3rd or 4th argument is less than zero, return SQLITE_ERROR. H17879. (CVS 5762) (check-in: [f6074c0b9b] user: danielk1977 branch: trunk, size: 16316) | |
2008-09-11
| ||
11:28 | [e50cf41ac6] part of check-in [753caa20ca] Add a couple of (fconfigure) commands to configure the incremental blob channels used by test file incrblob.test. This is required so that the tests work on windows and other platforms that have a default -translation mode other than 'lf'. (CVS 5692) (check-in: [753caa20ca] user: danielk1977 branch: trunk, size: 15427) | |
2008-04-24
| ||
09:49 | [4455fffd08] part of check-in [6039328fe0] Ensure that it is not possible to open either virtual table or view columns using the blob API. Ticket #3078. (CVS 5041) (check-in: [6039328fe0] user: danielk1977 branch: trunk, size: 15351) | |
2008-04-16
| ||
23:39 | [529eeddb1b] part of check-in [1c19854ae7] Clear a global variable in the incrblob.test script. Ticket #3062. (CVS 5021) (check-in: [1c19854ae7] user: drh branch: trunk, size: 14720) | |
2008-01-05
| ||
04:06 | [854c23b7ff] part of check-in [cc149eb9ca] Get rid of OP_Dup, OP_MemStore, OP_MemLoad, and OP_MemMove. Replace with OP_Copy, OP_SCopy, and OP_Move. Add the infrastructure for operation properties in1, in2, in3, out2, and out3 but do not yet use any of these. (CVS 4682) (check-in: [cc149eb9ca] user: drh branch: trunk, size: 14697) | |
2007-10-09
| ||
08:29 | [602dbfa956] part of check-in [07c00fffe5] Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) (check-in: [07c00fffe5] user: danielk1977 branch: trunk, size: 14706) | |
2007-09-03
| ||
16:45 | [daad09b0d1] part of check-in [ccbd2efeba] Fix the incrblob.test on windows. Disable line terminator translation. (CVS 4380) (check-in: [ccbd2efeba] user: drh branch: trunk, size: 14603) | |
2007-09-01
| ||
18:24 | [b5c63e1f84] part of check-in [02b751fb9d] Fix a bug in jrnlTruncate(). And other coverage improvements. (CVS 4367) (check-in: [02b751fb9d] user: danielk1977 branch: trunk, size: 14463) | |
2007-08-22
| ||
02:56 | [7f95c929b7] part of check-in [783e07d561] A complete run of quick.test with mutex debugging enabled. (CVS 4266) (check-in: [783e07d561] user: drh branch: trunk, size: 14239) | |
2007-08-12
| ||
20:07 | [4d3d19f400] part of check-in [990f621f22] Updates to test scripts for better support of soft-heap-limit testing. (CVS 4209) (check-in: [990f621f22] user: drh branch: trunk, size: 14179) | |
2007-06-27
| ||
00:36 | [1e74ef0f6d] part of check-in [3bd990be3c] Set the connection error code when sqlite3_blob_read() or sqlite3_blob_write() fail. Ticket #2464. (CVS 4137) (check-in: [3bd990be3c] user: drh branch: trunk, size: 14054) | |
2007-06-15
| ||
15:08 | [a23b943159] part of check-in [32218834b8] Fix a test suite bug. To accommadate the fact that handles returned by (db incrblob) change for the second test suite iteration of full.test. (CVS 4068) (check-in: [32218834b8] user: danielk1977 branch: trunk, size: 13700) | |
2007-05-07
| ||
09:32 | [7f82ae4973] part of check-in [ff49d48f2f] Add the experimental create_collation_x() api. (CVS 3934) (check-in: [ff49d48f2f] user: danielk1977 branch: trunk, size: 13675) | |
2007-05-04
| ||
19:03 | [9fd59c5f84] part of check-in [a0f8adc692] Fix compilation and testing with OMIT_INCRBLOB defined. (CVS 3923) (check-in: [a0f8adc692] user: danielk1977 branch: trunk, size: 13664) | |
18:36 | [9738ec487d] part of check-in [4516416b4d] Test interaction of incremental io and other database writes. (CVS 3922) (check-in: [4516416b4d] user: danielk1977 branch: trunk, size: 13588) | |
14:36 | [ebfee15334] part of check-in [b94d39e4d9] Get tests working with SQLITE_OMIT_AUTOVACUUM=1. (CVS 3918) (check-in: [b94d39e4d9] user: drh branch: trunk, size: 10668) | |
2007-05-03
| ||
18:14 | [5cf5a7693c] part of check-in [64705410bd] Test some more incremental IO error cases. (CVS 3910) (check-in: [64705410bd] user: danielk1977 branch: trunk, size: 10559) | |
16:31 | [9f6f5c2371] part of check-in [e12c522383] Test cases and minor bugfixes for incremental blob APIs. (CVS 3907) (check-in: [e12c522383] user: danielk1977 branch: trunk, size: 6600) | |
13:11 | [cca13ec6c3] part of check-in [cf9eeba7be] Fix a bug where accessPayload() was calling PagerWrite() on the wrong page handle. Ticket #2332. (CVS 3906) (check-in: [cf9eeba7be] user: danielk1977 branch: trunk, size: 3663) | |
11:43 | [e86fbd7187] part of check-in [db54a9466e] Minor bugfixes for incrblob mode. (CVS 3903) (check-in: [db54a9466e] user: danielk1977 branch: trunk, size: 3487) | |
2007-05-02
| ||
13:16 | [09db22f901] part of check-in [93a3bf71d5] Use the pointer-map pages to make the incremental blob API more efficient. (CVS 3896) (check-in: [93a3bf71d5] user: danielk1977 branch: trunk, size: 1916) | |
2007-05-01
| ||
17:49 | Added: [86708ae039] part of check-in [c444836e7b] First approximation of incremental blob IO API. (CVS 3892) (check-in: [c444836e7b] user: danielk1977 branch: trunk, size: 1260) | |