Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for src/main.c
2025-06-28
| ||
14:35 | [844cae2cb0] part of check-in [b66f853a24] Merge the 3.50.2 changes into the reuse-schema-3.50 branch. (check-in: [b66f853a24] user: drh branch: reuse-schema-3.50, size: 169092) | |
14:16 | [fe213e3bcc] part of check-in [1ae8d60237] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [1ae8d60237] user: drh branch: begin-concurrent, size: 168831) | |
2025-06-12
| ||
07:35 | [eb46066bf2] part of check-in [a95d126e13] Have sqlite3_setlk_timeout() take the database handle mutex. This fixes an assert() failure that could occur if sqlite3_setlk_timeout() were called on a threadsafe handle. (check-in: [a95d126e13] user: dan branch: trunk, size: 168198) | |
2025-03-15
| ||
20:35 | [a3f2f92765] part of check-in [271e0373a8] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [271e0373a8] user: drh branch: reuse-schema, size: 169024) | |
20:25 | [7d096f4d0b] part of check-in [624225499c] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [624225499c] user: drh branch: begin-concurrent, size: 168763) | |
2025-03-14
| ||
18:10 | [07f78d917f] part of check-in [6fd6b32d06] Make use of the flexible-array feature of C99, when available, to try to pacify -fsanitize=strict-bounds. This check-in fixes the core. There is more yet to do in FTS3, RTREE, and in FTS5. (check-in: [6fd6b32d06] user: drh branch: flex-array, size: 168130) | |
2025-03-03
| ||
16:53 | [65ffb80350] part of check-in [b51690e180] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [b51690e180] user: drh branch: reuse-schema, size: 169028) | |
15:53 | [dab3f7449d] part of check-in [051a6b159e] Merge all the latest trunk enhancements into the begin-concurrent branch. (check-in: [051a6b159e] user: drh branch: begin-concurrent, size: 168767) | |
2025-02-27
| ||
11:03 | [5102588cbe] part of check-in [3cf88d429f] Add support for SQLITE_EXTRA_INIT_MUTEXED - like SQLITE_EXTRA_INIT, but is called from within sqlite3_initialize() when the SQLITE_MUTEX_STATIC_MAIN mutex is still held. (check-in: [3cf88d429f] user: dan branch: build-break, size: 168134) | |
2025-02-25
| ||
20:55 | [b3714544b6] part of check-in [af928818a0] Approximately 50 typo fixes, spanning the whole tree, contributed via forum post 006c8fa165083ac3 and individually checked for correctness. Affects only code comments, docs, and a single line of debug output in a test app. (check-in: [af928818a0] user: stephan branch: trunk, size: 167952) | |
20:02 | [04a1d2725b] part of check-in [7a68a3ead8] Fix harmless "unused parameter" compiler warnings. (check-in: [7a68a3ead8] user: drh branch: trunk, size: 167951) | |
2025-02-24
| ||
10:52 | [9584f789e5] part of check-in [55324d1c86] Merge latest changes from trunk into this branch. (check-in: [55324d1c86] user: dan branch: win32-enable-setlk, size: 167814) | |
2025-02-18
| ||
18:05 | [6ab592fd16] part of check-in [75bbd094db] Cherry pick recent fixes into branch-3.44. (check-in: [75bbd094db] user: drh branch: branch-3.44, size: 166496) | |
14:56 | [f4db39dcf2] part of check-in [b2bf063011] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [b2bf063011] user: drh branch: reuse-schema, size: 167811) | |
14:37 | [20b0b613b4] part of check-in [3c87a6d195] Merge all the latest trunk enhancements into the begin-concurrent branch. (check-in: [3c87a6d195] user: drh branch: begin-concurrent, size: 167550) | |
2025-02-17
| ||
14:27 | [54e7f07a41] part of check-in [78c4994c1c] Harden the SQLITE_DBCONFIG_LOOKASIDE interface against misuse. This is a simplification of [1ec4c308c76c69fb] appropriate for use in a patch release. (check-in: [78c4994c1c] user: drh branch: branch-3.49, size: 166517) | |
14:16 | [2650f54f7c] part of check-in [1ec4c308c7] Harden the SQLITE_DBCONFIG_LOOKASIDE interface against misuse, such as described in forum post 48f365daec. Enhancements to the SQLITE_DBCONFIG_LOOKASIDE documentation. Test cases in TH3. (check-in: [1ec4c308c7] user: drh branch: trunk, size: 166917) | |
2025-02-11
| ||
17:10 | [7ace1b6134] part of check-in [e5ec5bb9f4] Merge latest changes from trunk into this branch. (check-in: [e5ec5bb9f4] user: dan branch: win32-enable-setlk, size: 167281) | |
2025-02-10
| ||
20:46 | [ad702f1ad4] part of check-in [d2d6a000fb] Experimental change to allow clients to block when taking a SHARED lock to connect to a wal mode database. (check-in: [d2d6a000fb] user: dan branch: win32-enable-setlk, size: 166983) | |
2025-02-08
| ||
14:15 | [b99d15d843] part of check-in [351dbbc2bf] Use the sqlite3ColumnIndex() routine to look up a column in a table, rather than using a custom loop. Performance improvement, size reduction, and complexity decrease. (check-in: [351dbbc2bf] user: drh branch: trunk, size: 166384) | |
2025-02-03
| ||
15:17 | [777587d5e4] part of check-in [858163f938] Merge the latest trunk changes into the reuse-schema branch. (check-in: [858163f938] user: drh branch: reuse-schema, size: 167356) | |
14:59 | [e07834d8f6] part of check-in [f456a72e0c] Merge all the latest trunk enhancements and fixes into the begin-concurrent branch. (check-in: [f456a72e0c] user: drh branch: begin-concurrent, size: 167095) | |
2025-01-31
| ||
01:34 | [59bdd8d9bb] part of check-in [393749a2e2] Add the SQLITE_DBCONFIG_ENABLE_COMMENTS setting (default on) to enable or disable the ability to include comments in SQL input text. (check-in: [393749a2e2] user: drh branch: extra-security, size: 166462) | |
2025-01-30
| ||
15:26 | [a54dfdbfee] part of check-in [62009565d2] Have sqlite3_enable_setlk(-1) configure indefinite blocking locks where they are supported. (check-in: [62009565d2] user: dan branch: win32-enable-setlk, size: 166573) | |
2025-01-27
| ||
11:50 | [101ea590be] part of check-in [4a7eb49279] Add the sqlite3_setlk_timeout() API. For setting the timeout used by SQLITE_ENABLE_SETLK_TIMEOUT blocking locks without also setting the regular retry-based busy-timeout. (check-in: [4a7eb49279] user: dan branch: win32-enable-setlk, size: 166513) | |
2025-01-22
| ||
19:37 | [84239c53aa] part of check-in [fe0c58d00b] Add two new sqlite3_db_config() options that enable the ATTACH command to create new database files and to open databases read/write. Both default to on for backwards compatibility. (check-in: [fe0c58d00b] user: drh branch: extra-security, size: 166353) | |
2025-01-07
| ||
21:04 | [bfeeca76e2] part of check-in [ac9ca88590] Fix many problems in the sqlite3_schema_copy() function. (check-in: [ac9ca88590] user: dan branch: schema-copy, size: 168676) | |
2024-12-16
| ||
14:06 | [1c3253f1e3] part of check-in [58563686eb] Merge all the latest trunk changes and enhancements into the reuse-schema branch. (check-in: [58563686eb] user: drh branch: reuse-schema, size: 167022) | |
11:19 | [ddc4ccd8fa] part of check-in [faef90eac3] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [faef90eac3] user: drh branch: begin-concurrent, size: 166761) | |
2024-12-13
| ||
01:29 | [a19dc8b477] part of check-in [52e0f8cab9] Fix a harmless compiler warning that comes up when using SQLITE_DEBUG in separate compilation mode. (check-in: [52e0f8cab9] user: drh branch: trunk, size: 166128) | |
2024-12-12
| ||
20:39 | [2aa8cea363] part of check-in [3c25c69c93] Increase the maximum number of arguments on an SQL function to 1000 with the capability to increase it further up to 32767 using a compile-time option. (check-in: [3c25c69c93] user: drh branch: cf8f1552-commit-instr, size: 168306) | |
15:11 | [13d20512d7] part of check-in [e8d7d68ba0] Increase the maximum number of arguments on an SQL function to 1000 with the capability to increase it further up to 32767 using a compile-time option. (check-in: [e8d7d68ba0] user: drh branch: trunk, size: 166189) | |
2024-12-07
| ||
23:29 | [c8551b3bfb] part of check-in [08cfa7e8b3] Merge the latest trunk fixes and enhancements into the bedrock branch. (check-in: [08cfa7e8b3] user: drh branch: bedrock, size: 166818) | |
2024-11-27
| ||
14:16 | [9be9c058d0] part of check-in [adaddf4948] Merge the latest trunk enhancements into the commit-and-continue branch. (check-in: [adaddf4948] user: drh branch: commit-and-continue, size: 166259) | |
2024-11-22
| ||
12:00 | [efacea3a80] part of check-in [063690d2c5] Fix harmless compiler warning caused by [c77a4a42f2e3d164]. (check-in: [063690d2c5] user: drh branch: trunk, size: 166185) | |
2024-11-18
| ||
15:51 | [cfb93ec56c] part of check-in [00d021eda4] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [00d021eda4] user: drh branch: reuse-schema, size: 167046) | |
11:49 | [c8012cb486] part of check-in [a2b784cb87] The COMMIT AND CONTINUE TRANSACTION syntax is disabled by default. Enable it using the SQLITE_DBCONFIG_CONTINUE_TRANSACTION configuration option. (check-in: [a2b784cb87] user: drh branch: commit-and-continue, size: 166226) | |
2024-11-11
| ||
17:03 | [5f612d6ae4] part of check-in [52bd7953f1] Update this branch with latest changes and build system updates from trunk. (check-in: [52bd7953f1] user: dan branch: begin-concurrent, size: 166785) | |
2024-11-08
| ||
20:57 | [9f42863027] part of check-in [6aa01707af] Increase the minimum SQLITE_LENGTH_LIMIT from 1 to 30 to avoid problems doing simple things like converting strings into integers. See also [8fd5b8ec4ab9b555]. (check-in: [6aa01707af] user: drh branch: trunk, size: 166152) | |
2024-10-30
| ||
14:24 | [cd6faca7df] part of check-in [67087fe433] Merge the readonly-ignore-wal-jrnl feature into a sub-branch of reuse-schema. (check-in: [67087fe433] user: drh branch: reuse-schema-ro-waljrnl, size: 167014) | |
2024-10-28
| ||
17:27 | [f6daba376a] part of check-in [3a3f7bf430] Remove the never-used and never-documented and long-ago deprecated user-authentication feature option. [65884d4f81a4705b]. (check-in: [3a3f7bf430] user: drh branch: trunk, size: 166120) | |
2024-10-16
| ||
15:14 | [a87eca9472] part of check-in [93f0febab4] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [93f0febab4] user: drh branch: reuse-schema, size: 167122) | |
14:52 | [ad39db35a5] part of check-in [92cd032aa9] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [92cd032aa9] user: drh branch: begin-concurrent, size: 166861) | |
2024-10-02
| ||
13:26 | [d55d27db5a] part of check-in [761d8fd18b] Remove all use of the "long double" data type from SQLite, as hardware support for long double is increasingly rare and the use of long double creates challenges for some compilers. (check-in: [761d8fd18b] user: drh branch: trunk, size: 166228) | |
11:11 | [45cf169457] part of check-in [2b3945e6a5] Merge latest trunk changes into this branch. (check-in: [2b3945e6a5] user: dan branch: snapshot_get-locking, size: 168234) | |
2024-10-01
| ||
20:29 | [e42b913480] part of check-in [f622b52024] Remove all code that makes use of the C-language "long double" datatype. (check-in: [f622b52024] user: drh branch: omit-long-double, size: 166043) | |
16:55 | [651be111d1] part of check-in [ca5964ef70] Add compile-time option -DSQLITE_USE_LONG_DOUBLE=0 to omit all attempts to use "long double". Or =1 to omit attempts to use the Dekker algorithms to achieve high-resolution floating point. (check-in: [ca5964ef70] user: drh branch: trunk, size: 168049) | |
2024-09-30
| ||
15:17 | [22660c327f] part of check-in [1ba833743d] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [1ba833743d] user: drh branch: reuse-schema, size: 168610) | |
12:39 | [c21e930f90] part of check-in [1bf073d7c0] Merge all the latest trunk enhancements into the begin-concurrent branch. (check-in: [1bf073d7c0] user: drh branch: begin-concurrent, size: 168349) | |
2024-09-26
| ||
18:02 | [3bb768eeee] part of check-in [34b6ac3d76] When possible, avoid taking wal file read-lock 0 in sqlite3_snapshot_get(). (check-in: [34b6ac3d76] user: dan branch: snapshot_get-locking, size: 167901) | |
2024-09-21
| ||
15:57 | [4db6e3bde5] part of check-in [62e11a3a78] If the database filename pointer passed to sqlite3_open() is a null pointer change it into ":memory:". (check-in: [62e11a3a78] user: drh branch: trunk, size: 167716) | |
2024-09-06
| ||
15:52 | [d1662b77a1] part of check-in [f9ce1ababb] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [f9ce1ababb] user: drh branch: reuse-schema, size: 168563) | |
2024-09-04
| ||
16:54 | [def50c462c] part of check-in [cf8f155280] Update the bedrock branch to include all of the latest trunk enhancements. (check-in: [cf8f155280] user: drh branch: bedrock, size: 168302) | |
2024-08-31
| ||
22:22 | [e7b53893f9] part of check-in [317d901429] Add error checking: Do not allow functions other than those in the percentile extension to use the ordered-set aggregate notation. (check-in: [317d901429] user: drh branch: ordered-set-agg, size: 167669) | |
2024-08-29
| ||
23:24 | [ccbf086c77] part of check-in [b05d30bec1] Merge all the latest trunk enhancements into the begin-concurrent branch. (check-in: [b05d30bec1] user: drh branch: begin-concurrent, size: 168260) | |
17:42 | [7cfb761ce0] part of check-in [87aa6fc212] Merge all the latest trunk enhancements into the reuse-schema branch. (check-in: [87aa6fc212] user: drh branch: reuse-schema, size: 168521) | |
2024-08-21
| ||
18:57 | [a520c325c7] part of check-in [0ea4e1e8fc] Add the new SQLITE_TESTCTRL_OPTGET that retrieves the current optimization setting. Use this in the CLI to provide symbolic fine-grain control over optimization settings using the ".testctrl opt" dot-command. (check-in: [0ea4e1e8fc] user: drh branch: optimization-onoff, size: 167627) | |
2024-08-09
| ||
13:56 | [05a2f97a06] part of check-in [58ffd5d97e] Add SQLITE_TESTCTRL_EDITSTMT for making rogue changes to the statement bytecode, to test the death-cursor error detection mechanism. (check-in: [58ffd5d97e] user: drh branch: death-cursor, size: 168137) | |
2024-03-26
| ||
10:48 | [2f08f8af68] part of check-in [e469b02205] Merge all recent trunk enhancements into the reuse-schema branch. (check-in: [e469b02205] user: drh branch: reuse-schema, size: 168116) | |
10:42 | [822a3c05c3] part of check-in [9b854e54b0] Merge all recent trunk enhancements into the begin-concurrent branch. (check-in: [9b854e54b0] user: drh branch: begin-concurrent, size: 167855) | |
2024-03-20
| ||
11:04 | [63a0a5763a] part of check-in [acc08353e2] Fix the SQLITE_ALLOW_ROWID_IN_VIEW bug-compatibility option so that it works again. Add the SQLITE_CONFIG_ROWID_IN_VIEW sqlite3_config() value to optionally disable the bug-compatibility mode at start-time. Enable testing of SQLITE_ALLOW_ROWID_IN_VIEW. (check-in: [acc08353e2] user: drh branch: branch-3.44, size: 166441) | |
2024-03-19
| ||
23:01 | [8a59d297ec] part of check-in [5d412edc2e] Change the SQLITE_CONFIG_NO_ROWID_IN_VIEW configuration option to be just SQLITE_CONFIG_ROWID_IN_VIEW (without the "_NO_" in the middle) and give it the ability to turn the option on and off. Otherwise, it is difficult to test. (check-in: [5d412edc2e] user: drh branch: rowid-in-view, size: 167222) | |
13:55 | [3db8bc4c8e] part of check-in [b8e045c9e1] On second thought, change SQLITE_TESTCTRL_ROWID_IN_VIEW into a start-time option SQLITE_CONFIG_NO_ROWID_IN_VIEW. (check-in: [b8e045c9e1] user: drh branch: rowid-in-view, size: 167034) | |
13:31 | [e7e6e9356b] part of check-in [8a6196ab29] When compiled with SQLITE_ALLOW_ROWID_IN_VIEW, rowid-in-view is on by default but can now be turned off using SQLITE_TESTCTRL_ROWID_IN_VIEW. Without the compile-time option, rowid-in-view is always off. (check-in: [8a6196ab29] user: drh branch: rowid-in-view, size: 168303) | |
2024-01-04
| ||
17:33 | [93593ecad0] part of check-in [e07f2451e8] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [e07f2451e8] user: drh branch: reuse-schema, size: 167761) | |
15:49 | [e2f8c69ab6] part of check-in [c407d3bb99] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [c407d3bb99] user: drh branch: begin-concurrent, size: 167500) | |
2024-01-03
| ||
20:40 | [438b95162a] part of check-in [d546a9c94c] Fix a #ifdef in sqlite3_test_control() that was preventing builds with SQLITE_OMIT_WSD. (check-in: [d546a9c94c] user: drh branch: trunk, size: 166867) | |
2023-12-28
| ||
14:07 | [34f043fd6f] part of check-in [3d1b0403d6] Merge the latest trunk changes into the reuse-schema branch. (check-in: [3d1b0403d6] user: drh branch: reuse-schema, size: 167732) | |
13:40 | [cc7685733e] part of check-in [b3a2adfda7] Merge recent trunk enhancements into the begin-concurrrent branch. (check-in: [b3a2adfda7] user: drh branch: begin-concurrent, size: 167471) | |
2023-12-11
| ||
19:00 | [ce714ee501] part of check-in [7aff1d9a4c] Rename the new test-control to SQLITE_TESTCTRL_JSON_SELFCHECK. Make it so that the current value of the setting can be interrogated. (check-in: [7aff1d9a4c] user: drh branch: jsonb-valid, size: 166838) | |
17:03 | [f8bfeb3603] part of check-in [b410a4db74] Add SQLITE_TESTCTRL_VALIDATE_JSONB, which if enabled under SQLITE_DEBUG causes cross-checking of generate JSONB. (check-in: [b410a4db74] user: drh branch: jsonb-valid, size: 166536) | |
2023-11-22
| ||
16:32 | [54f4f37cc1] part of check-in [24fc47afbd] Merge the 3.44.1 patches into a new sub-branch of reuse-schema. (check-in: [24fc47afbd] user: drh branch: reuse-schema-3.44, size: 166980) | |
15:29 | [52064344f8] part of check-in [7a1a114baf] Merge the 3.44.1 patches into a new sub-branch of begin-concurrent. (check-in: [7a1a114baf] user: drh branch: begin-concurrent-3.44, size: 166719) | |
2023-11-09
| ||
15:01 | [1b89f3de98] part of check-in [6195468b14] Fixes: (1) In the ->> function, instead of setting a subtype and clearing it, do not set it in the first place, as doing the set would trigger an error under SQLITE_STRICT_SUBTYPE. (2) Allow the SQLITE_STRICT_SUBTYPE through the property filter on sqlite3_create_function(). (check-in: [6195468b14] user: drh branch: func-rw-subtype, size: 166086) | |
2023-10-30
| ||
23:05 | [70f024a1fe] part of check-in [28f9a55928] Merge the latest 3.44.0 release candidate changes into the reuse-schema branch. (check-in: [28f9a55928] user: drh branch: reuse-schema, size: 166958) | |
21:39 | [d4b2f28e20] part of check-in [9fa405eb5a] Merge the latest trunk changes into the begin-concurrent branch. (check-in: [9fa405eb5a] user: drh branch: begin-concurrent, size: 166697) | |
2023-10-24
| ||
16:16 | [e1bc886483] part of check-in [688c6279ef] New #ifdefs to fix certain compile-time options. (check-in: [688c6279ef] user: drh branch: trunk, size: 166064) | |
2023-10-23
| ||
19:27 | [4a5e3a4ef7] part of check-in [52262ac920] Merge the latest trunk enhancments into the reuse-schema branch. (check-in: [52262ac920] user: drh branch: reuse-schema, size: 166927) | |
15:48 | [43a0b1ba3d] part of check-in [c5ef898a79] Merge latest trunk changes into this branch. (check-in: [c5ef898a79] user: dan branch: begin-concurrent, size: 166666) | |
15:24 | [e3166de468] part of check-in [1bf6f0f3bb] Revert an earlier change that considered passing a NULL callback to sqlite3_preupdate_hook() to be a misuse. This is required to clear the preupdate hook altogether. (check-in: [1bf6f0f3bb] user: dan branch: trunk, size: 166033) | |
2023-10-21
| ||
16:25 | [db12d1e572] part of check-in [a50a333ae1] Extra comment on the implementation of SQLITE_TESTCTRL_FK_NO_ACTION, warning about the need to reset the schema in order for the setting change to take full effect. (check-in: [a50a333ae1] user: drh branch: fknoaction, size: 166049) | |
12:54 | [0dfcdba3a1] part of check-in [563cf5f782] Add SQLITE_TESTCTRL_FK_NO_ACTION. (check-in: [563cf5f782] user: drh branch: fknoaction, size: 165831) | |
2023-10-15
| ||
13:36 | [73ae4cab16] part of check-in [dd766eeb59] Change 3 instance of #if SQLITE_ENABLE_API_ARMOR to #ifdef for consistency with how it is normally used. (check-in: [dd766eeb59] user: stephan branch: trunk, size: 165196) | |
13:25 | [b252cd436f] part of check-in [40f5906f48] Correct non-void return from sqlite3_preupdate_hook() when API_ARMOR is enabled. Broken by [6cb77503484e]. (check-in: [40f5906f48] user: stephan branch: trunk, size: 165193) | |
2023-10-14
| ||
12:20 | [be4dbe864b] part of check-in [f6cd88e6b2] Extend API_ARMOR checks on sqlite3_commit/rollback_hook() to include a check for the callback pointer. (check-in: [f6cd88e6b2] user: stephan branch: api-armor-audit, size: 165223) | |
2023-10-13
| ||
12:48 | [7a91b372dd] part of check-in [8c25c4b18a] Round one of an audit for SQLITE_ENABLE_API_ARMOR for functions exposed by JNI and those functions missing armor, as reported in several forum posts. (check-in: [8c25c4b18a] user: stephan branch: api-armor-audit, size: 165191) | |
2023-09-13
| ||
20:35 | [618aeb399e] part of check-in [810c635ce0] Improved comments on the hasHighPrecisionDouble() routine. No changes to the underlying code. (check-in: [810c635ce0] user: drh branch: runtime-longdouble-test, size: 165005) | |
20:06 | [d3489e9c6b] part of check-in [9a854b9196] Determine at start time whether or not the underlying hardware supports high-precision long double computations. (check-in: [9a854b9196] user: drh branch: runtime-longdouble-test, size: 164609) | |
2023-09-11
| ||
14:55 | [3a6f64cb47] part of check-in [9806c0dd28] Add support for the sqlite3_get_clientdata() and sqlite3_set_clientdata() interfaces, to better support JNI. (check-in: [9806c0dd28] user: drh branch: trunk, size: 163951) | |
2023-09-05
| ||
15:03 | [58a3150ba3] part of check-in [93f74490fa] Fix a few SQLITE_MISUSE returns so that they call sqlite3MisuseError(). (check-in: [93f74490fa] user: drh branch: trunk, size: 162153) | |
2023-09-02
| ||
08:04 | [42a55d9778] part of check-in [84e38341ae] Optimize sqlite3_get/set_clientdata() for the presumably common case of a static string pointer. (check-in: [84e38341ae] user: stephan branch: db-client-data, size: 163998) | |
2023-08-30
| ||
18:51 | [2adfb1973e] part of check-in [443ea20ddb] Use mutexes to make sqlite3_set_clientdata() and sqlite3_get_clientdata() threadsafe. (check-in: [443ea20ddb] user: drh branch: db-client-data, size: 163946) | |
17:41 | [3eb8c45e05] part of check-in [57e31e6b10] Remove another unreachable branch in the sqlite3_set_clientdata() logic. (check-in: [57e31e6b10] user: drh branch: db-client-data, size: 163600) | |
17:14 | [42672e9540] part of check-in [565c68adee] Remove an unreachable branch, and improve documentation of sqlite3_set_clientdata(). (check-in: [565c68adee] user: drh branch: db-client-data, size: 163585) | |
15:42 | [6afb7db216] part of check-in [937cd1762b] Fix to the sqlite3_get_clientdata() interface. (check-in: [937cd1762b] user: drh branch: db-client-data, size: 163594) | |
15:20 | [5c28d8b058] part of check-in [d542837fdb] New experimental API for attaching client data to a database connection. (check-in: [d542837fdb] user: drh branch: db-client-data, size: 163579) | |
2023-08-17
| ||
09:49 | [6287177c49] part of check-in [423e77277a] Add SQLITE_EXTRA_AUTOEXT, similar to SQLITE_EXTRA_INIT but adds a builtin auto-extension provided by the client. Suggestion from forum post 00829394c74a670f. (check-in: [423e77277a] user: stephan branch: extra-autoext, size: 162148) | |
2023-08-12
| ||
12:16 | [05d0d3c483] part of check-in [d2b0ddcc75] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [d2b0ddcc75] user: drh branch: reuse-schema, size: 162913) | |
2023-08-03
| ||
23:26 | [e56843b488] part of check-in [877ffece05] Merge the latest trunk enhancements into the bedrock branch. (check-in: [877ffece05] user: drh branch: bedrock, size: 162652) | |
13:30 | [fde8f13c87] part of check-in [de031a5ec8] Fix build problems associated with SQLITE_OMIT_WSD and SQLITE_OMIT_TRIGGER. (check-in: [de031a5ec8] user: drh branch: trunk, size: 162019) | |
12:41 | [6577cd908f] part of check-in [779d5dc879] Unix builds now assume the presence of nanosleep() in the standard library. The -DHAVE_NANOSLEEP=0 compile-time option can be used to build on systems (if any still exist) where this is not the case. (check-in: [779d5dc879] user: drh branch: trunk, size: 161947) | |
2023-07-08
| ||
19:28 | [8bda3162a0] part of check-in [7a9cb6f4f4] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [7a9cb6f4f4] user: drh branch: reuse-schema, size: 162807) | |
19:00 | [429a1a2575] part of check-in [3d0823c48e] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [3d0823c48e] user: drh branch: begin-concurrent, size: 162546) | |
2023-07-07
| ||
16:58 | [d869b4032a] part of check-in [cd67edc032] Proof of concept for a new sqlite3_function_needed() interface. (check-in: [cd67edc032] user: drh branch: need-function, size: 162715) | |
12:08 | [512b1d45bc] part of check-in [64e6bd1c25] Add option 2 to SQLITE_TESTCTRL_USELONGDOUBLE to move the setting to its defaults. Enhance the CLI and testfixture to make use of this value. Base the default on sizeof(LONGDOUBLE_TYPE) rather than on sizeof(long double). (check-in: [64e6bd1c25] user: drh branch: trunk, size: 161913) | |
2023-07-03
| ||
14:56 | [7bc04e5385] part of check-in [02ae6caff1] Whether or not to use the long-double floating point conversion technique is now a test-control setting. (check-in: [02ae6caff1] user: drh branch: fp-to-decimal-refactor, size: 161766) | |
2023-06-22
| ||
14:50 | [19c65b62d0] part of check-in [905c6c9ddb] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [905c6c9ddb] user: drh branch: reuse-schema, size: 162258) | |
13:28 | [f39fc7d716] part of check-in [5bd26fea6a] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [5bd26fea6a] user: drh branch: begin-concurrent, size: 161997) | |
2023-06-14
| ||
13:45 | [50464e704e] part of check-in [330219863c] Add SQLITE_DBCONFIG_RANDOM_SCANORDER. This option causes unconstrained table and index scan to happen in a random order, in order to help detect under-constrained queries in applications. Closed because this feature does not add any new capabilities that are not already available with SQLITE_DBCONFIG_REVERSE_SCANORDER, but it does make the behavior non-deterministic, and hence more difficult to test. (check-in: [330219863c] user: drh branch: random-scanorder, size: 161438) | |
2023-06-09
| ||
19:24 | [c787788005] part of check-in [275d056e46] Naming consistency: Always use the singular "STRICT AGGREGATE", not the plural. (check-in: [275d056e46] user: drh branch: newbie-safe-aggregates, size: 161518) | |
18:30 | [52bcc36b18] part of check-in [cd1f6b27d9] The -DSQLITE_STRICT_AGGREGATES compile-time option enables SQLITE_DBCONFIG_STRICT_AGGREGATE by default. (check-in: [cd1f6b27d9] user: drh branch: newbie-safe-aggregates, size: 161519) | |
13:08 | [4c04e6c772] part of check-in [f587891134] Experimental change to add a per-connection option that raises an error if a bare column appears in an aggregate query. (check-in: [f587891134] user: drh branch: newbie-safe-aggregates, size: 161438) | |
2023-06-07
| ||
17:03 | [5fd4b65d61] part of check-in [8c291d9994] Fix straggler misspellings and tidy the custom dictionary. Also include pickups from forum post c61fb09afd. (check-in: [8c291d9994] user: larrybr branch: spell-check, size: 161364) | |
15:00 | [fc470d4e05] part of check-in [9a12bac5d2] Remove additional traces of FTS1 and FTS2 that were missed by [2bb50d5aedef0fd2] (check-in: [9a12bac5d2] user: drh branch: trunk, size: 161464) | |
08:40 | [44a6b08c61] part of check-in [26c1bb4bd9] Add a C-source spell-checking facility. make misspell (on Nix) (check-in: [26c1bb4bd9] user: larrybr branch: spell-check, size: 161596) | |
2023-06-01
| ||
20:38 | [8024bdacd4] part of check-in [d747afda56] Generalize the LEFT JOIN strength reduction optimization so that it works for RIGHT and FULL JOIN as well. Rename it to the "OUTER JOIN strength reduction" optimization. (check-in: [d747afda56] user: drh branch: trunk, size: 161696) | |
2023-05-02
| ||
21:26 | [3e32fc51f0] part of check-in [d08fa7d4d2] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [d08fa7d4d2] user: drh branch: reuse-schema, size: 162590) | |
21:10 | [711be7ef7c] part of check-in [6f22c7679f] Update this branch with latest changes from trunk. (check-in: [6f22c7679f] user: dan branch: begin-concurrent, size: 162329) | |
16:34 | [035be2e9ba] part of check-in [2b542326aa] Interpret negative arguments to sqlite3_sleep() as zero. (check-in: [2b542326aa] user: drh branch: trunk, size: 161696) | |
2023-03-06
| ||
19:04 | [09bc5191f7] part of check-in [83e84531b4] Add SQLITE_DBCONFIG_REVERSE_SCANORDER for direct C-language access to the "PRAGMA reverse_unordered_selects" setting. (check-in: [83e84531b4] user: drh branch: trunk, size: 161685) | |
2023-03-03
| ||
21:17 | [50b4f14242] part of check-in [5a09191186] Make the SQLITE_DBCONFIG_STMT_SCANSTATUS option on by default in the CLI. (check-in: [5a09191186] user: dan branch: trunk, size: 161611) | |
2023-02-28
| ||
20:04 | [e5f5323a33] part of check-in [a63e4a150b] Change the name of SQLITE_DBCONFIG_STMT_SCANSTATS to SQLITE_DBCONFIG_STMT_SCANSTATUS. (check-in: [a63e4a150b] user: dan branch: trunk, size: 161520) | |
19:39 | [834e257234] part of check-in [0f5579bef2] Add an sqlite3_db_config() option - SQLITE_DBCONFIG_STMT_SCANSTATS - for enabling and disabling the collection of sqlite3_stmt_scanstats() statistics in SQLITE_ENABLE_STMT_SCANSTATUS builds. Collection of statistics is disabled by default. (check-in: [0f5579bef2] user: dan branch: trunk, size: 161520) | |
2023-02-24
| ||
15:59 | [cb5b7277b5] part of check-in [0de98b8e21] Back out the SQLITE_CONFIG_URI option from anytime-config. (check-in: [0de98b8e21] user: drh branch: anytime-config, size: 161446) | |
2023-02-23
| ||
14:22 | [437e97a149] part of check-in [e1702eb48d] Allow the sqlite3_config() interface to be invoked at any time for a few choosen options: SQLITE_CONFIG_LOG, SQLITE_CONFIG_URI, and SQLITE_CONFIG_PCACHE_HDRSZ. This list will likely change before release. (check-in: [e1702eb48d] user: drh branch: anytime-config, size: 161525) | |
2023-02-02
| ||
14:27 | [938078d665] part of check-in [5a22010c35] Merge latest enhancments into this branch from branch wal2. (check-in: [5a22010c35] user: dan branch: begin-concurrent-pnu-wal2, size: 161477) | |
2023-01-12
| ||
19:43 | [bcccf06ba1] part of check-in [deb26d034b] Merge latest trunk changes, including fixes for RBU pass-through mode, with this branch. (check-in: [deb26d034b] user: dan branch: reuse-schema, size: 161738) | |
2023-01-11
| ||
00:27 | [f5ed7b748d] part of check-in [d030f34136] Add a new sqlite3_is_interrupted() interface that can be used by long-running app-defined functions and similar to see if they need to exit early due to an sqlite3_interrupt() call. (check-in: [d030f34136] user: drh branch: trunk, size: 160844) | |
2023-01-09
| ||
12:01 | [fd4f7da9a7] part of check-in [51a5d83c42] Fix JSON functions so that they work correctly under PRAGMA trusted_schema. Forum thread c88a671ad083d153. (check-in: [51a5d83c42] user: drh branch: trunk, size: 160470) | |
2022-12-28
| ||
14:55 | [2d8ff38a15] part of check-in [126c68bd15] Merge the 3.40.1 changes into the reuse-schema branch. (check-in: [126c68bd15] user: drh branch: reuse-schema-3.40, size: 161227) | |
2022-12-26
| ||
17:09 | [dcb6d30c31] part of check-in [a315222619] Fix an unsafe use of sqlite3_mprintf() in sqlite3_overload_function() identified by forum post: https://sqlite.org/forum/forumpost/95b338860d. (check-in: [a315222619] user: drh branch: branch-3.40, size: 160333) | |
2022-12-21
| ||
21:01 | [6de7b70c46] part of check-in [1bfae9b3c6] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [1bfae9b3c6] user: drh branch: reuse-schema, size: 161301) | |
20:17 | [87fd9d4f6c] part of check-in [397fb07bb4] Merge the latest trunk enhancements into the begin-concurrent-report branch. (check-in: [397fb07bb4] user: drh branch: begin-concurrent-report, size: 161164) | |
20:07 | [997fc865c9] part of check-in [0c198aee53] Update the begin-concurrent branch with the latest enhancements on trunk. (check-in: [0c198aee53] user: drh branch: begin-concurrent, size: 161040) | |
2022-12-15
| ||
11:31 | [5fba7c69ac] part of check-in [9fa2b94c2e] Fix an unsafe use of sqlite3_mprintf() in sqlite3_overload_function() identified by forum post: https://sqlite.org/forum/forumpost/95b338860d. (check-in: [9fa2b94c2e] user: dan branch: trunk, size: 160407) | |
2022-12-12
| ||
17:33 | [1f75553163] part of check-in [cd881d3515] Add new logging code SQLITE_NOTICE_RBU and use it when logging for the spurious error that RBU injects into SQLite as part of applying an update. (check-in: [cd881d3515] user: dan branch: trunk, size: 160401) | |
2022-11-28
| ||
18:41 | [954490392b] part of check-in [6db0bc4bc0] Add the SQLITE_FCNTL_RESET_CACHE verb. Use it to ensure that the page cache is purged before and after a the recovery extension is run. (check-in: [6db0bc4bc0] user: dan branch: trunk, size: 160327) | |
2022-11-18
| ||
17:50 | [88e6504632] part of check-in [186db57d26] Add the SQLITE_DBCONFIG_LENIENT_JSON configuration option. Modify the built-in JSON routines such that when this setting is active, arguments that that ought to be JSON but still give a reasonable result (ex: NULL) rather than raising an error. (check-in: [186db57d26] user: drh branch: lenient-json, size: 160295) | |
2022-11-05
| ||
15:31 | [59e1f13172] part of check-in [224eaf2622] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [224eaf2622] user: drh branch: reuse-schema, size: 161115) | |
2022-11-04
| ||
18:47 | [f78f4dba74] part of check-in [d8568a848a] Merge the latest trunk enhancements into the begin-concurrent-report branch. (check-in: [d8568a848a] user: drh branch: begin-concurrent-report, size: 160978) | |
18:33 | [568be08950] part of check-in [b361ee983c] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [b361ee983c] user: drh branch: begin-concurrent, size: 160854) | |
2022-11-01
| ||
17:43 | [fa53bb2ae0] part of check-in [bd1fe4de8a] Instead of (const char*), use a special type - sqlite3_filename - as the filename argument passed to VFS method xOpen(). (check-in: [bd1fe4de8a] user: dan branch: sqlite3_filename, size: 160221) | |
13:12 | [9cfec10a06] part of check-in [b6c1b6e4a3] Fix a #ifdef involving SQLITE_OS_KV that was adding code unnecessarily. (check-in: [b6c1b6e4a3] user: drh branch: trunk, size: 160209) | |
2022-10-27
| ||
14:28 | [5bf12aca92] part of check-in [a4d40f6346] Automatically set temp_store=MEMORY if the VFS is kvvfs. (check-in: [a4d40f6346] user: drh branch: trunk, size: 160218) | |
2022-09-30
| ||
14:14 | [d34c554704] part of check-in [b119a5e896] Merge recent trunk enhancements into the reuse-schema branch. (check-in: [b119a5e896] user: drh branch: reuse-schema, size: 160442) | |
13:42 | [d95face711] part of check-in [4d6141f32d] Merge the latest trunk changes into the begin-concurrent-report branch (check-in: [4d6141f32d] user: drh branch: begin-concurrent-report, size: 160305) | |
13:29 | [db487c05a7] part of check-in [ba2539f6de] Merge all recent trunk enhancements into the begin-concurrent branch. (check-in: [ba2539f6de] user: drh branch: begin-concurrent, size: 160181) | |
2022-09-20
| ||
14:36 | [b434b8e4ac] part of check-in [c5db9262d0] When compiled with SQLITE_OS_KV_OPTIONAL, the magic names ":localStorage:" and ":sessionStorage:" are recognized and converted to use the kv-vfs. (check-in: [c5db9262d0] user: drh branch: kv-vfs-magic-names, size: 160044) | |
2022-09-10
| ||
18:20 | [e11267cdd3] part of check-in [f6632e69c2] Move the vfskv.c extension to src/os_kv.c and make it part of the amalgamation, activated if and only if SQLITE_OS_KV is true. (check-in: [f6632e69c2] user: drh branch: kv-vfs, size: 159548) | |
2022-09-05
| ||
12:39 | [6f5dff0d73] part of check-in [31304de83e] Version 3.39.3 patches applied to the begin-concurrent branch. (check-in: [31304de83e] user: drh branch: begin-concurrent-3.39, size: 160069) | |
2022-08-25
| ||
14:31 | [123ac0cc42] part of check-in [bc988ce727] Merge changes from trunk into the stmt-cache branch. (check-in: [bc988ce727] user: drh branch: stmt-cache, size: 159931) | |
2022-08-24
| ||
23:50 | [a9a6dbe703] part of check-in [c9dc536db9] Change sqlite3_prepare_v3() to require SQLITE_PREPARE_CACHE in order for a statement to be a cache candidate. But any statement can pull from the cache. Also add statement cache control to the CLI. (check-in: [c9dc536db9] user: drh branch: stmt-cache, size: 159863) | |
17:59 | [8983b4a316] part of check-in [459ad8846e] Add a mutex to the sqlite3_db_config() interface so that it is threadsafe when two or more threads call it on the same database connection at the same time. (check-in: [459ad8846e] user: drh branch: trunk, size: 159548) | |
17:55 | [5c82ba33d2] part of check-in [c217b763b1] First attempt at adding a built-in prepared statement cache. This is mostly working, but still has a few obscure faults. (check-in: [c217b763b1] user: drh branch: stmt-cache, size: 159850) | |
2022-08-22
| ||
16:30 | [1674d93f1f] part of check-in [9c05a48ee0] Merge recent trunk enhancements into the reuse-schema branch. (check-in: [9c05a48ee0] user: drh branch: reuse-schema, size: 160374) | |
15:48 | [149bdd57c4] part of check-in [2ec6e9e134] Merge all recent trunk enhancements into the begin-concurrent-report branch. (check-in: [2ec6e9e134] user: drh branch: begin-concurrent-report, size: 160237) | |
15:42 | [d283583b08] part of check-in [7eac6136ab] Merge all recent trunk enhancements into the begin-concurrent branch. (check-in: [7eac6136ab] user: drh branch: begin-concurrent, size: 160113) | |
15:18 | [211f5fd411] part of check-in [c296a9d958] Performance enhancement for sqlite3DbFree(). (check-in: [c296a9d958] user: drh branch: trunk, size: 159480) | |
2022-07-21
| ||
16:07 | [0033f65efa] part of check-in [578538baf2] Merge the fixes from branch-3.39 into the reuse-schema branch. (check-in: [578538baf2] user: drh branch: reuse-schema-3.39, size: 160330) | |
2022-07-11
| ||
18:26 | [b91c7e71af] part of check-in [4d6f907712] Fix harmless compiler warnings about unused debugging functions in treeview.c. (check-in: [4d6f907712] user: drh branch: trunk, size: 159436) | |
2022-07-05
| ||
19:53 | [62100512f2] part of check-in [77916947ce] Fix for builds with both SQLITE_DEBUG and SQLITE_OMIT_WINDOWFUNC defined. (check-in: [77916947ce] user: dan branch: trunk, size: 159406) | |
2022-05-28
| ||
14:32 | [5792d921fc] part of check-in [034d2c511a] Merge the latest trunk enhancements into the begin-concurrent-report branch. (check-in: [034d2c511a] user: drh branch: begin-concurrent-report, size: 160125) | |
14:25 | [5b70a47eef] part of check-in [d6f6ee5cbc] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [d6f6ee5cbc] user: drh branch: begin-concurrent, size: 160001) | |
2022-05-17
| ||
15:33 | [384808b846] part of check-in [495f0353db] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [495f0353db] user: drh branch: reuse-schema, size: 160262) | |
14:59 | [e946f1d9e3] part of check-in [2ad152236c] Add the sqlite3_db_name() interface. (check-in: [2ad152236c] user: drh branch: trunk, size: 159368) | |
2022-05-10
| ||
13:06 | [6351abbb85] part of check-in [9f6d6e6135] Merge all recent trunk changes into the reuse-schema branch. (check-in: [9f6d6e6135] user: drh branch: reuse-schema, size: 159911) | |
12:24 | [ecad8e6971] part of check-in [e6b5224d71] Merge the latest trunk enhancements into the begin-concurrent-report branch. Had to restore the sqlite3VdbeSerialPut() routine that was removed in check-in [6f4d6f212a3558c2] when it was inlined because that routine is used again in a different place by this branch. (check-in: [e6b5224d71] user: drh branch: begin-concurrent-report, size: 159774) | |
12:00 | [9d3b12db13] part of check-in [f65bd76760] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [f65bd76760] user: drh branch: begin-concurrent, size: 159650) | |
2022-04-07
| ||
13:48 | [135858d2ed] part of check-in [47ddc26974] Avoid compiler warnings about the new sqlite3Show() debugging routines begin "defined but not used". (check-in: [47ddc26974] user: drh branch: trunk, size: 159017) | |
2022-04-06
| ||
11:08 | [db08e3ebd5] part of check-in [393fa32e18] Rename debugging defines and variables from SELECTTRACE to TREETRACE (and similar) since the functionality has how expanded to include data structures beyond SELECT statements. Should not affect deliverable builds. (check-in: [393fa32e18] user: drh branch: trunk, size: 158425) | |
2022-03-12
| ||
15:21 | [dcdff4cbe8] part of check-in [f3fa81963e] Merge the latest trunk changes into the reuse-schema branch. (check-in: [f3fa81963e] user: drh branch: reuse-schema, size: 159331) | |
14:54 | [7596f18245] part of check-in [c4a61135d5] Merge trunk enhancements, including 3.38.1 patches, into the begin-concurrent-report branch. (check-in: [c4a61135d5] user: drh branch: begin-concurrent-report-3.28, size: 159194) | |
14:47 | [a9c14b8c32] part of check-in [aa8b5e9558] Merge the latest trunk enhancements, including the 3.38.1 patches plus additional performance enhancements, into the begin-concurrent branch. (check-in: [aa8b5e9558] user: drh branch: begin-concurrent, size: 159070) | |
2022-03-09
| ||
13:22 | [89dfd569b4] part of check-in [46d1a6de62] Do not use va_arg() as an l-value, because AIX does not allow that, from what we are told. (check-in: [46d1a6de62] user: drh branch: trunk, size: 158437) | |
2022-02-15
| ||
20:56 | [36d30a9110] part of check-in [b9ba43fcb3] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [b9ba43fcb3] user: drh branch: reuse-schema, size: 159294) | |
20:24 | [1530d068e8] part of check-in [213df7a063] Merge recent trunk enhancements into the begin-concurrent-report branch. (check-in: [213df7a063] user: drh branch: begin-concurrent-report, size: 159157) | |
20:18 | [4fa5379ff5] part of check-in [94838f16ba] Merge the latest trunk changes into the begin-concurrent branch. (check-in: [94838f16ba] user: drh branch: begin-concurrent, size: 159033) | |
2022-02-11
| ||
17:47 | [0840cee698] part of check-in [ab1a9b5b78] Reference the wayback machine for the dead hyperlink to the MS support page in the comments about why the extra typedef for va_arg(). No code changes. (check-in: [ab1a9b5b78] user: drh branch: trunk, size: 158400) | |
11:37 | [b2a12cd586] part of check-in [eae3ab0a05] Work around the MSVC bug that prevents the use of function pointer types in the second argument of va_arg() by adding a typedef. (check-in: [eae3ab0a05] user: drh branch: trunk, size: 158273) | |
2022-02-10
| ||
21:26 | [911a4d6737] part of check-in [6e25cb0890] Enhance SQLITE_TESTCTRL_LOCALTIME_FAULT so that is able to install an alternative localtime() interface so that the localtime logic an be better tested. (check-in: [6e25cb0890] user: drh branch: trunk, size: 158087) | |
2022-01-17
| ||
20:01 | [4c4bbf25ba] part of check-in [769ff85765] Merge the latest trunk changes into the reuse-schema branch. (check-in: [769ff85765] user: drh branch: reuse-schema, size: 158464) | |
19:24 | [6cf0b49885] part of check-in [ef6fc89507] Bring the begin-concurrent-report branch up to date with all the latest trunk enhancements. (check-in: [ef6fc89507] user: drh branch: begin-concurrent-report, size: 158327) | |
19:17 | [4806307e41] part of check-in [02daae7a67] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [02daae7a67] user: drh branch: begin-concurrent, size: 158203) | |
2022-01-07
| ||
14:09 | [cd5a17d7b5] part of check-in [e525892d3d] Merge 3.37.2 changes into the begin-concurrent-pnu branch. (check-in: [e525892d3d] user: drh branch: begin-concurrent-3.37, size: 157250) | |
2022-01-06
| ||
01:40 | [2b6b0dbfeb] part of check-in [583b47d865] An attempt to integrate the JSON functions directly into the SQLite core, rather than holding them as an extension. (check-in: [583b47d865] user: drh branch: json-in-core, size: 157570) | |
2021-12-30
| ||
16:14 | [258eb7090a] part of check-in [e9e95c8fc6] Merge the 3.37.1 patches into the reuse-schema branch. (check-in: [e9e95c8fc6] user: drh branch: reuse-schema-3.37, size: 157511) | |
2021-12-25
| ||
00:19 | [aa24539f6c] part of check-in [c93609a8b9] One minor change for an exceptional case in sqlite3_error_offset(). (check-in: [c93609a8b9] user: drh branch: improved-error-context, size: 157585) | |
2021-12-24
| ||
20:22 | [d7719ea81c] part of check-in [b518ce7743] Add the sqlite3_error_offset() interface. Use it in the CLI to provide better context for error messages. (check-in: [b518ce7743] user: drh branch: improved-error-context, size: 157570) | |
2021-12-09
| ||
01:28 | [674a0fdfc2] part of check-in [88b43d798c] Add SQLITE_TESTCTRL_LOGEST and enhance the LogEst utility program. Improvements to testability of bloom filters. (check-in: [88b43d798c] user: drh branch: bloom-filter, size: 157278) | |
2021-12-06
| ||
15:40 | [1ea70751e6] part of check-in [8fd5b8ec4a] Do not allow SQLITE_LIMIT_LENGTH to be set lower than 1 as an SQLITE_LIMIT_LENGTH of 0 causes lots of unnecessary problems for users of the sqlite3_str object. (check-in: [8fd5b8ec4a] user: drh branch: trunk, size: 156617) | |
15:08 | [e94230dba0] part of check-in [2d9a45ab10] Fix SQLITE_TESTCTRL_IMPOSTER so that it is a harmless no-op if the schema parameter is invalid. (check-in: [2d9a45ab10] user: drh branch: trunk, size: 156537) | |
2021-11-22
| ||
16:39 | [6e7cc750c2] part of check-in [ddc11f5599] Merge the latest trunk enhancements into the begin-concurrent-report branch. (check-in: [ddc11f5599] user: drh branch: begin-concurrent-report, size: 157222) | |
16:14 | [6144b87718] part of check-in [8f3e68424a] Merge the latest trunk changes into the begin-concurrent branch. (check-in: [8f3e68424a] user: drh branch: begin-concurrent, size: 157098) | |
16:05 | [6f31329257] part of check-in [d08832cb93] Merge recent trunk enhancements into the reuse-schema branch. (check-in: [d08832cb93] user: drh branch: reuse-schema, size: 157359) | |
2021-11-10
| ||
10:59 | [7bd4fdc41e] part of check-in [3feb0f1c38] Make SQLITE_CORRUPT sticky: If a CORRUPT error is returned, all subsequent write statements within the same transaction also fail early with SQLITE_CORRUPT. (check-in: [3feb0f1c38] user: drh branch: trunk, size: 156465) | |
2021-11-09
| ||
15:36 | [bd7befda8f] part of check-in [122f4a762a] Merge all recent trunk changes into the begin-concurrent-report branch. (check-in: [122f4a762a] user: drh branch: begin-concurrent-report, size: 157199) | |
15:06 | [8dd12c0491] part of check-in [2d0c8f3099] Merge all recent trunk enhancements into the begin-concurrent branch. (check-in: [2d0c8f3099] user: drh branch: begin-concurrent, size: 157075) | |
2021-11-05
| ||
23:32 | [710a7201a2] part of check-in [ca09148e13] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [ca09148e13] user: drh branch: reuse-schema, size: 157336) | |
19:52 | [5ed1babdec] part of check-in [b5c668cac8] Update an assert() statement to conform to the changes of the previous check-in. (check-in: [b5c668cac8] user: drh branch: trunk, size: 156442) | |
19:36 | [0f0668b598] part of check-in [ff9373f42d] Add the SQLITE_OPEN_EXRESCODE flag for sqlite3_open_v2(). (check-in: [ff9373f42d] user: drh branch: trunk, size: 156435) | |
2021-10-21
| ||
14:37 | [eafeeb719e] part of check-in [0770f320b9] Merge all recent trunk changes into the begin-concurrent-report branch. (check-in: [0770f320b9] user: drh branch: begin-concurrent-report, size: 156226) | |
14:13 | [7128184e58] part of check-in [ae4eed0b7e] Merge recent trunk enhancements into begin-concurrent branch. (check-in: [ae4eed0b7e] user: drh branch: begin-concurrent, size: 156102) | |
14:10 | [c1b2bc195d] part of check-in [cd15fc3c08] Merge recent trunk enhancements into the reuse-schema branch (check-in: [cd15fc3c08] user: drh branch: reuse-schema, size: 156363) | |
2021-10-15
| ||
23:02 | [546dd2418c] part of check-in [bb6f2b8b48] Demostrate a prototype sqlite3_autovacuum_pages() interface. (check-in: [bb6f2b8b48] user: drh branch: autovacuum-pages-callback, size: 156362) | |
2021-10-13
| ||
14:45 | [bfe067d61e] part of check-in [d008ad793d] Back out the SQLITE_OPEN_EXCLUSIVE changes because it does not work on Windows and it does not work always on unix. (check-in: [d008ad793d] user: drh branch: trunk, size: 155469) | |
2021-10-07
| ||
13:40 | [d375bb6f76] part of check-in [9af863f065] Protect all accesses to the FuncDef.u and Expr.u unions using nearby assert()s or branches. (check-in: [9af863f065] user: drh branch: trunk, size: 155430) | |
2021-10-04
| ||
22:34 | [819f1e56cb] part of check-in [32f33f3569] Fix harmless static-analyzer warnings. (check-in: [32f33f3569] user: drh branch: trunk, size: 155362) | |
15:08 | [b9e0b9ac65] part of check-in [1ebcde72e2] Fix harmless static analyzer warnings. (check-in: [1ebcde72e2] user: drh branch: trunk, size: 155386) | |
12:16 | [5b588916ae] part of check-in [71b102942c] Merge recent trunk changes into the begin-concurrent-report branch. (check-in: [71b102942c] user: drh branch: begin-concurrent-report, size: 156077) | |
11:54 | [80a5018291] part of check-in [4f5ef7aa4c] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [4f5ef7aa4c] user: drh branch: begin-concurrent, size: 155953) | |
11:49 | [29777eb1c9] part of check-in [64234c5c9a] Merge recent trunk enhancements into the reuse-schema branch. (check-in: [64234c5c9a] user: drh branch: reuse-schema, size: 156214) | |
2021-10-02
| ||
17:12 | [ff4c89bdfd] part of check-in [dd64c60bab] Make the sqlite3_filename_xxxx() interfaces robust against NULL pointer arguments, even though the documentation says the behavior is undefined in that case. (check-in: [dd64c60bab] user: drh branch: trunk, size: 155320) | |
2021-09-24
| ||
02:14 | [9b99470c8b] part of check-in [c7560c1329] Ensure that the db->init.azInit array is initialized at all times. dbsqlfuzz 0ad6d441f9bf3dfc32626a9900bc1700495b16f9 (check-in: [c7560c1329] user: drh branch: trunk, size: 155242) | |
2021-08-12
| ||
14:22 | [aab8cefb6b] part of check-in [306694dfb4] By default, do not use memory mapping to access the temporary files used for external sorts. The old behaviour (to use memory mapping by default) may be restored by building with SQLITE_ENABLE_SORTER_MMAP defined. (check-in: [306694dfb4] user: dan branch: trunk, size: 155167) | |
2021-08-09
| ||
19:41 | [f68a1aac3c] part of check-in [25a768cb8a] Merge recent trunk enhancements into the begin-concurrent-report branch. (check-in: [25a768cb8a] user: drh branch: begin-concurrent-report, size: 155548) | |
18:21 | [12ed31f370] part of check-in [b88b632830] Merge recent trunk enhancemenets into the begin-concurrent branch. (check-in: [b88b632830] user: drh branch: begin-concurrent, size: 155424) | |
18:17 | [6e86cafdd6] part of check-in [c8d1f17fde] Merge recent trunk enhancements into the reuse-schema branch. (check-in: [c8d1f17fde] user: drh branch: reuse-schema, size: 155685) | |
2021-08-07
| ||
23:16 | [9abeb9f542] part of check-in [e5d6512aa1] Refactor sqlite3.magic into sqlite3.eOpenState. (check-in: [e5d6512aa1] user: drh branch: trunk, size: 154791) | |
2021-08-05
| ||
15:27 | [5c8c475846] part of check-in [832ac4c1ee] Store the collating sequence name for each column of a table as an extension to the column name, for an additional savings in the heap space needed to hold the schema. (check-in: [832ac4c1ee] user: drh branch: trunk, size: 154751) | |
2021-08-03
| ||
17:05 | [8496edcec3] part of check-in [385e3b4e9d] Merge recent trunk enhancements into the begin-concurrent-report branch. (check-in: [385e3b4e9d] user: drh branch: begin-concurrent-report, size: 155498) | |
16:31 | [46e139128f] part of check-in [8d806cf93c] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [8d806cf93c] user: drh branch: begin-concurrent, size: 155374) | |
16:11 | [248165c32d] part of check-in [d71adc3fd8] Merge recent trunk enhancements into the reuse-schema branch. (check-in: [d71adc3fd8] user: drh branch: reuse-schema, size: 155635) | |
2021-08-02
| ||
18:03 | [2c17a66713] part of check-in [8b781dcaf6] Refactor field names in the Column object, zCnName and zCnColl, to make them unique and thus easier to find amid all the other code. (check-in: [8b781dcaf6] user: drh branch: trunk, size: 154741) | |
16:41 | [6921ce6676] part of check-in [bbb6759bcf] Refactor the Table object to reduce its memory footprint. (check-in: [bbb6759bcf] user: drh branch: trunk, size: 154737) | |
2021-07-09
| ||
14:59 | [5d024b9b96] part of check-in [ab1550a608] Fix an assert() that might fail if sqlite3_create_function_v2() is invoked with NULL xStep and xFinal callbacks and a non-NULL xDestroy. (check-in: [ab1550a608] user: dan branch: trunk, size: 154738) | |
13:52 | [6df43445e0] part of check-in [c1bb5cff52] Enhance the sqlite3_create_function() interfaces to assume a value of SQLITE_UTF8 is presented with a nonsense value for the preferred encoding. This is undocumented behavior added for robustness. (check-in: [c1bb5cff52] user: drh branch: trunk, size: 154711) | |
13:29 | [4cbd51ada4] part of check-in [0e968f9de3] Merge latest trunk changes into this branch. (check-in: [0e968f9de3] user: dan branch: reuse-schema, size: 155398) | |
2021-06-24
| ||
18:23 | [aedd8596e4] part of check-in [d091150ff8] Allow the SQLITE_OPEN_EXCLUSIVE flag in sqlite3_open(). Return the SQLITE_CANTOPEN_EXISTS extended code to indicate that the open failed because the database already exists. (check-in: [d091150ff8] user: drh branch: trunk, size: 154510) | |
2021-06-22
| ||
18:32 | [c49a03dc83] part of check-in [48fdec22c9] Add the sqlite3_changes64() and sqlite3_total_changes64() API functions. (check-in: [48fdec22c9] user: dan branch: trunk, size: 154549) | |
2021-06-17
| ||
17:38 | [73ef695cbb] part of check-in [204dbc15a6] Merge recent trunk enhancements into begin-concurrent-report via begin-concurrent-pnu. (check-in: [204dbc15a6] user: drh branch: begin-concurrent-report, size: 155124) | |
17:29 | [76dc97dd98] part of check-in [59303e69c3] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [59303e69c3] user: drh branch: begin-concurrent, size: 155000) | |
17:26 | [38617b2852] part of check-in [92d8f967c9] Merge recent trunk enhancements into reuse-schema branch. (check-in: [92d8f967c9] user: drh branch: reuse-schema, size: 155255) | |
2021-06-15
| ||
20:07 | [9c06f8dc61] part of check-in [4b2bb46730] Fix an incorrect ifdef in the previous check-in. (check-in: [4b2bb46730] user: drh branch: ifdef-update, size: 154367) | |
18:46 | [40e1011110] part of check-in [d8cf407046] Fix some minor #ifdef issues so that all of the supported compile-time options continue to build. (check-in: [d8cf407046] user: drh branch: ifdef-update, size: 154368) | |
2021-06-14
| ||
14:35 | [76caa2fdc0] part of check-in [f21a53fb41] Update this branch with latest changes from trunk. (check-in: [f21a53fb41] user: dan branch: reuse-schema, size: 155220) | |
14:01 | [1989d087d0] part of check-in [a485d1a1b8] Update this branch with latest changes from begin-concurrent-pnu. (check-in: [a485d1a1b8] user: dan branch: begin-concurrent-report, size: 155089) | |
12:23 | [26ecd5ee51] part of check-in [d81996340a] Update this branch with latest trunk changes. (check-in: [d81996340a] user: dan branch: begin-concurrent, size: 154965) | |
2021-06-04
| ||
13:40 | [7a1b7017af] part of check-in [677e645e69] Revamp SQLITE_TESTCTRL_TUNE to provide visibility of current turning parameter values. (check-in: [677e645e69] user: drh branch: seekscan-improvements, size: 154332) | |
13:16 | [3d9a09ebfc] part of check-in [f1199d58b9] Add support for SQLITE_TESTCTRL_TUNE and the ".testctrl tune ID VALUE" command in the CLI. (check-in: [f1199d58b9] user: drh branch: seekscan-improvements, size: 154105) | |
2021-05-22
| ||
15:05 | [10ebcd5190] part of check-in [dbc65a6958] Merge latest trunk changes into this branch. (check-in: [dbc65a6958] user: dan branch: reuse-schema, size: 154153) | |
2021-05-21
| ||
16:32 | [11ef55f5f3] part of check-in [1dc6cf5113] Merge the latest trunk changes into begin-concurrent-report branch via the begin-concurrent-pnu branch. (check-in: [1dc6cf5113] user: drh branch: begin-concurrent-report, size: 154022) | |
15:33 | [28f45be66f] part of check-in [0dba9010ad] Merge all recent trunk changes into the begin-concurrent branch. (check-in: [0dba9010ad] user: drh branch: begin-concurrent, size: 153898) | |
13:32 | [3bd71ae2eb] part of check-in [fd8b68a474] Add a new sqlite3_config() option for setting the maximum precision of a printf() substitition. The default value is 100,000. It was formerly more than 2 billion. The default can be changed using the SQLITE_PRINTF_PRECISION_LIMIT compile-time option. (check-in: [fd8b68a474] user: drh branch: compile-time-precision-limit, size: 153385) | |
2021-05-17
| ||
13:11 | [2b2044221a] part of check-in [391c73132c] When deleting an SQL function that does not exist, return without doing anything at all rather than creating a tombstone function. In this way, function deletes that happen inside virtual-table destructors that are run when a database connection is closing do not create new tombstones in the function table after the function table has already been purged. forum post 726219164b. (check-in: [391c73132c] user: drh branch: trunk, size: 153265) | |
2021-05-08
| ||
17:18 | [00556c7c41] part of check-in [6df3b03e00] Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by default. Omit the SQLITE_ENABLE_DESERIALIZE option and replace it with the SQLITE_OMIT_DESERIALIZE option. (check-in: [6df3b03e00] user: drh branch: trunk, size: 153075) | |
2021-05-07
| ||
14:16 | [6e863e0ba9] part of check-in [c5e2de1d24] This was suppose to be a merge from trunk. But something went wrong. (check-in: [c5e2de1d24] user: dan branch: bad-merge, size: 153967) | |
2021-04-12
| ||
11:51 | [7db30c6293] part of check-in [785a553e71] Fix harmless comment typo in main.c. (check-in: [785a553e71] user: drh branch: trunk, size: 153079) | |
2021-03-11
| ||
19:26 | [985fba2ca3] part of check-in [6994a2d8af] Merge latest changes from begin-concurrent-pnu into this branch. (check-in: [6994a2d8af] user: dan branch: begin-concurrent-report, size: 153838) | |
18:52 | [5becd80bb8] part of check-in [79d44ebd53] Update this branch with latest changes from trunk. (check-in: [79d44ebd53] user: dan branch: begin-concurrent, size: 153714) | |
10:55 | [05b648d678] part of check-in [ef8c6e06cb] Merge latest trunk changes into this branch. (check-in: [ef8c6e06cb] user: dan branch: reuse-schema, size: 153969) | |
2021-03-10
| ||
18:21 | [2a7ece3a67] part of check-in [27d3c00efe] Improved testcase() related the SQLITE_MAX_ATTACHED vs. SQLITE_MAX_DB problem. (check-in: [27d3c00efe] user: drh branch: trunk, size: 153081) | |
16:35 | [6589cee67a] part of check-in [7b65fb9f7b] Do not confuse the constant SQLITE_MAX_ATTACHED with the maximum number of schemas. Add the new SQLITE_MAX_DB constant for the maximum number of schemas. Forum post a006d86f72. (check-in: [7b65fb9f7b] user: drh branch: trunk, size: 153049) | |
2021-03-03
| ||
19:17 | [f885f4bf75] part of check-in [acdafef836] Merge recent trunk changes into the begin-concurrent branch. (check-in: [acdafef836] user: drh branch: begin-concurrent, size: 153567) | |
2021-02-13
| ||
21:01 | [cd31d12a11] part of check-in [15692ec02b] Add a test-control that allows setting a LIKE pattern for common table expression names such that CTEs with matching names become an optimization barrier - They are not flattened and are implemented by materialization. (check-in: [15692ec02b] user: drh branch: optbarrier-test-ctrl, size: 153919) | |
2021-02-10
| ||
20:20 | [14210385b0] part of check-in [d29c41bd26] Merge latest trunk changes into this branch. (check-in: [d29c41bd26] user: dan branch: reuse-schema, size: 153822) | |
2021-01-13
| ||
19:28 | [1c5de7b3fa] part of check-in [fd0c9a123b] Expand the number of optimization-disable bits from 16 to 32. Use one of the new bits to disable the min/max optimization, so that we can more easily verify that we get the same answer both with and within that optimization. (check-in: [fd0c9a123b] user: drh branch: minmax-opt-exp, size: 152934) | |
2020-12-14
| ||
16:26 | [1407c9a7c3] part of check-in [a1708e8457] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [a1708e8457] user: drh branch: begin-concurrent, size: 153583) | |
2020-12-04
| ||
18:47 | [72b8badf58] part of check-in [846e8444f7] Update this branch with latest trunk changes. (check-in: [846e8444f7] user: dan branch: reuse-schema, size: 153838) | |
16:04 | [97e9f13735] part of check-in [3a4c98b989] Further changes to the trace variables to try to eliminate (harmless) compiler warnings in all configurations. (check-in: [3a4c98b989] user: drh branch: traceflags-test-control, size: 152950) | |
01:17 | [ca3b209ea6] part of check-in [d36d6f2923] Alternative implementation of ".selecttrace" and ".wheretrace" that uses a test-control rather than global variables. (check-in: [d36d6f2923] user: drh branch: traceflags-test-control, size: 152997) | |
2020-11-26
| ||
17:54 | [84a1433cb4] part of check-in [d2de81a24f] Merge latest changes from begin-concurrent-pnu into this branch. (check-in: [d2de81a24f] user: dan branch: begin-concurrent-report, size: 152928) | |
11:37 | [975a31135c] part of check-in [ddb97eeef7] Update this branch with latest changes from trunk. (check-in: [ddb97eeef7] user: dan branch: begin-concurrent, size: 152804) | |
2020-09-16
| ||
16:55 | [6ae3b03c1b] part of check-in [2e269dcdef] Merge bugfixes made since version 3.33.0 into this branch. (check-in: [2e269dcdef] user: dan branch: reuse-schema-3.33, size: 151580) | |
16:44 | [57cdcb5422] part of check-in [553e20c3d7] Fix another (harmless in practice) tsan error in shared-cache mode. (check-in: [553e20c3d7] user: dan branch: branch-3.33, size: 150692) | |
2020-09-04
| ||
17:40 | [dd44ee19e6] part of check-in [ca8deb44c7] Update this branch with latest changes from trunk. (check-in: [ca8deb44c7] user: dan branch: reuse-schema, size: 153059) | |
17:30 | [54d61d1e94] part of check-in [5dd0594061] Ensure that the busy-handler count is reset at the end of each sqlite3_file_control() and sqlite3_prepare() (and _v2() and _v3()). (check-in: [5dd0594061] user: dan branch: trunk, size: 152171) | |
2020-09-01
| ||
00:26 | [1b7b95b616] part of check-in [3ca0b7d54d] Fix a harmless compiler warning. (check-in: [3ca0b7d54d] user: drh branch: trunk, size: 152093) | |
00:09 | [1e63a47af5] part of check-in [07222dce10] Minor changes - fix a compiler warning and add an assert(). (check-in: [07222dce10] user: drh branch: in-early-out-fail, size: 152079) | |
2020-08-31
| ||
18:49 | [e913d3c2a1] part of check-in [dca5b91926] New test-control that returns the number of calls to sqlite3BtreeMovetoUnpacked() on the main database and then resets the counter. This only works for SQLITE_DEBUG builds. (check-in: [dca5b91926] user: drh branch: trunk, size: 152029) | |
2020-08-25
| ||
19:09 | [d71b989398] part of check-in [ad195e3dd8] Add support for the sqlite3_txn_state() interface. (check-in: [ad195e3dd8] user: drh branch: trunk, size: 151432) | |
2020-08-14
| ||
13:55 | [1c1924f4a9] part of check-in [e456d43708] Merge the 3.33.0 release into the reuse-schema branch. (check-in: [e456d43708] user: drh branch: reuse-schema, size: 151502) | |
2020-08-11
| ||
17:20 | [0958027914] part of check-in [533aeb9008] Minor comment fixes. No changes to code. (check-in: [533aeb9008] user: drh branch: trunk, size: 150614) | |
14:55 | [58a3980c13] part of check-in [b1a77b7ead] Merge all changes since the 3.32.0 release into the reuse-schema branch. (check-in: [b1a77b7ead] user: drh branch: reuse-schema, size: 151503) | |
14:06 | [9f6b3c7363] part of check-in [3ee73880ed] Update this branch with latest from begin-concurrent-pnu. (check-in: [3ee73880ed] user: dan branch: begin-concurrent-report, size: 151372) | |
2020-08-10
| ||
21:16 | [2f648881aa] part of check-in [ed4c742c4e] Merge recent trunk enhancements into begin-concurrent. (check-in: [ed4c742c4e] user: drh branch: begin-concurrent, size: 151248) | |
14:18 | [f41d2aea8a] part of check-in [9d670a3183] Fix harmless compiler warnings that surface in newer versions of GCC. (check-in: [9d670a3183] user: drh branch: trunk, size: 150615) | |
2020-07-30
| ||
19:56 | [c23d5f1594] part of check-in [fd01e78827] Merge begin-concurrent-pnu changes into this branch. (check-in: [fd01e78827] user: dan branch: begin-concurrent-report, size: 151390) | |
19:19 | [8cb175f49c] part of check-in [e8a6651539] Merge latest trunk changes into this branch. (check-in: [e8a6651539] user: dan branch: begin-concurrent, size: 151266) | |
2020-07-29
| ||
16:18 | [418ef9a2b0] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 150315) | |
2020-07-24
| ||
13:49 | [5212b0e3d7] part of check-in [22e8e6901a] Merge recent changes from trunk. (check-in: [22e8e6901a] user: drh branch: larger-databases, size: 150633) | |
11:01 | [74ac5f457f] part of check-in [73fecc688a] Remove a surplus space from a comment (check-in: [73fecc688a] user: drh branch: trunk, size: 150316) | |
2020-07-22
| ||
21:05 | [eb8169cb49] part of check-in [d7dd4fc464] Disable rootpage bounds checking when the SQLITE_TESTCTRL_EXTRA_SCHEMA_CHECKS setting is off, to facilitate reaching obscure error states during testing. (check-in: [d7dd4fc464] user: drh branch: rootpage-bounds-check, size: 150634) | |
2020-07-17
| ||
11:07 | [f788870941] part of check-in [12a909fb3d] Bring this branch up to date with begin-concurrent-pnu. (check-in: [12a909fb3d] user: dan branch: begin-concurrent-report, size: 151074) | |
2020-06-19
| ||
15:24 | [6eab851236] part of check-in [7a876209a6] Extend the refactoring into extensions. Clean up stray newlines. (check-in: [7a876209a6] user: drh branch: trunk, size: 150317) | |
13:33 | [90387ccf7b] part of check-in [9536fa0ae0] Further refactoring of the schema table name. (check-in: [9536fa0ae0] user: drh branch: trunk, size: 150312) | |
11:34 | [84b2ddb649] part of check-in [7bb08b1bfc] Refactoring various names. No changes in the resulting machine code. (check-in: [7bb08b1bfc] user: drh branch: trunk, size: 150312) | |
2020-05-18
| ||
15:41 | [1290592ac9] part of check-in [9e4a7b3ed8] Merge latest trunk changes into this branch. (check-in: [9e4a7b3ed8] user: dan branch: begin-concurrent, size: 150950) | |
2020-05-16
| ||
19:00 | [3e88148106] part of check-in [5af4abe98c] Merge trunk enhancements in the reuse-schema branch. (Actual date of this check-in is 2020-05-18.) (check-in: [5af4abe98c] user: drh branch: reuse-schema, size: 151205) | |
16:23 | [97d962ab1f] part of check-in [043a7e142d] Extra memory barrier during initialization. (check-in: [043a7e142d] user: drh branch: trunk, size: 150317) | |
2020-05-15
| ||
15:03 | [7e38af6c45] part of check-in [7285ae2ce8] Adjust some requirement marks. No changes to code. (check-in: [7285ae2ce8] user: drh branch: trunk, size: 150287) | |
2020-05-07
| ||
14:05 | [266393c10f] part of check-in [ac4ee69664] Merge trunk changes into this branch. (check-in: [ac4ee69664] user: dan branch: setlk-deadlock-changes, size: 150287) | |
01:56 | [d832077d7a] part of check-in [99749d4fd4] Fix the handling of reserve-bytes so that the maximum value of 255 can be used. (check-in: [99749d4fd4] user: drh branch: trunk, size: 151800) | |
2020-05-06
| ||
20:55 | [3f4a08e109] part of check-in [92dc59132f] Fix harmless compiler warnings. (check-in: [92dc59132f] user: drh branch: setlk-deadlock-changes, size: 150195) | |
19:14 | [685d391fc3] part of check-in [105d6c9bbc] Block on the WRITER lock when attempting to run recovery. (check-in: [105d6c9bbc] user: dan branch: setlk-deadlock-changes, size: 150216) | |
18:46 | [49657b1035] part of check-in [b2325a6e1c] Provide the SQLITE_DEFAULT_LEGACY_ALTER_TABLE compile-time option. (check-in: [b2325a6e1c] user: drh branch: branch-3.28, size: 142762) | |
18:43 | [b48ce4de01] part of check-in [63e659d9a7] Provide the SQLITE_DEFAULT_LEGACY_ALTER_TABLE compile-time option. (check-in: [63e659d9a7] user: drh branch: trunk, size: 151800) | |
15:07 | [5ae818ae55] part of check-in [a3727dba10] Merge latest trunk changes into this branch. (check-in: [a3727dba10] user: dan branch: setlk-deadlock-changes, size: 150223) | |
2020-05-04
| ||
19:42 | [28ec4d31a9] part of check-in [553423c231] Changes to avoid deadlock in SQLITE_ENABLE_SETLK_TIMEOUT builds. (check-in: [553423c231] user: dan branch: setlk-deadlock-changes, size: 150319) | |
17:15 | [2dd7fc7b3f] part of check-in [729f239735] Simplify the initialization of built-in extensions. (check-in: [729f239735] user: drh branch: trunk, size: 151708) | |
2020-05-01
| ||
18:58 | [7e07ff5ec4] part of check-in [96dfc71ea5] Merge recent enhancements from trunk. (check-in: [96dfc71ea5] user: drh branch: bytecode-function, size: 151803) | |
2020-04-20
| ||
15:18 | [652a782cd7] part of check-in [abc1aad74f] The SQLITE_TESTCTRL_RESERVE operator is removed. In its place is the more general SQLITE_FCNTL_RESERVE_BYTES which is an API and which can operator on more than just the main schema. (check-in: [abc1aad74f] user: drh branch: trunk, size: 151671) | |
2020-04-14
| ||
15:35 | [1311966628] part of check-in [cc56cbdb61] Change the name from NATSORT to UINT. Provide an OMIT compile-time option. (check-in: [cc56cbdb61] user: drh branch: natsort, size: 153134) | |
2020-04-09
| ||
18:51 | [c6ac84e79b] part of check-in [d6fda470fe] Merge recent trunk changes into the apple-osx branch. (check-in: [d6fda470fe] user: drh branch: apple-osx, size: 156589) | |
18:29 | [48eb5ecb20] part of check-in [92f71a88c4] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [92f71a88c4] user: drh branch: begin-concurrent, size: 152491) | |
2020-04-02
| ||
12:24 | [28f43ecf51] part of check-in [d1731385c0] Merge enhancements from trunk. (check-in: [d1731385c0] user: drh branch: bytecode-function, size: 151990) | |
2020-03-30
| ||
19:38 | [ddaa99d6de] part of check-in [a61be10927] Minor bug fix in NATSORT collating function. (check-in: [a61be10927] user: drh branch: natsort, size: 153032) | |
15:39 | [38e2f027c8] part of check-in [79fcaa8e07] Add the NATSORT collating sequence. No test cases yet. (check-in: [79fcaa8e07] user: drh branch: natsort, size: 153032) | |
13:35 | [2e076b6dc1] part of check-in [a49f8ec552] Use __atomic_load_n() and __atomic_store_n() for a few more things where they are available. (check-in: [a49f8ec552] user: dan branch: trunk, size: 151858) | |
2020-03-27
| ||
17:23 | [0509a4f46c] part of check-in [c516027d5f] Modifications to the way blocking locks are used in SQLITE_ENABLE_SETLK_TIMEOUT builds so that multiple processes or threads may not deadlock when operating on a single database. (check-in: [c516027d5f] user: dan branch: setlk-deadlock-fix, size: 151832) | |
2020-03-23
| ||
15:49 | [ed15d7e6b7] part of check-in [2795f0d633] Infrastructure for the bytecode() table-valued function. The function itself is not yet implemented. (check-in: [2795f0d633] user: drh branch: bytecode-function, size: 151295) | |
2020-03-05
| ||
16:30 | [c12812e025] part of check-in [9d068e1ef0] Merge trunk enhancements into the reuse-schema branch. (Actual check-in date is 2020-05-18) (check-in: [9d068e1ef0] user: drh branch: reuse-schema, size: 152051) | |
16:13 | [b11eec0380] part of check-in [4a5851893c] Change the sqlite3.pDfltColl (the default collating sequence for the database connection) so that it is the collating sequence appropriate for the database encoding, not the UTF8 collating sequence. This helps to ensure that the database encoding collation is always used, even for expressions that do not have an defined collating sequence. Ticket [1b8d7264567eb6fc]. (check-in: [4a5851893c] user: drh branch: trunk, size: 151163) | |
2020-03-02
| ||
15:05 | [df737f4a0f] part of check-in [b1880b1899] Merge latest begin-concurrent-pnu changes with this branch. (check-in: [b1880b1899] user: dan branch: begin-concurrent-report, size: 151342) | |
2020-02-27
| ||
15:20 | [7e60ad3e2f] part of check-in [3f5650aae6] Merge latest trunk changes into this branch. (check-in: [3f5650aae6] user: dan branch: reuse-schema, size: 152231) | |
12:33 | [aad9966a6f] part of check-in [9c77bfe41e] Backport the change that allows the filename passed into the xFullPathname to be used as an argument to sqlite3_uri_parameter(). (check-in: [9c77bfe41e] user: drh branch: branch-3.31, size: 150961) | |
11:32 | [3dfcf24427] part of check-in [bfb09371d4] Ensure that the filename passed into the xFullPathname method of the VFS is acceptable as an argument to sqlite3_uri_parameter(). The interface spec does not guarantee this, but it has been so historically and some applications have come to depends on it. (check-in: [bfb09371d4] user: drh branch: trunk, size: 151343) | |
2020-02-18
| ||
19:49 | [42577fa09d] part of check-in [9469f36ac8] Add the new sqlite3_create_filename() and sqlite3_free_filename() interfaces for use by Shims. Use these interfaces inside the multiplexor. (check-in: [9469f36ac8] user: drh branch: trunk, size: 150988) | |
2020-02-07
| ||
01:12 | [12d42b43c3] part of check-in [5a877221ce] Simplify the code by removing the unsupported and undocumented SQLITE_HAS_CODEC compile-time option (check-in: [5a877221ce] user: drh branch: trunk, size: 149336) | |
2020-02-06
| ||
13:09 | [332de0873b] part of check-in [1b6185550f] Remove dead code from the sqlite3_filename_database() function. (check-in: [1b6185550f] user: drh branch: trunk, size: 150530) | |
11:08 | [df78ddc1dc] part of check-in [6dbb8cb0e3] Merge changes on 3.31 branch into reuse-schema. (check-in: [6dbb8cb0e3] user: dan branch: reuse-schema-3.31, size: 151364) | |
2020-02-04
| ||
20:08 | [3f217be2aa] part of check-in [f253618ac6] Merge latest trunk changes, including the SQLITE_ENABLE_CORRUPT_PGNO patch, into this branch. (check-in: [f253618ac6] user: dan branch: begin-concurrent, size: 151218) | |
20:01 | [d7f1fc6891] part of check-in [57c36a293e] Enable more detailed log messages in SQLITE_ENABLE_CORRUPT_PGNO builds if database corruption is encountered. (check-in: [57c36a293e] user: dan branch: trunk, size: 150585) | |
2020-02-01
| ||
14:29 | [eeb87fbe8d] part of check-in [1240ee4f6f] Fix a problem in sqlite3CodecQueryParameters() that was introduced by the query parameter encoding changes for the 3.31.1 release. (check-in: [1240ee4f6f] user: drh branch: apple-osx, size: 155208) | |
14:20 | [8f12ce22ae] part of check-in [a812f53369] Merge the sqlite3CodecQueryParameters() fix into trunk. (check-in: [a812f53369] user: drh branch: trunk, size: 150513) | |
13:30 | [a82239262e] part of check-in [cc65ca5412] Fix a problem in sqlite3CodecQueryParameters() that was introduced by the query parameter encoding changes for the 3.31.1 release. (check-in: [cc65ca5412] user: drh branch: branch-3.31, size: 150476) | |
00:08 | [4adc083bab] part of check-in [d250d085fa] Merge version 3.31.1 (check-in: [d250d085fa] user: numist branch: apple-osx, size: 154936) | |
2020-01-29
| ||
13:10 | [b7234b706e] part of check-in [a9b2adc5d6] Add new memory barriers during initialization. (check-in: [a9b2adc5d6] user: drh branch: trunk, size: 150241) | |
2020-01-27
| ||
14:40 | [ffaa1308ee] part of check-in [34ab760689] Revise the layout of filenames in the Pager object so that it is unchanged from prior versions. It turns out that some important 3rd-party software does questionable pointer manipulations on those filenames that depend on that legacy layout. Technically, this is a misuse of SQLite by the 3rd-party software, but we want to avoid unnecessary breakage. (check-in: [34ab760689] user: drh branch: trunk, size: 150204) | |
2020-01-22
| ||
20:56 | [60a6ad9973] part of check-in [bbbc2881b9] Merge version 3.31.0 (check-in: [bbbc2881b9] user: drh branch: begin-concurrent, size: 150582) | |
20:36 | [33f6f5f0d3] part of check-in [0eae87ad11] Merge version 3.31.0 (check-in: [0eae87ad11] user: drh branch: apple-osx, size: 154681) | |
2020-01-21
| ||
21:01 | [18bf425a0c] part of check-in [c39e3c14a9] Begin adding instrumentation to record and report on the set of key-ranges a concurrent transaction reads from the database. (check-in: [c39e3c14a9] user: dan branch: begin-concurrent-report, size: 150675) | |
2020-01-20
| ||
15:32 | [07050326b6] part of check-in [9c920bbad3] Merge recent fixes from trunk. (check-in: [9c920bbad3] user: drh branch: reuse-schema, size: 150837) | |
2020-01-17
| ||
19:14 | [430db07f14] part of check-in [7584e4b649] Fix #ifdefs so it compiles cleanly with all SQLITE_OMIT compile-time options. Update compile-time option testing. (check-in: [7584e4b649] user: drh branch: trunk, size: 149949) | |
2020-01-15
| ||
14:26 | [c9f8a70053] part of check-in [f783917800] Merge all recent enhancements and fixes from trunk. (check-in: [f783917800] user: drh branch: reuse-schema, size: 150806) | |
13:34 | [a733168182] part of check-in [95ba2f50fd] Merge fixes and enhancements from trunk into begin-concurrent. (check-in: [95ba2f50fd] user: drh branch: begin-concurrent, size: 150551) | |
12:49 | [394d7e69ec] part of check-in [dadedf41c7] Merge all recent enhancements and fixes from trunk into the apple-osx branch. (check-in: [dadedf41c7] user: drh branch: apple-osx, size: 154650) | |
2020-01-11
| ||
20:27 | [da8b42cee9] part of check-in [9a70ff43a7] Minor changes for consistency between sqlite3_filename_wal() and sqlite3_filename_journal(). (check-in: [9a70ff43a7] user: drh branch: enhanced-uri, size: 149918) | |
16:08 | [347687f4d8] part of check-in [bcb43d11c4] Redesign for better legacy compatibility. Add the sqlite3_uri_key() interface. (check-in: [bcb43d11c4] user: drh branch: enhanced-uri, size: 149873) | |
2020-01-10
| ||
18:05 | [abc0345576] part of check-in [2ae77bd233] Rearchitect the way in which filenames are stored in the Pager object so that the sqlite3_uri_parameter() interface will work from journal and WAL filenames too. This check-in implements the central idea, and compile and runs somewhat, but crashes on an extended test. (check-in: [2ae77bd233] user: drh branch: enhanced-uri, size: 149442) | |
2020-01-07
| ||
16:09 | [6ba00f15f0] part of check-in [f5fcf1fbc6] Invert the UNTRUSTED_SCHEMA setting to be TRUSTED_SCHEMA. (check-in: [f5fcf1fbc6] user: drh branch: new-security-options, size: 148397) | |
14:51 | [5e747e0ca4] part of check-in [e6f5c0e0ac] Provide the ability to tag an application-defined function as "testonly". (check-in: [e6f5c0e0ac] user: drh branch: testonly-functions, size: 148032) | |
2020-01-06
| ||
15:25 | [1505cc3686] part of check-in [411e8ec221] Refactor names of flags for improved legibility. (check-in: [411e8ec221] user: drh branch: new-security-options, size: 148285) | |
2020-01-04
| ||
20:58 | [372f764daf] part of check-in [65d7d39a85] Refactor the names of the new controls for restricting what actions the schema can take behind the application's back. (check-in: [65d7d39a85] user: drh branch: new-security-options, size: 148321) | |
01:43 | [5e71133fdb] part of check-in [9ca906d24a] Enhance PRAGMA function_list so that it shows all instances of each FuncDef, the number of arguments, the encoding, the type, and the flags. Use this capability to locate and fix incorrect function flags in the standard build. (check-in: [9ca906d24a] user: drh branch: new-security-options, size: 148435) | |
2020-01-03
| ||
21:57 | [bca003eae0] part of check-in [1c266cb3be] Invert the SQLITE_FUNC_SAFE bit to be SQLITE_FUNC_UNSAFE. The external bit is still SQLITE_INNOCUOUS. It gets inverted as the appdef function is registered. (check-in: [1c266cb3be] user: drh branch: new-security-options, size: 148372) | |
20:57 | [2dfc4695d0] part of check-in [9ee79b254e] When UNSAFE_IN_VIEW is disabled, only allow functions in views that are tagged with SQLITE_INNOCUOUS. (check-in: [9ee79b254e] user: drh branch: new-security-options, size: 148206) | |
2020-01-02
| ||
23:50 | [939e0ff163] part of check-in [091403a670] Merge enhancements from trunk. (check-in: [091403a670] user: drh branch: new-security-options, size: 148117) | |
21:41 | [07b5259e71] part of check-in [bd57e6d923] Merge the latest enhancements from trunk. (check-in: [bd57e6d923] user: drh branch: two-size-lookaside, size: 147893) | |
2020-01-01
| ||
23:02 | [7b06af0c38] part of check-in [8ee2ce92c0] Provide the -DSQLITE_ENABLE_INTERNAL_FUNCTIONS=1 compile-time option. Fix the ".testctrl internal_function" command in the CLI so that it does not signal an error on a valid input. (check-in: [8ee2ce92c0] user: drh branch: trunk, size: 146710) | |
15:43 | [a76071a978] part of check-in [473892a8ec] New test-only SQL functions: implies_nonnull_row(), expr_compare(), and expr_implies_expr(). The SQLITE_TESTCTRL_INTERNAL_FUNCTIONS test-control is modified to toggle internal function access on and off for a single database connection. (check-in: [473892a8ec] user: drh branch: trunk, size: 146455) | |
2019-12-31
| ||
22:52 | [b75192ecec] part of check-in [96a2db2612] Experimental branch with new sqlite3_db_config() options that could possible enhance security for applications reading potentially compromised database files. (check-in: [96a2db2612] user: drh branch: new-security-options, size: 146798) | |
15:12 | [e9e8da06e0] part of check-in [88d2449838] Refactor names. Use "small" instead of "mini" to describe the smaller of the two lookaside memory allocation sizes. (check-in: [88d2449838] user: drh branch: two-size-lookaside, size: 147757) | |
2019-12-13
| ||
15:48 | [34d73303ac] part of check-in [7480566843] Cleanup and performance enhancements for mini-lookaside. (check-in: [7480566843] user: drh branch: two-size-lookaside, size: 147661) | |
2019-12-12
| ||
17:17 | [94bf8b6a28] part of check-in [5e1949bca9] Change the size of a mini-lookaside allocation to a macro (MINI_SZ) rather than a magic number (128). (check-in: [5e1949bca9] user: drh branch: two-size-lookaside, size: 147289) | |
02:50 | [dc4fe09174] part of check-in [b02fdc09c8] More efficient implementation of a lookaside allocator that supports mini (in this case, harcoded to 128B) slots. (check-in: [b02fdc09c8] user: numist branch: two-size-lookaside, size: 147267) | |
2019-11-18
| ||
23:48 | [868ae7db7a] part of check-in [175c15008e] Add support for the SQLITE_ACCESS_SYMLINK flag in the Win32 VFS. (check-in: [175c15008e] user: mistachkin branch: trunk, size: 146574) | |
2019-11-12
| ||
14:43 | [1505735106] part of check-in [df51ae19c1] Ensure that the main filename and the journal filenames in the pager object are all correctly double-zero terminated. (check-in: [df51ae19c1] user: drh branch: trunk, size: 146493) | |
2019-11-07
| ||
19:59 | [0038044874] part of check-in [4ab9dbb939] Experimental branch to provide SQLITE_LIMIT_HEAP_K to limit the amount of allocated memory used by each database connection, individually. (check-in: [4ab9dbb939] user: drh branch: limit_heap_k, size: 146240) | |
2019-10-29
| ||
16:18 | [20c6325c58] part of check-in [4d424f3047] Remove the legacy_file_format PRAGMA. In its place, provide the SQLITE_DBCONFIG_LEGACY_FILE_FORMAT option to sqlite3_db_config(). Fix for ticket [6484e6ce678fffab] (check-in: [4d424f3047] user: drh branch: trunk, size: 146135) | |
2019-10-09
| ||
17:06 | [5771725469] part of check-in [5ba8cee8f7] An alternative, experimental lookaside memory allocator that uses two different slot sizes. (check-in: [5ba8cee8f7] user: sperry branch: 2-size-lookaside, size: 143813) | |
2019-10-05
| ||
17:29 | [781a8a729a] part of check-in [eea231f81b] Have sqlite3.c automatically turn on osinst logging for all connections. (check-in: [eea231f81b] user: dan branch: osinst, size: 146875) | |
14:39 | [3e01f6a1c9] part of check-in [17ce1c49cb] Performance optimization to the lookaside-memory disabling mechanism. (check-in: [17ce1c49cb] user: drh branch: trunk, size: 146061) | |
2019-09-16
| ||
12:35 | [dcdd6acc2e] part of check-in [27eb223690] Merge all recent trunk enhancements into the reuse-schema branch. (check-in: [27eb223690] user: drh branch: reuse-schema, size: 146865) | |
12:08 | [d702cd01d1] part of check-in [93b9ef3f47] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [93b9ef3f47] user: drh branch: begin-concurrent, size: 146610) | |
12:02 | [120797eedf] part of check-in [a95191deab] Merge the latest changes from trunk into the apple-osx branch. (check-in: [a95191deab] user: drh branch: apple-osx, size: 150709) | |
2019-09-07
| ||
18:20 | [3851950717] part of check-in [6aa438ce41] Add the SQLITE_SUBTYPE flag, which can be passed to sqlite3_create_function() and similar to indicate to the core that a user function is likely to use sqlite3_result_subtype(). (check-in: [6aa438ce41] user: dan branch: window-functions-subtype-fix, size: 145977) | |
2019-08-17
| ||
00:53 | [51c55eb579] part of check-in [de76737698] The SQLITE_DIRECTONLY flag, when added to sqlite3_create_function() prevents the function from being used inside a trigger or view. (check-in: [de76737698] user: drh branch: trunk, size: 145962) | |
2019-08-16
| ||
22:58 | [1ffcd18909] part of check-in [31e34fa339] Add the ability to unregister a virtual table module by invoking sqlite3_create_module() with a NULL sqlite3_module pointer. (check-in: [31e34fa339] user: drh branch: trunk, size: 145843) | |
2019-08-15
| ||
21:27 | [9465ba2bfc] part of check-in [61b4bccd29] Add the SQLITE_DBCONFIG_ENABLE_VIEW option, together with a "db config" command in the TCL interface that can access that option as well as all the other sqlite3_db_config() boolean options. (check-in: [61b4bccd29] user: drh branch: trunk, size: 145900) | |
20:04 | [ff418603f9] part of check-in [fc745845d8] Provide the SQLITE_DIRECTONLY flag for app-defined functions that prohibits the use of those functions within triggers or views. (check-in: [fc745845d8] user: drh branch: directonly, size: 145908) | |
2019-08-13
| ||
15:22 | [4b96a652a8] part of check-in [5b4689d89c] Merge latest trunk changes with this branch. (check-in: [5b4689d89c] user: dan branch: reuse-schema, size: 146677) | |
2019-08-12
| ||
15:19 | [4b4c548527] part of check-in [a48a7b7859] Make the sha3 extension part of the amalgamation, enabled using SQLITE_ENABLE_SHA3. (check-in: [a48a7b7859] user: drh branch: sha3, size: 145964) | |
14:17 | [3add6433e0] part of check-in [48d9b48ab4] Add a TESTCTRL that disables the verification of type, name, and tbl_name in the sqlite_master table. (check-in: [48d9b48ab4] user: drh branch: trunk, size: 145789) | |
2019-08-03
| ||
01:39 | [ddba2dd3c8] part of check-in [49aa344806] Give the SQLITE_TESTCTRL_PRNG_SEED two arguments. The second argument if not NULL is a pointer to a database connection which seeds the connection from its schema cookie. In this way, fuzzers can control the PRNG seed. (check-in: [49aa344806] user: drh branch: prng-seed-test-control, size: 145358) | |
2019-08-02
| ||
20:45 | [e30b0b2266] part of check-in [3ac5723164] Add the SQLITE_TESTCTRL_PRNG_SEED test control. (check-in: [3ac5723164] user: drh branch: prng-seed-test-control, size: 144372) | |
2019-07-08
| ||
21:32 | [aa95e6a5c5] part of check-in [fae92fee54] Merge recent trunk enhancements into the reuse-schema branch. (check-in: [fae92fee54] user: drh branch: reuse-schema, size: 145238) | |
21:06 | [2e3a8d2fb3] part of check-in [7fff080335] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [7fff080335] user: drh branch: begin-concurrent, size: 144983) | |
20:59 | [02da20a8e4] part of check-in [de88ed862e] Merge recent enhancements from trunk into apple-osx. (check-in: [de88ed862e] user: drh branch: apple-osx, size: 149082) | |
2019-07-02
| ||
12:23 | [591a0084b1] part of check-in [97a94446f3] Restore the legacy behavior of enabling double-quoted string literals in all contexts. But also provide a new compile-time option (SQLITE_DQS) to change the default to something more restrictive. (check-in: [97a94446f3] user: drh branch: trunk, size: 144350) | |
2019-06-17
| ||
13:56 | [e16c702032] part of check-in [923cfd53fc] Improved interface to double-quoted string literal enabling/disabling. (check-in: [923cfd53fc] user: drh branch: new-dbconfig-options, size: 143354) | |
2019-06-14
| ||
21:25 | [a511e378ab] part of check-in [1fad20925e] Add SQLITE_DBCONFIG options LEGACY_ALTER_TABLE, NO_DQS_SCHEMA, and NO_DQS. (check-in: [1fad20925e] user: drh branch: new-dbconfig-options, size: 143359) | |
13:24 | [ac968e9464] part of check-in [86fa0087cd] Fix the implementation of the built-in RTRIM collating sequence so that it works for control characters at the end of the string. Ticket [f1580ba1b574e9e9] (check-in: [86fa0087cd] user: drh branch: trunk, size: 143099) | |
2019-05-14
| ||
22:25 | [7d9370ced0] part of check-in [018f3199b9] Merge all the latest trunk enhancements into the reuse-schema branch. (check-in: [018f3199b9] user: drh branch: reuse-schema, size: 144294) | |
21:51 | [17d958084d] part of check-in [5d3a6e18d4] Merge the latest trunk enhancements into begin-concurrent. (check-in: [5d3a6e18d4] user: drh branch: begin-concurrent, size: 144039) | |
19:39 | [e912f55ace] part of check-in [40362d5181] Merge recent enhancements from trunk into apple-osx. (check-in: [40362d5181] user: drh branch: apple-osx, size: 148138) | |
2019-05-03
| ||
21:17 | [3c3925b0bc] part of check-in [c983873132] Add the SQLITE_TESTCTRL_RESULT_INTREAL test-control and use it to create the intreal() SQL function in testfixture. Write a few simple tests to prove this all works. TH3 will hold most of the INTREAL tests, probably. (check-in: [c983873132] user: drh branch: int-real, size: 143406) | |
2019-04-15
| ||
15:35 | [815aee401c] part of check-in [5c6c9e7f6f] Merge recent changes from trunk into reuse-schema (check-in: [5c6c9e7f6f] user: drh branch: reuse-schema, size: 143558) | |
14:59 | [40774338ce] part of check-in [7c328e8894] Merge the latest enhancements from trunk. (check-in: [7c328e8894] user: drh branch: begin-concurrent, size: 143303) | |
14:49 | [68d3bc675e] part of check-in [378230ae7f] Bring in the latest enhancements from trunk. (check-in: [378230ae7f] user: drh branch: apple-osx, size: 147402) | |
2019-04-13
| ||
04:01 | [16eea1ab00] part of check-in [0b6ae032c2] Enforce the SQLITE_LIMIT_COLUMN limit on virtual tables. (check-in: [0b6ae032c2] user: drh branch: trunk, size: 142670) | |
2019-04-04
| ||
20:21 | [6bd0e746d5] part of check-in [b40a4edceb] Provide a DBCONFIG to enable or disable virtual tables that match a LIKE pattern. (check-in: [b40a4edceb] user: drh branch: disable-vtab, size: 143125) | |
2019-03-26
| ||
12:37 | [377945d76c] part of check-in [dc3c0b8b28] Merge recent enhancements from trunk. (check-in: [dc3c0b8b28] user: drh branch: apple-osx, size: 147387) | |
12:16 | [55e27d7776] part of check-in [51e3e83549] Merge the latest trunk changes. (check-in: [51e3e83549] user: drh branch: begin-concurrent-pnu, size: 143288) | |
12:07 | [11fd9cce33] part of check-in [774d0d5288] Merge recent enhancements from trunk. (check-in: [774d0d5288] user: drh branch: begin-concurrent, size: 143254) | |
11:57 | [c6cfaca007] part of check-in [db4e2cc36a] Merge recent trunk enhancements. (check-in: [db4e2cc36a] user: drh branch: reuse-schema, size: 143543) | |
2019-03-25
| ||
21:35 | [11714c8cef] part of check-in [24ef384469] Change the name of the parameter table in the CLI to "sqlite_parameters". Doing so involves adding SQLITE_DBCONFIG_WRITABLE_SCHEMA and allowing the creation of tables whose names begin with "sqlite_" and that are indexed while writable_schema is on. (check-in: [24ef384469] user: drh branch: trunk, size: 142655) | |
2019-03-21
| ||
17:13 | [cfc789be51] part of check-in [b8e536089b] Disable the feature on this branch in non-SQLITE_ENABLE_SHARED_SCHEMA builds. (check-in: [b8e536089b] user: dan branch: reuse-schema, size: 143400) | |
2019-03-20
| ||
20:02 | [5ff1ca2b9c] part of check-in [c1be211c02] Use the IsReuseSchema() macro more consistently. Also, rename it to IsSharedSchema(). (check-in: [c1be211c02] user: dan branch: reuse-schema, size: 143234) | |
2019-03-08
| ||
15:30 | [2d3ee4859d] part of check-in [667cce3dce] Merge all the latest enhancements from trunk. (check-in: [667cce3dce] user: drh branch: begin-concurrent-pnu, size: 143145) | |
2019-02-19
| ||
18:00 | [9f6eb3ae32] part of check-in [8ac75b8a88] Improve error messages caused by corrupt database schemas in OPEN_SHARED_SCHEMA mode. (check-in: [8ac75b8a88] user: dan branch: reuse-schema, size: 143232) | |
2019-02-18
| ||
18:16 | [519cbda96c] part of check-in [88cbf54eee] Ensure that creating temp schema items does not cause an OPEN_SHARABLE_SCHEMA connection to load all schemas into memory. (check-in: [88cbf54eee] user: dan branch: reuse-schema, size: 143158) | |
2019-02-13
| ||
19:17 | [c86165813b] part of check-in [53220ad780] Fix for sqlite3_table_column_metadata() on REUSE_SCHEMA databases. (check-in: [53220ad780] user: dan branch: reuse-schema, size: 142962) | |
2019-02-09
| ||
17:47 | [45866058b9] part of check-in [3ca8856a7b] Fix virtual table support for SQLITE_OPEN_REUSABLE_SCHEMA connections. (check-in: [3ca8856a7b] user: dan branch: reuse-schema, size: 142811) | |
2019-02-07
| ||
18:49 | [610db224c8] part of check-in [628291641f] Merge the offical 3.27.0 release. (check-in: [628291641f] user: drh branch: apple-osx, size: 147244) | |
2019-02-05
| ||
19:51 | [fcd4375915] part of check-in [c089cc4fbe] Merge latest trunk into this branch. (check-in: [c089cc4fbe] user: dan branch: reuse-schema, size: 142555) | |
19:15 | [23f7d6395e] part of check-in [e9c5e1891f] Fix memory leaks on this branch. (check-in: [e9c5e1891f] user: dan branch: reuse-schema, size: 141089) | |
2019-02-02
| ||
21:02 | [75e429a113] part of check-in [9e8e5f52cf] Try new approach ensuring that each Schema object is only used by one connection/database at any one time. (check-in: [9e8e5f52cf] user: dan branch: reuse-schema, size: 141086) | |
15:59 | [27d7265625] part of check-in [2e01096b89] Honor key query parameters for SEE on the URI filename for ATTACH and VACUUM INTO. (check-in: [2e01096b89] user: drh branch: trunk, size: 142512) | |
2019-01-31
| ||
15:38 | [ac8da4375e] part of check-in [cb72ee0478] Add the SQLITE_CONFIG_MEMDB_MAXSIZE configuration option for configuring the default maximum size of an in-memory database created using sqlite3_deserialize(). This is necessary to make the interface reasonably testable. (check-in: [cb72ee0478] user: drh branch: trunk, size: 141901) | |
2019-01-17
| ||
15:47 | [c4fbc8e3bb] part of check-in [475a179a27] Sync up with the latest enhancements on trunk. (check-in: [475a179a27] user: drh branch: apple-osx, size: 146434) | |
2018-12-18
| ||
17:47 | [65f0e265a9] part of check-in [a93ca38b43] Merge latest begin-concurrent changes into this branch. (check-in: [a93ca38b43] user: dan branch: begin-concurrent-pnu, size: 142335) | |
2018-12-15
| ||
20:59 | [c96ec2fffa] part of check-in [06bb80eeb8] Merge latest wal2 changes into this branch. (check-in: [06bb80eeb8] user: dan branch: begin-concurrent-wal2, size: 142301) | |
2018-12-11
| ||
12:20 | [008f45dd39] part of check-in [1dc0c3df32] Small performance improvement in the sqlite3_bind() family of interfaces. (check-in: [1dc0c3df32] user: drh branch: trunk, size: 141702) | |
2018-12-10
| ||
02:00 | [cc8238ddbe] part of check-in [b1bbc718c7] Merge enhancements from trunk. (check-in: [b1bbc718c7] user: drh branch: apple-osx, size: 146416) | |
2018-12-06
| ||
20:26 | [11e5060224] part of check-in [3aead209b4] Add the mutexfree-shmlock experiment to the begin-concurrent-pnu branch. (check-in: [3aead209b4] user: dan branch: begin-concurrent-pnu-mutexfree-shmlock, size: 142307) | |
17:06 | [473d149b51] part of check-in [53d3b169d8] When masking bits off of sqlite3.flags, make sure the mask is 64 bits in size so as not to accidentally mask of high-order bits. (check-in: [53d3b169d8] user: drh branch: trunk, size: 141684) | |
16:50 | [cd8fefa30a] part of check-in [9c6dbcfab5] When saving off the value of sqlite3.flags, take care to preserve all 64 bits. (check-in: [9c6dbcfab5] user: drh branch: trunk, size: 141674) | |
03:59 | [156076e2fc] part of check-in [ec63d3506b] Invoking the sqlite3_trace() or sqlite3_trace_v2() interfaces cancels any sqlite3_profile() that is running. (check-in: [ec63d3506b] user: drh branch: trunk, size: 141674) | |
2018-12-05
| ||
18:28 | [34cfefe1f2] part of check-in [edfc2acfcd] Merge enhancements and the ALTER TABLE bug fix from trunk. (check-in: [edfc2acfcd] user: drh branch: apple-osx, size: 146560) | |
13:49 | [423fce7ca9] part of check-in [342c9538d9] Merge enhancements from trunk, especially the sqlite3_normalized_sql() enhancement. (check-in: [342c9538d9] user: drh branch: begin-concurrent-pnu, size: 142461) | |
13:44 | [bfea3b2dee] part of check-in [47b73f6bfe] Merge enhancements from trunk, especially the enhanced sqlite3_normalized_sql() interface. (check-in: [47b73f6bfe] user: drh branch: begin-concurrent, size: 142427) | |
2018-12-04
| ||
14:33 | [5a94791735] part of check-in [e28584e8bc] Performance improvement in sqlite3_step() by creating a new mTrace flag for the legacy xProfile pointer that is set by sqlite3_profile(). (check-in: [e28584e8bc] user: drh branch: trunk, size: 141828) | |
2018-12-03
| ||
18:24 | [974f09b62f] part of check-in [85fd92c71f] Merge in all changes for release 3.26.0. (check-in: [85fd92c71f] user: drh branch: begin-concurrent-pnu, size: 142204) | |
18:15 | [29c708bde0] part of check-in [f0ddb358cc] Bring up to date with version 3.26.0. (check-in: [f0ddb358cc] user: drh branch: begin-concurrent, size: 142170) | |
2018-11-30
| ||
16:26 | [b23c7b1eec] part of check-in [81e626f4a4] Merge the mutex-free PRNG change into this branch. (check-in: [81e626f4a4] user: dan branch: begin-concurrent-pnu, size: 141760) | |
2018-11-26
| ||
23:35 | [d6b6e142b6] part of check-in [e8c20a88c1] Merge recent enhancements from trunk. (check-in: [e8c20a88c1] user: drh branch: apple-osx, size: 146303) | |
18:09 | [4cfb3913cc] part of check-in [6e1330545e] Do not allow direct access to internal-use SQL functions such as sqlite_rename_column() and sqlite3_rename_table() except when the new SQLITE_TESTCTRL_INTERNAL_FUNCTIONS flag is set. (check-in: [6e1330545e] user: drh branch: trunk, size: 141571) | |
07:21 | [47b8f04118] part of check-in [28a615a2e0] Merge latest trunk changes into this branch. (check-in: [28a615a2e0] user: dan branch: begin-concurrent, size: 141726) | |
2018-11-17
| ||
18:45 | [63ec9559c2] part of check-in [9fdd186897] Merge latest trunk changes into this branch. (check-in: [9fdd186897] user: dan branch: reuse-schema1, size: 141272) | |
2018-11-10
| ||
20:07 | [96d86f17b5] part of check-in [977fc44e65] Merge the read-only shadow table and defensive mode enhancments from trunk. (check-in: [977fc44e65] user: drh branch: apple-osx, size: 145859) | |
2018-11-09
| ||
23:45 | [80c1a64ed2] part of check-in [e3e9b85ead] Merge fixes from trunk. (check-in: [e3e9b85ead] user: drh branch: apple-osx, size: 145778) | |
18:44 | [2bbab4122a] part of check-in [ae88f8e1ff] Merge latest trunk changes with this branch. (check-in: [ae88f8e1ff] user: dan branch: reuse-schema, size: 141191) | |
2018-11-07
| ||
02:17 | [0efc9f6fba] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 141127) | |
2018-11-03
| ||
16:09 | [03204aa227] part of check-in [af3f29d493] Add the SQLITE_DBCONFIG_DEFENSIVE flag. (check-in: [af3f29d493] user: drh branch: dbconfig-defensive, size: 141046) | |
2018-10-09
| ||
22:58 | [2f800163d1] part of check-in [1b60e7a981] Merge enhancements from trunk. (check-in: [1b60e7a981] user: drh branch: apple-osx, size: 145704) | |
22:50 | [3c22c4b607] part of check-in [ddf6a54ef3] Merge changes for the 3.25.0 release. (check-in: [ddf6a54ef3] user: drh branch: apple-osx, size: 145674) | |
2018-10-08
| ||
18:58 | [45b337a5e2] part of check-in [2ac72114a1] Merge latest trunk changes into this branch. (check-in: [2ac72114a1] user: dan branch: reuse-schema, size: 141117) | |
2018-09-28
| ||
20:58 | [4a7a5d3125] part of check-in [86750c927c] Merge latest trunk into this branch. (check-in: [86750c927c] user: dan branch: begin-concurrent, size: 141571) | |
2018-09-18
| ||
17:50 | [6275ece069] part of check-in [e461cb2819] Avoid incrementing the SQLITE_LOOKASIDE_MISS_SIZE stat before sqlite3_open() returns. Fix test script problem in lookaside.test. (check-in: [e461cb2819] user: dan branch: trunk, size: 140972) | |
2018-08-31
| ||
19:00 | [1f54ee7199] part of check-in [e07923128b] If a call to sqlite3_snapshot_open() fails because the requested snapshot no longer exists, return SQLITE_ERROR_SNAPSHOT instead of SQLITE_BUSY_SNAPSHOT. (check-in: [e07923128b] user: dan branch: trunk, size: 140942) | |
2018-08-15
| ||
14:03 | [187011ff7a] part of check-in [4139916995] Allow sqlite3_snapshot_open() to be called to change the snapshot after a read transaction is already open on database. (check-in: [4139916995] user: dan branch: trunk, size: 140861) | |
2018-08-08
| ||
20:46 | [df233667bb] part of check-in [60bbca2b9a] Minor style improvements. (check-in: [60bbca2b9a] user: mistachkin branch: trunk, size: 140378) | |
2018-08-06
| ||
17:12 | [3c7f215968] part of check-in [051ac01520] Allow sqlite3_snapshot_open() to be called to change the snapshot after a read transaction is already open on database. (check-in: [051ac01520] user: dan branch: exp-snapshot-open, size: 140872) | |
2018-07-27
| ||
18:12 | [dc023f468e] part of check-in [be05d0db09] Faster implementation of sqlite3IsBinary(). (check-in: [be05d0db09] user: drh branch: propagate-const-opt, size: 140389) | |
2018-07-24
| ||
22:02 | [73a3db1c97] part of check-in [2bd593332d] Do not abort running queries due to a CREATE INDEX statement. Allow them to run to completion before being reprepared. Fix for ticket [c694113e50321afdf9]. (check-in: [2bd593332d] user: drh branch: trunk, size: 140126) | |
2018-07-18
| ||
19:09 | [9c8ef68bd3] part of check-in [a5087c5c87] Add the SQLITE_FCNTL_DATA_VERSION file control (check-in: [a5087c5c87] user: drh branch: trunk, size: 140114) | |
2018-07-16
| ||
11:32 | [a67aa346d6] part of check-in [432fdc2215] Minor simplification to sqlite3RollbackAll(). (check-in: [432fdc2215] user: drh branch: trunk, size: 139983) | |
2018-07-12
| ||
19:28 | [9473d98841] part of check-in [6a00a34e19] Merge latest trunk changes into this branch. (check-in: [6a00a34e19] user: dan branch: begin-concurrent, size: 140627) | |
2018-07-10
| ||
16:04 | [fa70bde00e] part of check-in [cd2da7e1ba] Enhancements and improved documentation to the byte-code branch coverage testing logic. Provide new macros that allow the code to specify that some branch instructions can never take the NULL path and that the OP_Jump opcode is only interested in equal/not-equal. The SQLITE_TESTCTRL_VDBE_COVERAGE file control callback now works slightly differently (it provides the callback with a bitmask of the branch action, rather than an integer). (check-in: [cd2da7e1ba] user: drh branch: trunk, size: 140028) | |
15:45 | [176af447d7] part of check-in [e9a3e8642e] Merge latest trunk changes into this branch. (check-in: [e9a3e8642e] user: dan branch: begin-concurrent, size: 140557) | |
2018-07-09
| ||
22:49 | [db7d550fad] part of check-in [5023b1b85b] Fixes for various harmless compiler warnings. (check-in: [5023b1b85b] user: drh branch: trunk, size: 139958) | |
02:37 | [f3d3ec7436] part of check-in [8f21d77845] Simplification to the logic that detects misuse of the application-defined function creation interfaces. (check-in: [8f21d77845] user: drh branch: trunk, size: 139953) | |
2018-06-19
| ||
19:01 | [5ec5bc48f7] part of check-in [4f1fb5c94b] OFD locks are now mostly working, but need additional tests. (check-in: [4f1fb5c94b] user: drh branch: ofd-locks, size: 138532) | |
2018-06-18
| ||
17:36 | [0087639013] part of check-in [5720dcd8b1] Ensure that all four callbacks are provided when registering a window function (otherwise SQLITE_MISUSE is returned). (check-in: [5720dcd8b1] user: dan branch: exp-window-functions, size: 139847) | |
16:55 | [f6f4f8be5b] part of check-in [da03fb4318] Add new API function sqlite3_create_window_function(), for creating new aggregate window functions. (check-in: [da03fb4318] user: dan branch: exp-window-functions, size: 139768) | |
2018-06-06
| ||
18:50 | [a086ab7d6e] part of check-in [1fef7ad25b] Fix the sqlite3BeginTrans() calls within the snapshot extension. (check-in: [1fef7ad25b] user: drh branch: trunk, size: 138421) | |
17:03 | [53ef4fe3ce] part of check-in [d7299bfeb1] Merge changes from trunk, including all the 3.24.0 changes plus some later enhancements. (check-in: [d7299bfeb1] user: drh branch: begin-concurrent, size: 139011) | |
2018-06-04
| ||
14:10 | [0eba75a0a4] part of check-in [95fbac39ba] Merge changes from trunk. (check-in: [95fbac39ba] user: drh branch: apple-osx, size: 143144) | |
2018-05-26
| ||
16:00 | [0402e23415] part of check-in [777189ce88] Store application-defined function names as lower-case to avoid the need for case conversions before calling xFindFunction on virtual tables. Avoid using lookaside to store the destructors for application defined functions, as lookaside should be reserved for transient allocations. (check-in: [777189ce88] user: drh branch: trunk, size: 138412) | |
2018-05-25
| ||
03:46 | [9fdceee820] part of check-in [eac8888db3] Add SQLITE_LOCKED_VTAB and SQLITE_CORRUPT_SEQUENCE to sqlite3ErrName(). Also, use SQLITE_CORRUPT_BKPT in one more place. (check-in: [eac8888db3] user: mistachkin branch: errCodes, size: 137561) | |
2018-05-15
| ||
11:45 | [9e43177ef5] part of check-in [ae86cf60b6] Merge latest trunk changes with this branch. (check-in: [ae86cf60b6] user: dan branch: begin-concurrent, size: 137998) | |
2018-05-04
| ||
19:33 | [7aafeabe56] part of check-in [e17bca2cdb] Merge recent enhancements from trunk. (check-in: [e17bca2cdb] user: drh branch: apple-osx, size: 142131) | |
2018-04-28
| ||
12:43 | [b56b2d62d5] part of check-in [ff836cb8b0] Add the SQLITE_DBCONFIG_RESET_DATABASE control as a replacement for the reset_database pragma. Resetting the database should be hard enough to do that it cannot be done by accident. (check-in: [ff836cb8b0] user: drh branch: reset-database, size: 137399) | |
2018-04-26
| ||
17:54 | [db2d526b55] part of check-in [d8ae7ba083] Merge latest changes from trunk. Including the "ORDER BY ... LIMIT" optimization. (check-in: [d8ae7ba083] user: dan branch: begin-concurrent, size: 137924) | |
2018-04-25
| ||
19:02 | [f579a7a1e6] part of check-in [7dd34e3776] Add new interfaces for accessing the list of SQL keywords: sqlite3_keyword_count(), sqlite3_keyword_name(), sqlite3_keyword_check(). (check-in: [7dd34e3776] user: drh branch: trunk, size: 137325) | |
2018-04-24
| ||
19:21 | [f5a381fca7] part of check-in [b27bd799ea] Merge latest trunk changes into this branch. (check-in: [b27bd799ea] user: dan branch: begin-concurrent, size: 138602) | |
2018-04-18
| ||
14:48 | [10e3897f5d] part of check-in [f3596ab9eb] Omit some code not used without SQLITE_ENABLE_SORTER_REFERENCES. Improvements to comments used for documentation. (check-in: [f3596ab9eb] user: drh branch: sorter-reference, size: 138003) | |
2018-04-16
| ||
21:12 | [8f89ff60cd] part of check-in [b25a7bb769] Add SQLITE_CONFIG_SORTERREF_SIZE configuration option. (check-in: [b25a7bb769] user: dan branch: sorter-reference, size: 138003) | |
2018-04-10
| ||
18:05 | [478fd68eda] part of check-in [e20fcb5159] Merge all version 3.23.1 changes and enhancements from trunk. (check-in: [e20fcb5159] user: drh branch: apple-osx, size: 142431) | |
2018-03-29
| ||
13:47 | [1648fc7a9b] part of check-in [1fc72b707d] Modify the sqlite3OsFileControl() interface to detect unopened sqlite3_file objects and return SQLITE_NOTFOUND. (check-in: [1fc72b707d] user: drh branch: trunk, size: 137699) | |
2018-03-28
| ||
21:45 | [224f7faaf6] part of check-in [f0d12354bb] Fix a harmless compiler warning. (check-in: [f0d12354bb] user: drh branch: trunk, size: 137757) | |
2018-03-26
| ||
17:40 | [ffe71c007f] part of check-in [2e54a7433e] Add infrastructure to support for using F_SETLKW with a timeout on system that support that functionality. Requires SQLITE_ENABLE_SETLK_TIMEOUT. (check-in: [2e54a7433e] user: drh branch: lowlevel-lock-timeout, size: 137697) | |
16:37 | [83fb2d0f9c] part of check-in [6c40c5574f] Refactor some internal object element names used by the busy handler, to simplify analysis. (check-in: [6c40c5574f] user: drh branch: trunk, size: 136453) | |
2018-03-20
| ||
13:52 | [e4e95e03b9] part of check-in [b0c2f760a6] Merge all recent enhancements from trunk. (check-in: [b0c2f760a6] user: drh branch: begin-concurrent, size: 137038) | |
2018-03-14
| ||
17:17 | [6a659285d6] part of check-in [a658f80c8f] Merge the latest enhancements from trunk. (check-in: [a658f80c8f] user: drh branch: apple-osx, size: 141171) | |
2018-03-06
| ||
21:43 | [c1e97e4c6f] part of check-in [f07e97aed4] Improved documentation for sqlite3_serialize() and sqlite3_deserialize(). Change the name of the compile-time option to enable these interfaces from SQLITE_ENABLE_MEMDB to SQLITE_ENABLE_DESERIALIZE. (check-in: [f07e97aed4] user: drh branch: memdb, size: 136439) | |
2018-03-02
| ||
17:40 | [64a93806e9] part of check-in [36801effa9] Merge latest trunk changes into this branch. (check-in: [36801effa9] user: dan branch: begin-concurrent, size: 136937) | |
2018-03-01
| ||
13:44 | [d45d07a1c7] part of check-in [c8083de14b] Merge the latest enhancements from trunk. (check-in: [c8083de14b] user: drh branch: memdb, size: 136433) | |
2018-02-08
| ||
01:00 | [dc75b3585b] part of check-in [ad5d3bdc73] Enhance sqlite3ErrStr() to include several more error codes. (check-in: [ad5d3bdc73] user: mistachkin branch: trunk, size: 136338) | |
2018-01-24
| ||
15:02 | [a3e15ef7ff] part of check-in [6ef3de810d] Merge changes from trunk. (check-in: [6ef3de810d] user: drh branch: memdb, size: 136170) | |
2018-01-15
| ||
21:59 | [d464ae1802] part of check-in [c9d2ec51c8] Merge the enhancements associated with the first 3.22.0 beta. (check-in: [c9d2ec51c8] user: drh branch: apple-osx, size: 140807) | |
2018-01-10
| ||
11:56 | [26918d50dd] part of check-in [6a16f554f0] Fix a problem in os_unix.c causing it to return SQLITE_CANTOPEN instead of SQLITE_READONLY_RECOVERY. (check-in: [6a16f554f0] user: dan branch: trunk, size: 136075) | |
2018-01-03
| ||
01:28 | [37139a23ca] part of check-in [fb2ac2d2fa] Add support for the "memdb" VFS and the sqlite3_memdb_ptr() and sqlite3_memdb_config() interfaces, to enable an SQLite database to be manipulated as an in-memory object. (check-in: [fb2ac2d2fa] user: drh branch: memdb, size: 136089) | |
2017-12-26
| ||
18:04 | [690c4134f9] part of check-in [1253a872db] Add support for measuring and reporting coverage of the parser state machine using the SQLITE_TESTCTRL_PARSER_COVERAGE test-control. (check-in: [1253a872db] user: drh branch: lemon-improvements, size: 135994) | |
2017-12-21
| ||
18:23 | [7ce55fa3c0] part of check-in [fffc7685d1] Change the name of SQLITE_DBCONFIG_FULL_EQP to be SQLITE_DBCONFIG_TRIGGER_EQP (which we can do without breaking compatibility because the former name has not yet appeared in an official release) and streamline its implementation. (check-in: [fffc7685d1] user: drh branch: trunk, size: 135393) | |
2017-12-16
| ||
19:16 | [903c4e3eb1] part of check-in [d5b597b52a] Merge latest trunk changes into this branch. (check-in: [d5b597b52a] user: dan branch: schemalint, size: 135676) | |
2017-12-08
| ||
16:23 | [4f94536a61] part of check-in [a079f91452] Add compile time switch SQLITE_ENABLE_ICU_COLLATIONS. For enabling ICU collations without also enabling the tokenizer, the LIKE operator, the REGEXP operator, or the unicode aware upper()/lower() scalar functions. (check-in: [a079f91452] user: dan branch: trunk, size: 135319) | |
2017-11-29
| ||
16:16 | [d156d8fd43] part of check-in [373fa21bff] Merge latest trunk changes into this branch. (check-in: [373fa21bff] user: dan branch: schemalint, size: 135582) | |
2017-11-28
| ||
08:08 | [86466230c1] part of check-in [1fd1034935] Merge latest trunk changes, including the SQLITE_ENABLE_MULTITHREADED_CHECKS feature, into this branch. (check-in: [1fd1034935] user: dan branch: apple-osx, size: 139957) | |
2017-11-25
| ||
17:51 | [6a0cc1c7b8] part of check-in [a66886ac13] Add experimental feature to detect threading bugs in apps that use SQLITE_CONFIG_MULTITHREADED. Enabled at compile time using SQLITE_ENABLE_MULTITHREADED_CHECKS. (check-in: [a66886ac13] user: dan branch: multithreaded-checks, size: 135225) | |
2017-11-18
| ||
17:30 | [99ed3d45e3] part of check-in [23a3128083] Enhance the log messages produced in some cases if database corruption is encountered by an SQLITE_DEBUG build. (check-in: [23a3128083] user: dan branch: sqlite-corrupt-page, size: 135055) | |
2017-11-17
| ||
20:22 | [ffc97a6b87] part of check-in [e2b3e33537] Add missing entry for SQLITE_IOERR_VNODE to the switch statement in sqlite3ErrName(). (check-in: [e2b3e33537] user: dan branch: apple-osx, size: 139745) | |
2017-11-14
| ||
20:36 | [d45e9b657b] part of check-in [8c2a769c4a] Merge the patch that enables reading a read-only WAL-mode database, without any special query parameters, as long as the -shm and -wal files are on disk. (check-in: [8c2a769c4a] user: drh branch: apple-osx, size: 139664) | |
2017-11-08
| ||
17:32 | [c1965ee815] part of check-in [6d7f94faa7] Change the name of SQLITE_READONLY_CANTLOCK to SQLITE_READONLY_CANTINIT. (check-in: [6d7f94faa7] user: drh branch: readonly-wal-recovery, size: 135013) | |
2017-11-06
| ||
20:02 | [ec2a53690e] part of check-in [7f217edab4] Merge latest trunk changes into this branch. (check-in: [7f217edab4] user: dan branch: begin-concurrent, size: 135612) | |
2017-10-24
| ||
19:12 | [dc25a8bc0f] part of check-in [13be3a441d] Merge all enhancements and fixes from the 3.21.0 release. (check-in: [13be3a441d] user: drh branch: apple-osx, size: 139664) | |
2017-10-11
| ||
20:26 | [0cedb7a0a9] part of check-in [2719cf5c5b] Merge latest trunk changes with this branch. (check-in: [2719cf5c5b] user: dan branch: schemalint, size: 135246) | |
20:10 | [d88cf6d3a2] part of check-in [58e42cfd7d] Change some internal details to bring this branch closer to the code on trunk. (check-in: [58e42cfd7d] user: dan branch: schemalint, size: 133992) | |
13:48 | [54637b9e7f] part of check-in [c2c1d656e3] Initial implementation of the "sqlite_dbpage" virtual table. Currently it is read-only and has a place-holder xBestIndex. (check-in: [c2c1d656e3] user: drh branch: dbpage, size: 135013) | |
2017-10-04
| ||
18:26 | [a4bdadaaa8] part of check-in [40964a4ef7] Updates to requirements marks. (check-in: [40964a4ef7] user: drh branch: trunk, size: 134889) | |
2017-10-03
| ||
17:17 | [556a0942bd] part of check-in [7be760e907] Remove an unused variable from sqlite3Insert() and fix harmless compiler warnings associated with -DSQLITE_MUTATION_TEST. (check-in: [7be760e907] user: drh branch: trunk, size: 134732) | |
2017-09-22
| ||
10:49 | [6a7c184cb3] part of check-in [307b802e86] Merge latest trunk changes into this branch. (check-in: [307b802e86] user: dan branch: begin-concurrent, size: 135292) | |
2017-09-20
| ||
10:47 | [1c2307a9f7] part of check-in [7f2bd4ff45] Improved resolution of large integer values in "CAST(x AS NUMERIC)". (check-in: [7f2bd4ff45] user: drh branch: trunk, size: 134693) | |
2017-09-13
| ||
18:38 | [39f1375c02] part of check-in [ebada0723a] Experimental sqlite3_stmt_retryable() interface. (check-in: [ebada0723a] user: drh branch: sqlite3_stmt_retryable, size: 134733) | |
2017-09-09
| ||
08:03 | [cd03aeca7a] part of check-in [e63d1a7cd3] Use a mutex-free PRNG for the random() and randomblob() SQL functions and for the randomness used during checkpoint operations. (check-in: [e63d1a7cd3] user: drh branch: mutex-free-randomness, size: 134736) | |
06:10 | [65a1633e4a] part of check-in [6a0b9d9d4e] Merge trunk enhancements (check-in: [6a0b9d9d4e] user: drh branch: apple-osx, size: 139352) | |
2017-09-08
| ||
17:48 | [34a5856335] part of check-in [e1e3ca7ea4] Have the header comment for sqlite3Checkpoint() mention TRUNCATE along with the other three checkpoint types. No changes to code. (check-in: [e1e3ca7ea4] user: dan branch: trunk, size: 134701) | |
2017-08-29
| ||
20:21 | [48a641949c] part of check-in [a06263f1ef] Faster memory allocation from lookaside by not trying to keep track of the number of outstanding allocations, and rather computing that value only when requested. (check-in: [a06263f1ef] user: drh branch: trunk, size: 134688) | |
2017-08-28
| ||
17:26 | [c74d155061] part of check-in [cc440400a1] Remove the rarely-used scratch memory allocator. This makes the code smaller, faster, and easier to maintain. In place of the scratch allocator, add the SQLITE_CONFIG_SMALL_MALLOC configuration option that provides a hint to SQLite that large memory allocations should be avoided. (check-in: [cc440400a1] user: drh branch: begin-concurrent-branch-3.19, size: 135215) | |
17:19 | [0442ec813c] part of check-in [d53108e763] Merge recent enhancements from trunk. (check-in: [d53108e763] user: drh branch: begin-concurrent, size: 135219) | |
15:51 | [227a83d3f8] part of check-in [54b000246c] Remove the rarely-used scratch memory allocator. This makes the code smaller, faster, and easier to maintain. In place of the scratch allocator, add the SQLITE_CONFIG_SMALL_MALLOC configuration option that provides a hint to SQLite that large memory allocations should be avoided. (check-in: [54b000246c] user: drh branch: trunk, size: 134620) | |
2017-08-09
| ||
20:35 | [bd53babb6d] part of check-in [a625698048] Add experimental sqlite3_open_v2() flag SQLITE_OPEN_REUSE_SCHEMA. For sharing identical in-memory schema objects between connections. (check-in: [a625698048] user: dan branch: reuse-schema, size: 135649) | |
2017-08-01
| ||
13:54 | [299da61b7e] part of check-in [aafe1fec80] Merge recent enhancements from trunk. (check-in: [aafe1fec80] user: drh branch: begin-concurrent, size: 136103) | |
2017-07-28
| ||
22:13 | [42f6a2660c] part of check-in [3286e1a07b] Fix harmless compiler warning. (check-in: [3286e1a07b] user: mistachkin branch: trunk, size: 135504) | |
2017-07-26
| ||
19:59 | [5edd177443] part of check-in [3808a00f06] Add the new sqlite3.mDbFlags field. Factor out bits of sqlite3.flags that do not interact with PRAGMA statements into sqlite3.mDbFlags. (check-in: [3808a00f06] user: drh branch: trunk, size: 135504) | |
2017-07-20
| ||
17:47 | [562527c0e4] part of check-in [213c61cb82] Merge all the latest trunk enhancements. (check-in: [213c61cb82] user: drh branch: begin-concurrent, size: 136099) | |
2017-07-17
| ||
20:21 | [552b85860a] part of check-in [e181225dc7] Merge all the latest fixes and enhancements from trunk. (check-in: [e181225dc7] user: drh branch: apple-osx, size: 140151) | |
2017-07-14
| ||
19:47 | [3a9da9e397] part of check-in [ab165dcf35] Identify requirements text in the SQLITE_DBCONFIG_ENABLE_QPSG documentation. Add some implementation marks for SQLITE_DBCONFIG_MAINDBNAME requirements. No code changes. (check-in: [ab165dcf35] user: drh branch: trunk, size: 135500) | |
2017-07-10
| ||
12:07 | [20574bb9a0] part of check-in [f27b637040] Update error message text for standard error codes to better describe the latest usage of those error codes. Modify sqlite3_open_v2() so that it does return a valid sqlite3 object in the event of SQLITE_MISUSE due to bad open flags, so that sqlite3_errmsg() does not report "out of memory" in that case. (check-in: [f27b637040] user: drh branch: trunk, size: 135438) | |
11:17 | [66bf423085] part of check-in [871752f292] Remove the error message text from disused error codes such as SQLITE_EMPTY and SQLITE_FORMAT. (check-in: [871752f292] user: drh branch: trunk, size: 135517) | |
2017-07-07
| ||
22:58 | [098db34b1d] part of check-in [7f48f6ab2a] Merge in all the latest trunk enhancements. (check-in: [7f48f6ab2a] user: drh branch: apple-osx, size: 140152) | |
19:43 | [e36ab281dc] part of check-in [732f90d632] Change the error message text for SQLITE_ERROR to omit the part about "missing database" as that meaning is now obsolete (since approx SQLite 2.0). (check-in: [732f90d632] user: drh branch: trunk, size: 135501) | |
2017-06-29
| ||
14:33 | [0ed4383f4d] part of check-in [adfdb80105] Rename the "stmts" virtual table to just "stmt" without the final "s". (check-in: [adfdb80105] user: drh branch: trunk, size: 135521) | |
2017-06-28
| ||
17:29 | [36556f2e6a] part of check-in [942c3ef8cd] Instead of the new sqlite3_prepare_v3() interface, provide the SQLITE_DBCONFIG_PREPARE_FLAGS interface which sets the flags on the single next call to sqlite3_prepare_v2() or its cousins. (check-in: [942c3ef8cd] user: drh branch: dbconfig-prepare-flags, size: 135474) | |
15:47 | [aaf24be7e2] part of check-in [0ff057d86e] Build the "stmts" virtual table into the amalgamation. It is active only when compiled using SQLITE_ENABLE_STMTSVTAB. That option is supplied to the command-line shell. (check-in: [0ff057d86e] user: drh branch: stmts-vtab, size: 135525) | |
2017-06-26
| ||
13:57 | [747ec45346] part of check-in [7076e8283e] Add the SQLITE_DBCONFIG_ENABLE_QPSG option to activate the query planner stability guarantee. This involves refactoring the sqlite3.flags bitvector to carve out a free bit to use. (check-in: [7076e8283e] user: drh branch: enable-QPSG, size: 135330) | |
2017-06-23
| ||
21:05 | [5ea52d4943] part of check-in [53b14a3888] Merge all recent trunk enhancements into the apple-osx branch. (check-in: [53b14a3888] user: drh branch: apple-osx, size: 139831) | |
2017-06-16
| ||
19:51 | [18f2145d57] part of check-in [bc1951d699] Rework the code in ctime.c a bit to report on more compile time options. And to only output configuration options passed in to SQLite, not the default values of #define symbols set automatically. Also generate the large array in ctime.c using new script tool/mkctime.tcl, instead of entering it manually. (check-in: [bc1951d699] user: dan branch: ctime-refactor, size: 135180) | |
2017-06-08
| ||
16:10 | [2ff34ece3b] part of check-in [e2d38d51a9] Merge 3.19.3 changes with this branch. (check-in: [e2d38d51a9] user: dan branch: begin-concurrent, size: 134235) | |
2017-06-07
| ||
22:32 | [65eb6093de] part of check-in [e39795d7d7] In SQLITE_DEBUG mode, attempt to log the page number of the database that contained the problem when SQLITE_CORRUPT errors are seen. (check-in: [e39795d7d7] user: drh branch: trunk, size: 133906) | |
2017-05-25
| ||
17:36 | [cb5075a719] part of check-in [12964240f1] Merge all fixes from the 3.19.2 release. (check-in: [12964240f1] user: drh branch: apple-osx, size: 138285) | |
2017-05-23
| ||
19:23 | [5559b8e5aa] part of check-in [5b9d498f6e] Add experimental new API sqlite3_wal_info(). (check-in: [5b9d498f6e] user: dan branch: begin-concurrent, size: 134236) | |
01:30 | [a56577fa64] part of check-in [4510d55d1e] Remove a surplus semicolon, which was harmless on gcc and clang but caused compile-time errors on msvc. This only comes up using the encryption extension. (check-in: [4510d55d1e] user: drh branch: branch-3.19, size: 133634) | |
00:32 | [1054e4dbb4] part of check-in [987a2b5537] Remove a surplus semicolon, which was harmless on gcc and clang but caused compile-time errors on msvc. This only comes up using the encryption extension. (check-in: [987a2b5537] user: drh branch: trunk, size: 133662) | |
2017-05-22
| ||
08:04 | [55d0f1cc3d] part of check-in [3ea2bad27e] Fix a case where NULL was being passed to memcmp() following an OOM. This is probably not a real problem, as the number-of-bytes parameter was passed 0 in this case, but it was causing a santizer complaint. (check-in: [3ea2bad27e] user: dan branch: trunk, size: 133663) | |
2017-05-15
| ||
17:56 | [253de9f003] part of check-in [6e0f64ab5e] Merge changes from trunk. (check-in: [6e0f64ab5e] user: drh branch: schemalint, size: 133667) | |
2017-05-11
| ||
18:49 | [05b26be3c8] part of check-in [b55c0f14c3] Merge recent enhancements from trunk. (check-in: [b55c0f14c3] user: drh branch: apple-osx, size: 138286) | |
2017-05-03
| ||
15:54 | [1e448d2040] part of check-in [31a51b4d16] Always enable URI filenames when compiling with SQLITE_HAS_CODEC. Also allow plaintext keys using the key= query parameter. (check-in: [31a51b4d16] user: drh branch: trunk, size: 133635) | |
2017-04-17
| ||
17:03 | [ffb6584294] part of check-in [159e8022a9] Add support for analyzing trigger programs to the sqlite3_expert code. (check-in: [159e8022a9] user: dan branch: schemalint, size: 133537) | |
2017-04-04
| ||
04:23 | [4b93bda0f1] part of check-in [a54aef35da] Add the sqlite3_whereinfo_hook() API - an experimental API replacing the DBCONFIG_WHEREINFO hack on this branch. (check-in: [a54aef35da] user: dan branch: schemalint, size: 134059) | |
2017-03-31
| ||
11:20 | [36974edf74] part of check-in [cb721d0b36] Merge latest trunk into this branch. (check-in: [cb721d0b36] user: dan branch: schemalint, size: 133719) | |
2017-03-06
| ||
20:00 | [0c3fecdde1] part of check-in [1650c3f468] Merge all pending 3.18 enhancements from trunk. (check-in: [1650c3f468] user: drh branch: apple-osx, size: 138156) | |
2017-02-27
| ||
14:52 | [158326243c] part of check-in [fe41bb5632] Add an sqlite3_set_last_insert_rowid() method. Use it to work around fts4 and fts5 modifying the last-insert-rowid unintuitively from within commit processing. (check-in: [fe41bb5632] user: dan branch: set-last-insert-rowid, size: 133505) | |
2017-02-04
| ||
20:15 | [eb4f5034ed] part of check-in [ec8ff892ac] Simplification to the error handling to extension loading in sqlite3_open(). (check-in: [ec8ff892ac] user: drh branch: trunk, size: 133215) | |
2017-01-18
| ||
20:14 | [504a2a6cbd] part of check-in [2a8f6c890c] Add temporary code to record and report on the set of b-tree pages read and written by the current transaction. This is likely still buggy. (check-in: [2a8f6c890c] user: dan branch: transaction-pages, size: 133923) | |
2017-01-03
| ||
20:20 | [54068ad446] part of check-in [dcbec226ca] Merge changes from the 3.16.1 release (check-in: [dcbec226ca] user: drh branch: apple-osx, size: 137788) | |
2016-12-30
| ||
14:15 | [e207b81542] part of check-in [56ff72ab44] Avoid passing NULL pointers to memcmp() or memcpy(), even when the "number-of-bytes" argument is passed 0. (check-in: [56ff72ab44] user: dan branch: trunk, size: 133137) | |
2016-12-27
| ||
13:33 | [f2d0e34457] part of check-in [7854bee260] Allow sqlite3_interrupt() to be invoked on a database connection that is in the process of being closed even if SQLITE_ENABLE_API_ARMOR is defined. (check-in: [7854bee260] user: drh branch: trunk, size: 133113) | |
2016-12-24
| ||
19:37 | [ec789a4108] part of check-in [2f481b854f] The schema name "main" is always an acceptable alias for the primary database even if the primary database is renamed using SQLITE_DBCONFIG_MAINDBNAME. (check-in: [2f481b854f] user: drh branch: trunk, size: 133068) | |
2016-12-12
| ||
16:15 | [350f909c54] part of check-in [a24f805b5e] Merge all the latest performance enhancements from trunk. (check-in: [a24f805b5e] user: drh branch: apple-osx, size: 137812) | |
2016-12-07
| ||
15:49 | [c0daeb1f71] part of check-in [f360818737] Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE. (check-in: [f360818737] user: drh branch: trunk, size: 133161) | |
2016-11-26
| ||
20:44 | [0346ec9097] part of check-in [41a3af5443] Merge all recent trunk changes, and especially the new sqlite3_snapshot_recover() interface. (check-in: [41a3af5443] user: drh branch: apple-osx, size: 137826) | |
2016-11-19
| ||
18:31 | [5669ae83c6] part of check-in [28393c413c] Remove the requirement to open the wal file before sqlite3_snapshot_recover() is called. Also add some comments to new functions. (check-in: [28393c413c] user: dan branch: serializable-snapshot, size: 133175) | |
2016-11-18
| ||
20:49 | [de55e68145] part of check-in [174a6076a8] Add experimental sqlite3_snapshot_recover() API. (check-in: [174a6076a8] user: dan branch: serializable-snapshot, size: 133062) | |
18:43 | [602d7179fd] part of check-in [83b658dad0] Require that the database handle be in autocommit mode for sqlite3_snapshot_get() to succeed. This is because it may open a read transaction on the database file. (check-in: [83b658dad0] user: dan branch: serializable-snapshot, size: 132391) | |
2016-11-04
| ||
19:09 | [a393b7bf99] part of check-in [0e5ffd9123] Merge recent trunk changes, including all the fixes that appeared in version 3.15.1. (check-in: [0e5ffd9123] user: drh branch: apple-osx, size: 136998) | |
2016-10-31
| ||
16:16 | [694ac90557] part of check-in [093d2fc228] Add the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE sqlite3_dbconfig() option - for disabling SQLite's default checkpoint-on-close behaviour. (check-in: [093d2fc228] user: dan branch: no-ckpt-on-close, size: 132347) | |
2016-10-26
| ||
12:15 | [6890ce0118] part of check-in [e8a9bfece2] Add compile time option SQLITE_ENABLE_URI_00_ERROR. If defined, any "%00" escape found in a URI is treated as an error. (check-in: [e8a9bfece2] user: dan branch: uri-00-error, size: 132273) | |
2016-10-17
| ||
15:28 | [395bfa7a20] part of check-in [c88d36e251] Changes to support interrupting a checkpoint using sqlite3_interrupt(). (check-in: [c88d36e251] user: dan branch: trunk, size: 132022) | |
2016-09-28
| ||
16:15 | [406b69b61b] part of check-in [0601416347] Merge recent enhancements from trunk. (check-in: [0601416347] user: drh branch: apple-osx, size: 136520) | |
2016-09-20
| ||
17:38 | [c9e49e3768] part of check-in [bd3ecbb5c1] Fix typo in comment. (check-in: [bd3ecbb5c1] user: mistachkin branch: trunk, size: 131869) | |
2016-09-18
| ||
16:08 | [14fb66eeb2] part of check-in [6bf5ba10d2] Revise the implementation of OP_Once so that it is smaller, faster, and uses less memory. This also fixes an obscure bug introduced 3 days ago by check-in [5990a1bdb4a073]. (check-in: [6bf5ba10d2] user: drh branch: trunk, size: 131869) | |
2016-09-07
| ||
20:12 | [b8c598bec5] part of check-in [e9acf61613] Fix the sqlite3_trace_v2() interface so that it goes disabled if either the callback or mask arguments are zero, in accordance with the documentation. Cherrypick of [37e6c54b1afc6348]. (check-in: [e9acf61613] user: mistachkin branch: branch-3.14, size: 131130) | |
18:20 | [8525df779c] part of check-in [00759af053] Merge recent enhancements from trunk. (check-in: [00759af053] user: drh branch: apple-osx, size: 136097) | |
2016-08-27
| ||
18:34 | [9821bb4d23] part of check-in [d464a7b18d] Fixes to fts5 snippet() function. (check-in: [d464a7b18d] user: dan branch: trunk, size: 131446) | |
2016-08-25
| ||
22:06 | [0bfcf1a5b6] part of check-in [37e6c54b1a] Fix the sqlite3_trace_v2() interface so that it goes disabled if either the callback or mask arguments are zero, in accordance with the documentation. (check-in: [37e6c54b1a] user: drh branch: trunk, size: 131265) | |
2016-08-19
| ||
18:37 | [4f29b8d1b7] part of check-in [b10e31dce8] Register any built-in fts5 module before loading automatic extensions. This allows automatic extensions to register fts5 tokenizers and auxiliary functions. (check-in: [b10e31dce8] user: dan branch: fts5-snippet-bias, size: 131251) | |
2016-08-18
| ||
22:44 | [4dba24a78c] part of check-in [d6e3d5796c] Add the SQLITE_DBCONFIG_MAINDBNAME interface. (check-in: [d6e3d5796c] user: drh branch: dbconfig_maindbname, size: 131205) | |
14:33 | [8dc7adfeac] part of check-in [92a22f0134] Rename the Db.zName field to Db.zDbSName to make it more descriptive and to distinguish it from all of the other "zName" variables scattered throughout the code. (check-in: [92a22f0134] user: drh branch: zDbSName, size: 131079) | |
2016-08-12
| ||
16:21 | [52dad79714] part of check-in [8a5f41c7b1] Have wal file checkpoints exit early if the sqlite3_interrupt() API function is called. (check-in: [8a5f41c7b1] user: dan branch: interruptible-checkpoint, size: 131223) | |
2016-07-25
| ||
17:31 | [8473928b7b] part of check-in [e98cefb17d] Merge 3.14 alpha changes from trunk. (check-in: [e98cefb17d] user: drh branch: apple-osx, size: 135721) | |
00:05 | [16c1b2114e] part of check-in [1c5baae3c5] Fix code so that the deprecated sqlite3_trace() and sqlite3_profile() interfaces are not called when SQLITE_OMIT_DEPRECATED is used. (check-in: [1c5baae3c5] user: drh branch: trunk, size: 131070) | |
2016-07-15
| ||
00:39 | [2d3e62a971] part of check-in [97ccf15fb7] Fix typo in sqlite3_trace_v2(). (check-in: [97ccf15fb7] user: mistachkin branch: sqlite3_trace_v2, size: 131003) | |
2016-07-14
| ||
01:09 | [ade3b39f3b] part of check-in [99ee7ee58d] Add the sqlite3_expanded_sql() interface. Refinements to the sqlite3_trace_v2() interface to make it more useful. (check-in: [99ee7ee58d] user: drh branch: sqlite3_trace_v2, size: 131016) | |
2016-07-13
| ||
23:18 | [a3be9a816c] part of check-in [f33526a341] Legacy tests now passing. (check-in: [f33526a341] user: drh branch: sqlite3_trace_v2, size: 131036) | |
22:55 | [05658dfa4b] part of check-in [cb0062feb0] First cut at implementing the new sqlite3_trace_v2() interface. (check-in: [cb0062feb0] user: drh branch: sqlite3_trace_v2, size: 131023) | |
2016-04-21
| ||
15:35 | [cf5f2b15a5] part of check-in [a15c49aed0] Merge all recent enhancements from trunk. (check-in: [a15c49aed0] user: drh branch: apple-osx, size: 134766) | |
01:30 | [405d13e3a4] part of check-in [b2ae5bfa32] Revert sqlite3_enable_load_extension() to its original long-standing behavior. Add SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION which will enable only the C-API and leave the SQL function disabled. (check-in: [b2ae5bfa32] user: drh branch: load-ext-security, size: 130115) | |
2016-04-05
| ||
17:50 | [1e93cbb157] part of check-in [b7570ac14d] Add the SQLITE_DBCONFIG_REQUIRE_TXN argument for sqlite3_dbconfig() which when set requires an explicit transaction before updating the database. (check-in: [b7570ac14d] user: drh branch: require-write-txn, size: 130115) | |
2016-03-29
| ||
10:30 | [28c0094829] part of check-in [eef557449c] Merge 3.12.0 changes. (check-in: [eef557449c] user: drh branch: apple-osx, size: 134007) | |
2016-03-24
| ||
14:34 | [5ac9dccc03] part of check-in [beb5ea1439] Merge the beta changes into sessions. (check-in: [beb5ea1439] user: drh branch: sessions, size: 130041) | |
2016-03-22
| ||
20:05 | [63791c6632] part of check-in [605eba4a75] The sqlite3_column_decltype() routine should return NULL, not an empty string, if the column has no declared type. (check-in: [605eba4a75] user: drh branch: trunk, size: 129356) | |
2016-03-21
| ||
15:32 | [915aeae74e] part of check-in [3296a0ceed] Merge 3.12.0 beta changes from trunk. (check-in: [3296a0ceed] user: drh branch: sessions, size: 130084) | |
14:52 | [7a89a9399b] part of check-in [063f1b3705] Merge the sqlite3_system_errno() change from trunk. (check-in: [063f1b3705] user: drh branch: apple-osx, size: 134050) | |
11:38 | [f6c6e61bfd] part of check-in [7d49998d57] Do a better job of capturing all system errno values regardless of when they occur. (check-in: [7d49998d57] user: drh branch: sqlite_system_errno, size: 129399) | |
2016-03-17
| ||
16:01 | [74591e0405] part of check-in [6782c87b37] Experimental implementation of the sqlite3_system_errno() interface. (check-in: [6782c87b37] user: drh branch: sqlite_system_errno, size: 129431) | |
2016-03-16
| ||
01:16 | [0a3dc6c0ba] part of check-in [6a7ee04b0d] Merge all recent enhancements from trunk. (check-in: [6a7ee04b0d] user: drh branch: sessions, size: 130008) | |
2016-03-09
| ||
08:08 | [787fc7ccd3] part of check-in [59caca4387] Merge latest trunk changes with this branch. (check-in: [59caca4387] user: dan branch: schemalint, size: 129537) | |
2016-03-08
| ||
16:35 | [aa4809ab4c] part of check-in [2974194123] Merge changes from trunk, especially the SQLITE_DEFAULT_SYNCHRONOUS enhancements. (check-in: [2974194123] user: drh branch: apple-osx, size: 133974) | |
15:30 | [29ea8ebb23] part of check-in [592d210436] Make the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_WAL_SYNCHRONOUS values zero-based to agree with PRAGMA synchronous. (check-in: [592d210436] user: drh branch: default-synchronous, size: 129323) | |
14:40 | [ae06648266] part of check-in [1fefa967aa] Add compile-time options SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_WAL_SYNCHRONOUS used to specify the default synchronous settings for all database connections. (check-in: [1fefa967aa] user: drh branch: default-synchronous, size: 129321) | |
2016-03-07
| ||
20:48 | [417bc57480] part of check-in [84f09f00f8] Merge recent enhancements from trunk. (check-in: [84f09f00f8] user: drh branch: apple-osx, size: 133968) | |
17:49 | [e5675877b3] part of check-in [17fd8f3cf0] Merge the virtual table query planner enhancement, the RTREE cost estimate fix, and the statement journal spill delay enhancement from trunk. (check-in: [17fd8f3cf0] user: drh branch: sessions, size: 130002) | |
17:37 | [93c571d78b] part of check-in [b6c4202432] Add the SQLITE_CONFIG_STMTJRNL_SPILL option for sqlite3_config(). (check-in: [b6c4202432] user: drh branch: trunk, size: 129317) | |
2016-03-04
| ||
16:42 | [56edbba4bd] part of check-in [456df3365e] Merge recent enhancements from trunk. Default page size is 4096. Writes to statement journals are avoided. (check-in: [456df3365e] user: drh branch: sessions, size: 129885) | |
14:57 | [6f481d601a] part of check-in [2f0c195ccc] Merge recent enhancements from trunk, and especially the changes that reduce the heap-memory footprint of schemas, and defer opening and writing to statement journals. (check-in: [2f0c195ccc] user: drh branch: apple-osx, size: 133851) | |
2016-02-29
| ||
15:53 | [32c4564786] part of check-in [842b211627] Reduce the amount of heap required to store many schemas by storing each column datatype appended to the column name, rather than as a separate allocation. (check-in: [842b211627] user: drh branch: schema-storage, size: 129200) | |
2016-02-27
| ||
17:16 | [2bf81b968e] part of check-in [3a0c347cca] Experimental "PRAGMA onconflict=FAIL" statement to change the default ON CONFLICT algorithm to something other than ABORT. (check-in: [3a0c347cca] user: drh branch: pragma-onconflict, size: 129173) | |
2016-02-26
| ||
16:14 | [7b310607d3] part of check-in [4fb4aee83d] Merge all recent enhancements from trunk, and in particular the SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER change. (check-in: [4fb4aee83d] user: drh branch: apple-osx, size: 133794) | |
15:38 | [be9309f442] part of check-in [374b510808] Provide the new SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER option to sqlite3_db_config() that can be used to activate the two-argument version of fts3_tokenizer() for a specific database connection at run-time. (check-in: [374b510808] user: drh branch: trunk, size: 129143) | |
2016-02-25
| ||
18:54 | [254cb29647] part of check-in [b86590043e] Merge all the latest changes from trunk. (check-in: [b86590043e] user: drh branch: sessions, size: 129651) | |
2016-02-22
| ||
16:32 | [be25ea1336] part of check-in [18c3ab4784] Merge the master-journal optimization and other recent changes from trunk. (check-in: [18c3ab4784] user: drh branch: apple-osx, size: 133617) | |
13:23 | [d7415cd681] part of check-in [9230ba6c01] Change magic numbers associated with synchronous settings to named constants. (check-in: [9230ba6c01] user: drh branch: trunk, size: 128966) | |
2016-02-18
| ||
01:36 | [90ad20c8c2] part of check-in [b7fa0fb339] Merge recent performance enhancements and the enhanced API_ARMOR from trunk. (check-in: [b7fa0fb339] user: drh branch: apple-osx, size: 133581) | |
2016-02-15
| ||
18:15 | [8d2fd210bf] part of check-in [9b3454762d] Add the SQLITE_NOMEM_BKPT macro to enhance the ability to debug OOM errors. Only effective with compiling with SQLITE_DEBUG. (check-in: [9b3454762d] user: drh branch: trunk, size: 128930) | |
00:34 | [17cfc8ba39] part of check-in [3201fbcc51] Improvements to the application-defined function mechanism so that it is more compact and runs faster, especially when the application defines thousands of new SQL functions. (check-in: [3201fbcc51] user: drh branch: many-app-functions, size: 128658) | |
2016-02-14
| ||
00:14 | [49f6d326bc] part of check-in [e9753d9a2c] Update a comment. (check-in: [e9753d9a2c] user: mistachkin branch: noMemBkpt, size: 129301) | |
2016-02-13
| ||
23:43 | [fa3b9f523b] part of check-in [6a9c4a3ebf] Enhance ability to debug out-of-memory errors. (check-in: [6a9c4a3ebf] user: mistachkin branch: noMemBkpt, size: 129301) | |
2016-02-11
| ||
21:01 | [816b9a98a6] part of check-in [ed49f297bc] Experimental integration of schemalint functionality with the shell tool. Does not work yet. (check-in: [ed49f297bc] user: dan branch: schemalint, size: 128974) | |
2016-02-09
| ||
15:50 | [fb6058f37c] part of check-in [f073401792] Merge recent fixes and enhancements from trunk. (check-in: [f073401792] user: drh branch: apple-osx, size: 133411) | |
15:44 | [411d1dbe08] part of check-in [f040a5bb62] Merge enhancements and fixes from trunk. (check-in: [f040a5bb62] user: drh branch: sessions, size: 129445) | |
2016-02-06
| ||
22:32 | [b67a45397b] part of check-in [b0b4624fc5] Add a utility program that looks for assert(), NEVER(), ALWAYS(), and testcase() macros that have side-effects, and reports errors when they are found. Also fix a bug that this utility detected as it was being tested. (check-in: [b0b4624fc5] user: drh branch: trunk, size: 128760) | |
2016-02-05
| ||
14:29 | [83d9667de3] part of check-in [201fcbeef3] Merge OOM handling optimizations and PRAGMA synchronous=EXTRA as well as other enhancements from trunk. (check-in: [201fcbeef3] user: drh branch: apple-osx, size: 133391) | |
14:15 | [988a73bf14] part of check-in [a533608cb0] Merge enhancements from trunk. (check-in: [a533608cb0] user: drh branch: sessions, size: 129425) | |
01:55 | [62b7fe3ed2] part of check-in [c3ef03478a] Improvements to the way that OOM errors are processed. (check-in: [c3ef03478a] user: drh branch: oom-handling, size: 128740) | |
2016-02-02
| ||
00:59 | [4888788cd4] part of check-in [7453790c3b] Add the SQLITE_DBCONFIG_REQUIRE_WRITE_TXN connection setting, which if enabled requires all write operations to be enclosed within BEGIN ... COMMIT. (check-in: [7453790c3b] user: drh branch: require-write-txn, size: 128824) | |
2016-01-20
| ||
15:05 | [eab7285786] part of check-in [b94a3a37df] Fix a potential use-after-free problem when compiling with SQLITE_HAS_CODEC. (check-in: [b94a3a37df] user: drh branch: branch-3.10, size: 128733) | |
11:40 | [9bef1b75e7] part of check-in [3ed49691a1] Merge all recent enhancements from trunk. (check-in: [3ed49691a1] user: drh branch: apple-osx, size: 133393) | |
11:33 | [c7d4a18584] part of check-in [327af5f644] Merge recent enhancements from trunk. (check-in: [327af5f644] user: drh branch: sessions, size: 129427) | |
2016-01-16
| ||
03:16 | [b686dabe9a] part of check-in [653ea15ad8] Fix a potential use-after-free problem when compiling with SQLITE_HAS_CODEC. (check-in: [653ea15ad8] user: drh branch: trunk, size: 128742) | |
2016-01-14
| ||
22:19 | [6bcb3de6b4] part of check-in [0d1b3d7d3c] Combine the xFunc and xStep pointers of the FuncDef object into a single pointer xSFunc. (check-in: [0d1b3d7d3c] user: drh branch: trunk, size: 128742) | |
15:03 | [d2c79dfc18] part of check-in [d85774e0dc] Merge the latest enhancements and fixes from trunk. (check-in: [d85774e0dc] user: drh branch: apple-osx, size: 133384) | |
14:48 | [a88a45514b] part of check-in [007e5c6df6] Merge the latest fixes and enhancements from trunk. (check-in: [007e5c6df6] user: drh branch: sessions, size: 129418) | |
2016-01-08
| ||
02:27 | [6d589f2798] part of check-in [a02ace9a74] Add the experimental SQLITE_FCNTL_JOURNAL_POINTER file control for obtaining the sqlite3_file pointer associated with a rollback journal or WAL file. (check-in: [a02ace9a74] user: drh branch: file-control-journal, size: 128733) | |
2016-01-01
| ||
13:31 | [54f3a646cd] part of check-in [5b700f313d] Merge all recent trunk enhancements. (check-in: [5b700f313d] user: drh branch: apple-osx, size: 133252) | |
13:25 | [bb8aaa94c5] part of check-in [c0be246a74] Merge the latest enhancements from trunk. (check-in: [c0be246a74] user: drh branch: sessions, size: 129286) | |
2015-12-30
| ||
16:51 | [b9641a4f65] part of check-in [2081d75767] Changes to the way that the default BINARY collating sequence is recorded result in a slightly smaller and slightly faster executable. More work could be done to make this cleaner. (check-in: [2081d75767] user: drh branch: trunk, size: 128601) | |
2015-12-16
| ||
19:47 | [955f7b9d30] part of check-in [f6c9273cab] Merge recent enhancements from trunk. (check-in: [f6c9273cab] user: drh branch: sessions, size: 129247) | |
2015-12-11
| ||
12:53 | [3b6c60fd72] part of check-in [7e7b240645] Merge recent trunk enhancements, and in particular the snapshot interface. (check-in: [7e7b240645] user: drh branch: apple-osx, size: 133212) | |
2015-12-10
| ||
20:03 | [2f33510a6a] part of check-in [b9c90f1029] Update the sqlite3_snapshot_get() API so that if the caller does not have an open read transaction on the named database, one is automatically opened. (check-in: [b9c90f1029] user: dan branch: snapshot-get, size: 128562) | |
2015-12-05
| ||
20:51 | [3dc84d9bd7] part of check-in [0715eb00aa] Add untested implementations of experimental APIs sqlite3_snapshot_get(), _open() and _free(). (check-in: [0715eb00aa] user: dan branch: snapshot-get, size: 128529) | |
2015-12-03
| ||
22:33 | [a950e48920] part of check-in [8534a46c06] Fix typos in requirements text and update requirements marks. No changes to code. (check-in: [8534a46c06] user: drh branch: trunk, size: 126677) | |
2015-12-02
| ||
20:40 | [cf9fcb71ea] part of check-in [d1a1278d7f] Merge recent enhancements from trunk. (check-in: [d1a1278d7f] user: drh branch: sessions, size: 127336) | |
20:22 | [66b67b2b3b] part of check-in [e1fb33c7d2] Merge all recent trunk enhancements, especially the unix VFS changes. (check-in: [e1fb33c7d2] user: drh branch: apple-osx, size: 131303) | |
2015-11-28
| ||
18:06 | [3f2828fce1] part of check-in [7c6a809e25] Add the SQLITE_FCNTL_VFS_POINTER file control which obtains a pointer to the top-level VFS in use by a database connection. (check-in: [7c6a809e25] user: drh branch: trunk, size: 126651) | |
2015-11-19
| ||
19:40 | [59798e68b7] part of check-in [7d6cfc79e7] Merge the latest enhancements from trunk. (check-in: [7d6cfc79e7] user: drh branch: sessions, size: 127214) | |
2015-11-13
| ||
02:13 | [5d8883e245] part of check-in [f9060b2a98] Merge fixes from trunk. (check-in: [f9060b2a98] user: drh branch: apple-osx, size: 131181) | |
2015-11-12
| ||
23:48 | [91feb5c7e3] part of check-in [ee6f2feec7] Update the SQLLOG logic so that to builds in accordance with the instructions in the header comment. (check-in: [ee6f2feec7] user: drh branch: trunk, size: 126529) | |
21:55 | [df7430d3b3] part of check-in [178da33909] Import the test_sqllog.c enhancements from trunk. (check-in: [178da33909] user: drh branch: apple-osx, size: 131177) | |
20:12 | [bf26fbebab] part of check-in [cab8126be9] Add support for the SQLITE_SQLLOG_CONDITIONAL environment variable to the logging code in test_sqllog.c. When defined, logging is only performed if the "<database>-sqllog" file is present in the file system when the main database is opened. (check-in: [cab8126be9] user: dan branch: trunk, size: 126525) | |
2015-10-30
| ||
16:50 | [cae25642d7] part of check-in [395a153ff7] Merge all the latest enhancements from trunk. (check-in: [395a153ff7] user: drh branch: sessions, size: 127093) | |
16:23 | [dd2626547e] part of check-in [6e4306efaf] Merge latest trunk changes, including sqlite3_db_cacheflush(), with this branch. (check-in: [6e4306efaf] user: dan branch: apple-osx, size: 131060) | |
2015-10-29
| ||
18:16 | [f393acc6e5] part of check-in [370b5d520c] Avoid automatically rolling back the transaction if an SQLITE_IOERR or SQLITE_FULL error occurs within sqlite3_db_cacheflush(). (check-in: [370b5d520c] user: dan branch: cacheflush, size: 126408) | |
2015-10-28
| ||
19:46 | [b9d020342b] part of check-in [65b86dc1fa] Add experimental API sqlite3_db_cacheflush(). (check-in: [65b86dc1fa] user: dan branch: cacheflush, size: 126486) | |
2015-10-26
| ||
20:50 | [458135ea96] part of check-in [bc195e1cd9] Merge latest trunk changes, including the SQLITE_IOERR_AUTH error code, with this branch. (check-in: [bc195e1cd9] user: dan branch: apple-osx, size: 130292) | |
14:41 | [1cae029707] part of check-in [e0ce3fc089] When compiling with SQLITE_HAS_CODEC, honor the hexkey= query parameter on URI pathnames in sqlite3_open_v2(). (check-in: [e0ce3fc089] user: drh branch: trunk, size: 125640) | |
2015-10-15
| ||
21:13 | [1a9235d74d] part of check-in [4049368008] Merge updates from trunk. (check-in: [4049368008] user: mistachkin branch: mutexInitIsInitReCheck, size: 125385) | |
21:12 | [2082c1c7aa] part of check-in [a447cf90dd] Merge updates from trunk. (check-in: [a447cf90dd] user: mistachkin branch: mutexInitSimpleCmpSwap, size: 125334) | |
2015-10-09
| ||
17:28 | [60b45cb19d] part of check-in [1ccae39b8a] Merge all changes through the first 3.9.0 beta from trunk. (check-in: [1ccae39b8a] user: drh branch: apple-osx, size: 129846) | |
15:29 | [3679a4f404] part of check-in [c1d96fb654] Merge the version 3.9.0 changes and the incorporation of JSON1 and FTS5 into the amalgamation from trunk. (check-in: [c1d96fb654] user: drh branch: sessions, size: 125879) | |
2015-10-08
| ||
23:37 | [fec9766877] part of check-in [2928f8e87d] Json1 tests are working. Builds without FTS5 enabled. Still some problems building with FTS5. (check-in: [2928f8e87d] user: drh branch: amalg-json1-fts5, size: 125194) | |
20:11 | [1bd3839327] part of check-in [e9e76e1281] Fix a couple of errors in fts5 compilation. This branch still does not build with -Wall -Werror. (check-in: [e9e76e1281] user: dan branch: amalg-json1-fts5, size: 125256) | |
19:29 | [286aa64858] part of check-in [d820a1bd1b] First attempt to add json1 and fts5 to the amalgamation. This check-in does not compile. (check-in: [d820a1bd1b] user: drh branch: amalg-json1-fts5, size: 125149) | |
2015-09-30
| ||
14:50 | [34206b7359] part of check-in [b2face9aa9] Merge recent enhancements from trunk, and especially the fix for ticket [1b266395d6bc10]. (check-in: [b2face9aa9] user: drh branch: sessions, size: 125630) | |
2015-09-26
| ||
17:44 | [c80ea19ec7] part of check-in [33404b2029] Enable adding JSON1 by appending the json1.c source file to the amalgamation and compiling with -DSQLITE_ENABLE_JSON1 (check-in: [33404b2029] user: drh branch: trunk, size: 124945) | |
2015-09-25
| ||
16:29 | [710b2e0433] part of check-in [2c57b2f386] Disable the SQLITE_TESTCTRL_BENIGN_MALLOC_HOOKS mechanism and replace it with SQLITE_TESTCTRL_BENIGN_MALLOC_CTRL, which gives better control. (check-in: [2c57b2f386] user: drh branch: malloc-testing, size: 124866) | |
2015-09-23
| ||
16:24 | [cf4d6d9470] part of check-in [da0587c522] Simplify thread-safety of mutex initialization. (check-in: [da0587c522] user: mistachkin branch: mutexInitSimpleCmpSwap, size: 124929) | |
2015-09-14
| ||
22:54 | [dce50d88aa] part of check-in [cf114c1895] Remove a comment that is no longer accurate. (check-in: [cf114c1895] user: mistachkin branch: mutexInitIsInitReCheck, size: 124980) | |
22:52 | [babadd4638] part of check-in [fea8c0b281] Re-check sqlite3GlobalConfig.isInit after the mutex subsystem has been initialized. (check-in: [fea8c0b281] user: mistachkin branch: mutexInitIsInitReCheck, size: 125005) | |
2015-09-12
| ||
03:40 | [9f196a4364] part of check-in [f9a034834e] Clarify the new mutex implementation reset logic in sqlite3_shutdown(). (check-in: [f9a034834e] user: mistachkin branch: mutexInitCmpSwap, size: 125898) | |
2015-09-11
| ||
23:24 | [ea3915d991] part of check-in [dc2cf89743] Make sure that the mutex implementation can be altered after calling sqlite3_shutdown(). (check-in: [dc2cf89743] user: mistachkin branch: mutexInitCmpSwap, size: 125380) | |
05:06 | [ff612656f1] part of check-in [f6a8f57795] Enhance mutex initialization to prevent possible race conditions between sqlite3_initialize() and sqlite3_config(). Also, re-check sqlite3GlobalConfig.isInit after the mutex subsystem has been initialized. (check-in: [f6a8f57795] user: mistachkin branch: mutexInitCmpSwap, size: 125346) | |
2015-08-28
| ||
02:12 | [d3fd6de724] part of check-in [da8646582a] Merge trunk enhancements into the apple-osx branch. Most tests works, but there are yet a few issues to be resolved. (check-in: [da8646582a] user: drh branch: apple-osx, size: 129441) | |
2015-08-21
| ||
16:22 | [f4a8a75649] part of check-in [deaf3b1856] Merge trunk changes with this branch. (check-in: [deaf3b1856] user: dan branch: begin-concurrent, size: 124810) | |
2015-08-20
| ||
23:54 | [9e2e596c97] part of check-in [e9196d5666] Merge recent trunk enhancements, include table-valued functions. (check-in: [e9196d5666] user: drh branch: sessions, size: 125474) | |
2015-08-19
| ||
02:32 | [e17fcffae4] part of check-in [c1f43a7799] Initial implementation of eponymous virtual table instances. (check-in: [c1f43a7799] user: drh branch: table-valued-functions, size: 124789) | |
2015-08-10
| ||
20:22 | [acfb7cf332] part of check-in [ac5d2e9d76] Add the sqlite3_experimental_log_open() interface. This is for diagnostic use only and is not intended to ever go on trunk. (check-in: [ac5d2e9d76] user: drh branch: experimentalIoLog, size: 126341) | |
2015-07-27
| ||
19:31 | [ebbd5a45ca] part of check-in [8079421604] Add an experimental "BEGIN UNLOCKED" command. (check-in: [8079421604] user: dan branch: begin-concurrent, size: 124573) | |
2015-07-23
| ||
21:59 | [6dd8bf94f1] part of check-in [7f0ee77062] Merge all changes in the latest 3.8.11 beta into the sessions branch. Changes include the rename of OTA to RBU, the WITHOUT-ROWID-OR-Skipscan fix, and improvements to pcache1. (check-in: [7f0ee77062] user: drh branch: sessions, size: 125237) | |
17:16 | [0a60b7ca82] part of check-in [0ffd499f23] When SQLITE_OMIT_LOOKASIDE is set, do not allocate any lookaside memory since it will never be used. (check-in: [0ffd499f23] user: drh branch: trunk, size: 124552) | |
2015-06-30
| ||
16:29 | [5e170f7c48] part of check-in [39936b33b0] Merge all the latest enhancements from trunk. This merge include FTS5 and a number of notable performance enhancements. (check-in: [39936b33b0] user: drh branch: sessions, size: 125172) | |
03:13 | [92d79bfa1a] part of check-in [791b706ec6] Change sqlite3ApiExit() so that its first argument is never NULL. (check-in: [791b706ec6] user: drh branch: trunk, size: 124487) | |
2015-06-25
| ||
20:10 | [37e3083001] part of check-in [46e86b0637] Add a script to combine all fts5 code into a single file - fts5.c - that can be used to build an SQLite loadable extension. (check-in: [46e86b0637] user: dan branch: fts5, size: 124718) | |
2015-06-23
| ||
15:06 | [fb40edfcda] part of check-in [ef44c71a22] Merge latest trunk changes with this branch. Add tests for columnsize=0. (check-in: [ef44c71a22] user: dan branch: fts5, size: 124687) | |
2015-06-17
| ||
18:18 | [949e2096a9] part of check-in [199bfb67fd] Merge all recent enhancements and fixes from trunk. (check-in: [199bfb67fd] user: drh branch: sessions, size: 125196) | |
2015-06-15
| ||
14:43 | [c0061a4f8b] part of check-in [b0badb9902] Fix harmless compiler warnings. (check-in: [b0badb9902] user: drh branch: trunk, size: 124511) | |
2015-06-02
| ||
18:07 | [33562894d9] part of check-in [c9ffda4abb] Merge latest trunk changes with this branch. (check-in: [c9ffda4abb] user: dan branch: fts5, size: 124610) | |
2015-05-29
| ||
19:04 | [1659e2e8de] part of check-in [54bec164eb] Import recent enhancements from trunk. (check-in: [54bec164eb] user: drh branch: sessions, size: 125119) | |
2015-05-27
| ||
03:46 | [3a61058701] part of check-in [2ead43f074] Add the "PRAGMA cell_size_check=ON" command. (check-in: [2ead43f074] user: drh branch: cell-size-check-pragma, size: 124434) | |
2015-05-14
| ||
15:17 | [3fd7ec2399] part of check-in [4f9229445c] Merge in the IS-operator enhancements and other recent changes from trunk. (check-in: [4f9229445c] user: drh branch: sessions, size: 125028) | |
2015-05-13
| ||
18:12 | [35fe70009e] part of check-in [b5f0e8c5b4] Merge latest trunk changes with this branch. (check-in: [b5f0e8c5b4] user: dan branch: fts5, size: 124519) | |
2015-05-12
| ||
23:33 | [bd2c1bb33f] part of check-in [28cfdabc47] Use the database mutex where applicable. (check-in: [28cfdabc47] user: mistachkin branch: get-trace, size: 125238) | |
23:31 | [6b7c1b1d08] part of check-in [e908365fae] Fix a couple of typos in comments. (check-in: [e908365fae] user: mistachkin branch: get-trace, size: 125102) | |
23:28 | [fade920311] part of check-in [fbf29b453f] Improve API armor integration. Fix harmless compiler warnings. (check-in: [fbf29b453f] user: mistachkin branch: get-trace, size: 125098) | |
23:20 | [3924dad8a0] part of check-in [02f694d5ba] Modify the new functions to make them return a standard return code. (check-in: [02f694d5ba] user: mistachkin branch: get-trace, size: 125044) | |
21:27 | [a6a22e9ec8] part of check-in [9de33768ff] Experimental API extension for recovering the current trace and profile callbacks on a database connection. (check-in: [9de33768ff] user: drh branch: get-trace, size: 125032) | |
2015-05-11
| ||
11:59 | [bf14bc6a32] part of check-in [4e6520159e] Revamp the way the DBSTAT virtual table is registered. (check-in: [4e6520159e] user: drh branch: trunk, size: 124343) | |
2015-05-05
| ||
17:12 | [6b9b7976bd] part of check-in [de7083cfe2] Merge all trunk enhancements and fixes into the sessions branch. (check-in: [de7083cfe2] user: drh branch: sessions, size: 125073) | |
2015-05-04
| ||
20:25 | [331fda6b25] part of check-in [1c9c6eaa9f] Automatically enable the dbstat virtual table on all new database connections with the SQLITE_ENABLE_DBSTAT_VTAB compile-time option is used. (check-in: [1c9c6eaa9f] user: drh branch: trunk, size: 124388) | |
2015-05-02
| ||
18:25 | [3fa5363004] part of check-in [f8b159794c] Add the SQLITE_LIMIT_PRINTF_WIDTH setting for sqlite3_limit() and associated logic for preventing DOS attacks using printf() with oversized widths or precisions. (check-in: [f8b159794c] user: drh branch: limit-printf-width, size: 124369) | |
2015-04-29
| ||
16:50 | [af89a158aa] part of check-in [48f553b05c] Use sqlite3_malloc64() in place of sqlite3_malloc() internally. (check-in: [48f553b05c] user: drh branch: trunk, size: 124219) | |
2015-04-28
| ||
23:34 | [6dc030204d] part of check-in [9e593fb3db] Revise when the sqlite3ErrName() function is defined. (check-in: [9e593fb3db] user: mistachkin branch: winTest, size: 124215) | |
2015-04-22
| ||
14:41 | [453ae1a35c] part of check-in [658e20f554] Prototype for an sqlite3_db_log() interface. (check-in: [658e20f554] user: drh branch: sqlite3_db_log, size: 124207) | |
09:40 | [43cb916046] part of check-in [9797482ded] Update this branch with latest trunk changes. (check-in: [9797482ded] user: dan branch: fts5, size: 124085) | |
2015-04-16
| ||
03:56 | [9f4b0e0924] part of check-in [72485c97c6] Move OSTRACE defines so they are visible to all source files that need them. (check-in: [72485c97c6] user: mistachkin branch: winTest, size: 124240) | |
03:24 | [df3cbe6ebe] part of check-in [cd1542664e] Merge updates from trunk. Make OSTRACE changes work on Linux. (check-in: [cd1542664e] user: mistachkin branch: winTest, size: 124209) | |
2015-04-02
| ||
17:46 | [1ce947628f] part of check-in [5f6e35802f] Fix build with OSTRACE enabled on Windows when building using separate source files. (check-in: [5f6e35802f] user: mistachkin branch: winTest, size: 124375) | |
2015-03-31
| ||
19:06 | [cc3ac7793d] part of check-in [f79c236fc5] Build fixes for OSTRACE enhancements. (check-in: [f79c236fc5] user: mistachkin branch: winTest, size: 123951) | |
17:45 | [1cc847aae3] part of check-in [9cc70eee2e] Testing enhancements on Windows. (check-in: [9cc70eee2e] user: mistachkin branch: winTest, size: 123932) | |
00:10 | [4eecdeb7b3] part of check-in [df94e61f93] Merge all recent trunk enhancements and fixes into the sessions branch. (check-in: [df94e61f93] user: drh branch: sessions, size: 124594) | |
2015-03-30
| ||
23:52 | [a5e55e2b18] part of check-in [4d42bf5e18] Merge the latest trunk enhancements, and especially the fix for the infinite loop on a DROP TABLE in a corrupt database, into the apple-osx branch. (check-in: [4d42bf5e18] user: drh branch: apple-osx, size: 128561) | |
2015-03-27
| ||
00:21 | [40e333960d] part of check-in [fe976c9130] Using MSVC, get the sqlite3IoTrace variable working with the USE_STDCALL and/or DYNAMIC_SHELL options. (check-in: [fe976c9130] user: mistachkin branch: trunk, size: 123909) | |
2015-03-24
| ||
19:02 | [e404037a74] part of check-in [54aaa6f29a] Merge all recent trunk enhancements into the sessions branch. (check-in: [54aaa6f29a] user: drh branch: sessions, size: 124588) | |
18:49 | [f327b9978c] part of check-in [a2bd81e575] Merge the latest trunk enhancements into the apple-osx branch. (check-in: [a2bd81e575] user: drh branch: apple-osx, size: 128555) | |
2015-03-23
| ||
18:52 | [569d45ba9e] part of check-in [c742bd6047] Add the SQLITE_PTRSIZE macro. Use it to help sqlite3_status() run faster on 32-bit systems. (check-in: [c742bd6047] user: drh branch: status64, size: 123903) | |
2015-03-21
| ||
15:45 | [350c13b7a1] part of check-in [142743918f] Merge trunk changes with this branch. (check-in: [142743918f] user: dan branch: fts5, size: 123825) | |
2015-03-09
| ||
13:18 | [370cee136a] part of check-in [5e04eec88e] Merge recent trunk enhancements into the apple-osx branch. (check-in: [5e04eec88e] user: drh branch: apple-osx, size: 128301) | |
13:07 | [17902e3835] part of check-in [68c8937e83] Merge recent trunk enhancements into the sessions branch. (check-in: [68c8937e83] user: drh branch: sessions, size: 124334) | |
2015-03-04
| ||
23:14 | [fa997fa27d] part of check-in [c298ea0bd9] New requirements marks on INSERT and INDEXED BY and on some sqlite3_config() options. (check-in: [c298ea0bd9] user: drh branch: trunk, size: 123649) | |
2015-03-03
| ||
16:58 | [6facbb3214] part of check-in [39b566a2d0] Enhance SQLITE_ALLOW_URI_AUTHORITITY to elide //localhost/ and to deal with dodgy URIs that contain too many "/" characters. (check-in: [39b566a2d0] user: drh branch: trunk, size: 123325) | |
14:00 | [998d6a92f0] part of check-in [debba6f161] Fix over-length source code lines in the main.c source file. (check-in: [debba6f161] user: drh branch: trunk, size: 122750) | |
2015-02-21
| ||
15:13 | [d01a9b0a8c] part of check-in [f36bb5fa5c] Merge all recent trunk changes into the sessions branch. (check-in: [f36bb5fa5c] user: drh branch: sessions, size: 123402) | |
2015-02-19
| ||
00:29 | [80edeba383] part of check-in [28284ccc0d] First small steps toward brining trunk and apple-osx closer together. (check-in: [28284ccc0d] user: drh branch: trunk, size: 122717) | |
2015-02-13
| ||
16:42 | [53fe67185c] part of check-in [5147b94ae6] Enhancements to SQLITE_ENABLE_API_ARMOR merged from trunk. (check-in: [5147b94ae6] user: drh branch: apple-osx, size: 127369) | |
16:36 | [3780c96605] part of check-in [823ad40ccb] Improvements to SQLITE_ENABLE_API_ARMOR. (check-in: [823ad40ccb] user: drh branch: trunk, size: 122640) | |
2015-02-06
| ||
16:03 | [47994ce8ca] part of check-in [44711921fe] Merge all recent trunk enhancements into the apple-osx branch. (check-in: [44711921fe] user: drh branch: apple-osx, size: 127238) | |
15:40 | [649e235493] part of check-in [ae7eef117f] Merge all the latest enhancements from trunk. (check-in: [ae7eef117f] user: drh branch: sessions, size: 123194) | |
2015-02-04
| ||
20:56 | [17e3a37374] part of check-in [71691c4be5] Fix a missing mutex in SQLITE_TESTCTRL_IMPOSTER. (check-in: [71691c4be5] user: drh branch: trunk, size: 122509) | |
16:32 | [893ca89555] part of check-in [1db198ccca] Avoid a linear scan of the entire table when ota updates or deletes a row from a table with an external primary key index. (check-in: [1db198ccca] user: dan branch: ota-update, size: 124952) | |
2015-02-03
| ||
15:56 | [55d548a2c2] part of check-in [1c111447a0] Remove "PRAGMA ota_mode". (check-in: [1c111447a0] user: dan branch: ota-update, size: 124417) | |
2015-02-02
| ||
09:40 | [fe876f31d6] part of check-in [76212f2c9a] Merge latest trunk changes with this branch. (check-in: [76212f2c9a] user: dan branch: fts5, size: 122609) | |
2015-01-31
| ||
20:42 | [c4cb192ebf] part of check-in [cdaeab467f] Have ota use imposter tables to write to indexes instead of the sqlite3_index_writer() interface. The error handling in this version is broken in a few small ways. (check-in: [cdaeab467f] user: dan branch: ota-update, size: 123092) | |
2015-01-30
| ||
21:00 | [d6c5fd51a7] part of check-in [3ed6eb2fab] Merge the SQLITE_TESTCTRL_IMPOSTER changes from trunk. (check-in: [3ed6eb2fab] user: drh branch: ota-update, size: 123016) | |
20:59 | [ce38ddcedf] part of check-in [42d5601739] Change SQLITE_TESTCTRL_INITMODE to SQLITE_TESTCTRL_IMPOSTER. Revise the order of parameters. Give it the ability to reset the schema parse table so that imposter tables can be erased. (check-in: [42d5601739] user: drh branch: trunk, size: 122433) | |
16:36 | [cf9e43a090] part of check-in [36436dde74] Merge all recent trunk changes, and especially the SQLITE_TESTCTRL_INITMODE enhancement. (check-in: [36436dde74] user: drh branch: ota-update, size: 122139) | |
15:52 | [81ddebf2fe] part of check-in [98e029134d] Added SQLITE_TESTCTRL_INITMODE for improved testability. (check-in: [98e029134d] user: drh branch: trunk, size: 121556) | |
2015-01-29
| ||
19:12 | [341fcc5601] part of check-in [53429689d4] Ensure that "PRAGMA wal_checkpoint = TRUNCATE|FULL|RESTART" block on other connections and truncate the wal file as required even if the entire wal file has already been checkpointed. (check-in: [53429689d4] user: dan branch: trunk, size: 121176) | |
17:54 | [b0a41ca397] part of check-in [5940af8e78] Add the INITMODE test-control. (check-in: [5940af8e78] user: drh branch: initmode-testctrl, size: 121525) | |
02:26 | [6a6688cf02] part of check-in [2305411097] Experimental sqlite_db_config() setting to disable writing to all btrees except for one btree with a particular root page. (check-in: [2305411097] user: drh branch: one-writable-btree, size: 121275) | |
2015-01-28
| ||
12:00 | [296f12a2a3] part of check-in [17c69be805] Merge in all changes from trunk. (check-in: [17c69be805] user: drh branch: ota-update, size: 121728) | |
2015-01-21
| ||
06:36 | [aacb8f370a] part of check-in [b3348b1e07] Merge latest trunk changes with this branch. (check-in: [b3348b1e07] user: dan branch: fts5, size: 121321) | |
2015-01-16
| ||
12:24 | [b5d472b9b1] part of check-in [518621f8dc] Merge the 3.8.8 release changes from trunk. (check-in: [518621f8dc] user: drh branch: apple-osx, size: 125874) | |
2015-01-14
| ||
17:16 | [e5bcc6d9cf] part of check-in [0ba124540b] Merge trunk 3.8.8 beta changes into the sessions branch (check-in: [0ba124540b] user: drh branch: sessions, size: 121830) | |
2015-01-12
| ||
18:52 | [05bf368c93] part of check-in [ca5f2c5452] Merge updates from trunk. (check-in: [ca5f2c5452] user: mistachkin branch: msvcW4, size: 121145) | |
18:38 | [c82bc2650f] part of check-in [2b8eecbfe7] Fix some harmless compiler warnings. (check-in: [2b8eecbfe7] user: mistachkin branch: msvcW4, size: 121171) | |
2015-01-10
| ||
16:49 | [54c26e3f92] part of check-in [9e92a5ed5a] Improvements to compile-time-option hygiene. Use "#if OPTION" instead of "#ifdef OPTION" in cases where that makes sense, so that -DOPTION=0 will work. Add the "Have-Not" configuration in releasetest.tcl which disables all of the "HAVE_component" compile-time options. (check-in: [9e92a5ed5a] user: drh branch: trunk, size: 121141) | |
2015-01-08
| ||
20:06 | [1b20d9b1b7] part of check-in [5a2dec55bf] Merge recent enhancements from trunk, including test scripts enhancements and the removal of limits on the number of terms in a VALUES clause. (check-in: [5a2dec55bf] user: drh branch: sessions, size: 121852) | |
2015-01-02
| ||
19:17 | [cee396009c] part of check-in [df3cdf9f06] Merge the latest changes from trunk into the apple-osx branch. (check-in: [df3cdf9f06] user: drh branch: apple-osx, size: 125896) | |
15:55 | [b0a7f3f9ff] part of check-in [acb0d1e832] Add the SQLITE_CONFIG_PMASZ start-time option. (check-in: [acb0d1e832] user: drh branch: trunk, size: 121167) | |
2015-01-01
| ||
18:03 | [cb121abd60] part of check-in [4b3651677e] Merge latest trunk changes with this branch. (check-in: [4b3651677e] user: dan branch: fts5, size: 121231) | |
2014-12-31
| ||
14:27 | [0e2e16ee46] part of check-in [86e39123c1] Merge the fix to PRAGMA data_version and testing improvements from trunk. (check-in: [86e39123c1] user: drh branch: sessions, size: 121740) | |
2014-12-24
| ||
17:17 | [fa2128ef7d] part of check-in [5b7ca013b7] When building the amalgamation with SQLITE_ENABLE_IOTRACE defined, do not mark symbol sqlite3IoTrace as static. (check-in: [5b7ca013b7] user: dan branch: trunk, size: 121055) | |
2014-12-23
| ||
20:42 | [784f3d613f] part of check-in [3f7dbdb5df] Permit sqlite3_shutdown() to be called with OMIT_WSD enabled and without having called sqlite3_initialize() first. (check-in: [3f7dbdb5df] user: mistachkin branch: trunk, size: 121037) | |
2014-12-22
| ||
18:48 | [569d43f0a0] part of check-in [315243e49d] Merge the PRAGMA data_version redefinition and other fixes from trunk. (check-in: [315243e49d] user: drh branch: sessions, size: 121610) | |
2014-12-20
| ||
21:14 | [ee498c8973] part of check-in [cb3e4219ac] Minor fixes and enhancements to the SQLITE_ENABLE_API_ARMOR functionality. (check-in: [cb3e4219ac] user: mistachkin branch: trunk, size: 120925) | |
2014-12-16
| ||
01:05 | [ef3c25ce02] part of check-in [9817a2864e] Merge threading fixes from trunk into the sessions branch. (check-in: [9817a2864e] user: drh branch: sessions, size: 121596) | |
00:29 | [8e1b6b45e1] part of check-in [2c1d8ddab2] Merge latest fixes and enhancements from trunk into apple-osx. (check-in: [2c1d8ddab2] user: drh branch: apple-osx, size: 125640) | |
2014-12-12
| ||
23:17 | [48e0410a66] part of check-in [d7bb7ea4ab] Add extra tests to threadtest4.c. Fix a benign data race accessing the text encoding using ENC(db). (check-in: [d7bb7ea4ab] user: drh branch: trunk, size: 120911) | |
00:20 | [1f40f66165] part of check-in [b7489f9451] Fix a bug in the threadtest4.c program. Remove the keyinfo cache as it provides minimal performance improvements, and then only at SQL preparation time, not at runtime, and it has problems with data races in shared-cache mode. We might later add the keyinfo cache back but only enable it when shared-cache mode is off. (check-in: [b7489f9451] user: drh branch: threadtest4, size: 120839) | |
2014-12-09
| ||
22:24 | [4bfb07de96] part of check-in [cf9be419a1] Fix the sqlite3_table_column_metadata() routine so that it gives the correct answer for the "rowid" column in a WITHOUT ROWID table. Enhance it so that it can be used to check for the existence of a table by setting the column name parameter to NULL. The routine is now included in the build by default, even without the SQLITE_ENABLE_COLUMN_METADATA compile-time option. (check-in: [cf9be419a1] user: drh branch: trunk, size: 122173) | |
19:07 | [ad4c0ed3b4] part of check-in [4f7549ff92] Make the sqlite3_table_column_metadata() interface available by default and without requiring the SQLITE_ENABLE_COLUMN_METADATA compile-time option. Other sqlite3_column_* interfaces that have a run-time penalty even if they are unused still require the SQLITE_ENABLE_COLUMN_METADATA option at compile-time. (check-in: [4f7549ff92] user: drh branch: trunk, size: 122063) | |
15:12 | [378923ed4c] part of check-in [75a803e694] Add the SQLITE_REVERSE_UNORDERED_SELECTS compile-time option that causes the "PRAGMA reverse_unordered_selects" setting to be on by default. (check-in: [75a803e694] user: drh branch: trunk, size: 122107) | |
15:01 | [02f8f92211] part of check-in [6e2da589ad] Increase the default PMA size from 10 to 250 pages and provide the SQLITE_SORTER_PMASZ compile-time option to change this default. Add needed mutex call when clearing the KeyInfo cache in shared-cache mode. (check-in: [6e2da589ad] user: drh branch: apple-osx, size: 126744) | |
14:54 | [6614381d96] part of check-in [f0940c73bd] Merge the KeyInfo cache mutex fix from trunk. (check-in: [f0940c73bd] user: drh branch: sessions, size: 122700) | |
2014-12-08
| ||
20:23 | [53c7e58ae1] part of check-in [266b3441c6] Add missing mutex calls around a call to sqlite3SchemaGet() within sqlite3_open(). (check-in: [266b3441c6] user: dan branch: branch-3.8.7, size: 113373) | |
20:20 | [27c1021430] part of check-in [4541589954] Add missing mutex calls around a call to sqlite3SchemaGet() within sqlite3_open(). (check-in: [4541589954] user: dan branch: trunk, size: 122015) | |
18:08 | [c04c232ad4] part of check-in [7047ce32a2] Add a missing mutex around calls to clear the KeyInfo cache when closing a database connection. (check-in: [7047ce32a2] user: drh branch: trunk, size: 121941) | |
17:45 | [b750d8a989] part of check-in [3ddc7e4c77] Add a missing mutex around calls to clear the KeyInfo cache when closing a database connection. (check-in: [3ddc7e4c77] user: drh branch: branch-3.8.7, size: 113299) | |
07:50 | [eac81ee5cb] part of check-in [69a312ad3f] Update this branch with latest trunk changes. (check-in: [69a312ad3f] user: dan branch: ota-update, size: 122450) | |
2014-12-05
| ||
20:16 | [0e8100f775] part of check-in [8a9b43f930] Merge the shared-cache KeyInfo fix from trunk. (check-in: [8a9b43f930] user: drh branch: apple-osx, size: 126596) | |
20:05 | [d13290bb15] part of check-in [5a73da6a30] Merge the fix for the shared-cache KeyInfo cache bug from trunk. (check-in: [5a73da6a30] user: drh branch: sessions, size: 122552) | |
15:31 | [e50203613f] part of check-in [7ed3346e8c] The KeyInfo cache must be cleared before closing the btree, not after. Revised fix for ticket [e4a18565a36884b00edf]. (check-in: [7ed3346e8c] user: drh branch: trunk, size: 121867) | |
15:25 | [aefdbda97a] part of check-in [48529508cf] The KeyInfo cache must be cleared before closing the btree, not after. Revised fix for ticket [e4a18565a36884b00edf]. (check-in: [48529508cf] user: drh branch: branch-3.8.7, size: 113225) | |
14:51 | [da87f93489] part of check-in [b7905b8c5f] When closing a (shared-cache) database connection, be sure to clear out all KeyInfo objects cached on Index objects. Fix for ticket [e4a18565a36884b00edf]. (check-in: [b7905b8c5f] user: drh branch: branch-3.8.7, size: 113207) | |
05:38 | [fa9f0e511a] part of check-in [651ed97de1] When closing a (shared-cache) database connection, be sure to clear out all KeyInfo objects cached on Index objects. Proposed fix for ticket [e4a18565a36884b00edf]. (check-in: [651ed97de1] user: drh branch: fix-stale-keyinfo-cache, size: 121849) | |
2014-12-04
| ||
23:42 | [5855a994c4] part of check-in [463ad971d2] Import from trunk support for SQLITE_CHECKPOINT_TRUNCATE and fixes for a couple of obscure bugs. (check-in: [463ad971d2] user: drh branch: apple-osx, size: 126273) | |
23:35 | [962eac230e] part of check-in [34ffa3b3c0] Incorporate the SQLITE_CHECKPOINT_TRUNCATE enhancement and a couple of obscure bug fixes from trunk. (check-in: [34ffa3b3c0] user: drh branch: sessions, size: 122229) | |
2014-12-03
| ||
18:32 | [84cc0fc486] part of check-in [026c44ff2c] Simplify the sqlite3_wal_checkpoint() documentation. Add some source code evidence marks. (check-in: [026c44ff2c] user: drh branch: trunk, size: 121544) | |
2014-12-02
| ||
19:04 | [34b895b5eb] part of check-in [8e20a43419] Add the SQLITE_CHECKPOINT_TRUNCATE option. (check-in: [8e20a43419] user: dan branch: checkpoint-truncate, size: 121304) | |
16:38 | [b847849c44] part of check-in [43c4ba26a2] Merge all recent enhancements and bug fixes from trunk into the apple-osx branch. (check-in: [43c4ba26a2] user: drh branch: apple-osx, size: 126058) | |
16:31 | [e8d76c9dc4] part of check-in [2617d93713] Merge all recent fixes and enhancements from trunk into sessions. (check-in: [2617d93713] user: drh branch: sessions, size: 122014) | |
2014-11-22
| ||
09:09 | [cd819123ed] part of check-in [600cefdd4d] Add SQLITE_ENABLE_OTA pre-processor directives so that this branch may be compiled with or without OTA. (check-in: [600cefdd4d] user: dan branch: ota-update, size: 121912) | |
2014-11-21
| ||
14:37 | [e2adfa1e7b] part of check-in [7ef44c5b5b] Merge latest trunk changes with this branch. (check-in: [7ef44c5b5b] user: dan branch: ota-update, size: 121856) | |
2014-11-20
| ||
19:22 | [54d0f4896c] part of check-in [4b608b62ac] Add requirements marks on the built-in collating functions. (check-in: [4b608b62ac] user: drh branch: trunk, size: 121329) | |
2014-11-18
| ||
21:27 | [e260eb4acd] part of check-in [ccb601f6df] Merge recent trunk enhancements. (check-in: [ccb601f6df] user: drh branch: apple-osx, size: 125507) | |
21:20 | [46e2f59279] part of check-in [f09055f3c4] Merge recent trunk enhancements, including the read-after-ROLLBACK change and the addition of sqlite3_stmt_scanstatus() support, as well as various minor bug fixes. (check-in: [f09055f3c4] user: drh branch: sessions, size: 121463) | |
2014-11-17
| ||
17:57 | [25088f9f04] part of check-in [acbed3380d] Changes so that sqlite3_ckpt_open() works with zipvfs databases. (check-in: [acbed3380d] user: dan branch: ota-update, size: 113220) | |
2014-11-15
| ||
20:07 | [afc0ae834a] part of check-in [fba0b5fc7e] Fix the customization interfaces so that they match the documentation. (check-in: [fba0b5fc7e] user: dan branch: fts5, size: 112123) | |
2014-11-11
| ||
22:55 | [1bdabb6220] part of check-in [d4b2d5d066] Enhance ROLLBACK so that pending queries are allowed to continue as long as the schema does not change. This is a cherry-pick of check-in [b5df5ac052]. (check-in: [d4b2d5d066] user: drh branch: branch-3.8.7, size: 112902) | |
01:33 | [d3310d5ed5] part of check-in [fa6e6a9ae2] Experimental changes that permit read operations to continue after a ROLLBACK, as long as the schema is unchanged. (check-in: [fa6e6a9ae2] user: drh branch: read-after-rollback, size: 120778) | |
2014-11-07
| ||
01:43 | [f88ed28716] part of check-in [360c8ca11c] Update documentation on sqlite3_config() and add corresponding evidence marks. (check-in: [360c8ca11c] user: drh branch: trunk, size: 120569) | |
2014-11-04
| ||
17:23 | [42f857be3c] part of check-in [d423349d2c] Add various requirements evidence marks for sqlite3_config() options. (check-in: [d423349d2c] user: drh branch: trunk, size: 119828) | |
13:41 | [c673d0972d] part of check-in [681031a436] Improved documentation and addition of source-code evidence marks for the sqlite3_config() interface. (check-in: [681031a436] user: drh branch: trunk, size: 118700) | |
12:11 | [8903165064] part of check-in [6eb03e62a3] Add the SQLITE_CONFIG_PCACHE_HDRSZ option for sqlite3_config(). (check-in: [6eb03e62a3] user: drh branch: trunk, size: 116828) | |
2014-11-01
| ||
18:32 | [5f659bdb14] part of check-in [49188b2bb5] Add requirements marks and make minor tweaks to documentation. (check-in: [49188b2bb5] user: drh branch: trunk, size: 116535) | |
2014-10-31
| ||
14:53 | [7a3d124561] part of check-in [28b044a512] Merge recent trunk enhancements, and in particular the improvements to the b-tree balancing logic, into the sessions branch. (check-in: [28b044a512] user: drh branch: sessions, size: 116826) | |
2014-10-27
| ||
18:42 | [0e55414274] part of check-in [10aaf3b148] Merge latest enhancements, including the SQLITE_ENABLE_API_ARMOR patch, from trunk. (check-in: [10aaf3b148] user: drh branch: apple-osx, size: 120870) | |
2014-10-24
| ||
00:35 | [2b882f6458] part of check-in [c297a84bc6] Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in progress and is not yet completely functional. (check-in: [c297a84bc6] user: drh branch: api-armor, size: 116141) | |
2014-10-23
| ||
01:01 | [8207ece1b4] part of check-in [9762ad0639] Implement sqlite3_create_collation() by invoking sqlite3_create_collation_v2() with a NULL destructor argument. This saves a little space. (check-in: [9762ad0639] user: drh branch: trunk, size: 112550) | |
2014-10-21
| ||
19:35 | [627406d9cf] part of check-in [6fd09854fe] Test that sqlite3ota_open() works with URI paths. Fix some other issues. (check-in: [6fd09854fe] user: dan branch: ota-update, size: 113100) | |
2014-10-20
| ||
16:34 | [d7a31f8c19] part of check-in [d380a6482a] Merge version-3.8.7 changes with this branch. (check-in: [d380a6482a] user: dan branch: ota-update, size: 113052) | |
16:24 | [57cdf37a1b] part of check-in [0bf1301aac] Have the ota extension perform an incremental checkpoint after generating the wal file. (check-in: [0bf1301aac] user: dan branch: ota-update, size: 113348) | |
2014-10-10
| ||
12:56 | [c67be3c356] part of check-in [abfef25472] Merge all recent trunk changes. (check-in: [abfef25472] user: drh branch: sessions, size: 113378) | |
2014-10-09
| ||
11:27 | [8185a7af2a] part of check-in [6fc7207727] Merge the latest trunk enhancements into the apple-osx branch. (check-in: [6fc7207727] user: drh branch: apple-osx, size: 117422) | |
2014-10-04
| ||
11:59 | [bbe872b0ac] part of check-in [0f8102d71a] Updates to documentation and requirements marks. No code changes. (check-in: [0f8102d71a] user: drh branch: trunk, size: 112693) | |
2014-10-01
| ||
01:52 | [c603e28922] part of check-in [2695772c98] Merge the latest enhancements from trunk. (check-in: [2695772c98] user: drh branch: sessions, size: 113079) | |
01:46 | [6d6c8e53be] part of check-in [2078454ac9] Merge the latest enhancements from trunk. (check-in: [2078454ac9] user: drh branch: apple-osx, size: 117123) | |
2014-09-30
| ||
12:33 | [4a507a467c] part of check-in [4ff51325d6] Remove the SQLITE_ENABLE_TREE_EXPLAIN compile-time option. Add alternative debugging display routines: sqlite3TreeViewExpr(), sqlite3TreeViewExprList(), and sqlite3TreeViewSelect(). (check-in: [4ff51325d6] user: drh branch: trunk, size: 112394) | |
2014-09-21
| ||
23:08 | [ed5dc24903] part of check-in [3967ebe83e] Merge in all recent changes from trunk. (check-in: [3967ebe83e] user: drh branch: apple-osx, size: 117718) | |
22:49 | [1010acfb69] part of check-in [6406b77f2c] Merge all recent trunk changes into the sessions branch. (check-in: [6406b77f2c] user: drh branch: sessions, size: 113674) | |
2014-09-15
| ||
15:34 | [6b9fd1867a] part of check-in [55b8011d5b] Merge latest trunk changes with this branch. (check-in: [55b8011d5b] user: dan branch: ota-update, size: 113371) | |
2014-09-10
| ||
17:34 | [d15621461f] part of check-in [c8171ecd0d] Further ideas on user authentication. Not yet working code. (check-in: [c8171ecd0d] user: drh branch: user-auth, size: 112989) | |
2014-09-09
| ||
14:47 | [26299e9d9a] part of check-in [8440f093ba] Non-working preliminary implementation attempts on user authentication. (check-in: [8440f093ba] user: drh branch: user-auth, size: 113075) | |
2014-09-08
| ||
15:04 | [faf3629e61] part of check-in [c2885c6bb2] Merge support for large files on Android from trunk. (check-in: [c2885c6bb2] user: drh branch: sessions, size: 113567) | |
2014-09-06
| ||
16:39 | [e48517e3da] part of check-in [e62aab5e92] Fix typos in comments. No code changes. (check-in: [e62aab5e92] user: peter.d.reid branch: trunk, size: 112882) | |
2014-09-02
| ||
19:59 | [c9802dc99c] part of check-in [2954ab5010] Add an experimental extension for applying bulk updates to databases. (check-in: [2954ab5010] user: dan branch: ota-update, size: 113264) | |
15:57 | [b3d19f5a1a] part of check-in [696dc935f7] Merge the latest trunk changes into the apple-osx branch. (check-in: [696dc935f7] user: drh branch: apple-osx, size: 117611) | |
15:49 | [20a0c78f2b] part of check-in [d4cce2c71e] Merge the latest trunk changes, including the multi-threaded sorter, into the sessions branch. (check-in: [d4cce2c71e] user: drh branch: sessions, size: 113567) | |
2014-08-29
| ||
19:06 | [d2ef03a455] part of check-in [33fa041049] Disable worker threads when SQLITE_THREADSAFE=0. Set the default compile-time maximum number of worker threads to 8 and honor the SQLITE_DEFAULT_WORKER_THREADS compile-time constant (which defaults to 0). (check-in: [33fa041049] user: drh branch: threads, size: 112882) | |
16:20 | [e71d7c8b41] part of check-in [1b598c68f3] Add SQLITE_LIMIT_WORKER_THREADS for controlling the maximum number of worker threads. (check-in: [1b598c68f3] user: drh branch: threads, size: 112854) | |
2014-08-26
| ||
02:15 | [f375a8d819] part of check-in [08ae974ac8] Merge recent performance enhancements and the CAST operator enhancements into the sessions branch. (check-in: [08ae974ac8] user: drh branch: sessions, size: 112999) | |
02:02 | [56070be69f] part of check-in [5c27311105] Merge recent performance enhancements and the CAST operator enhancements into the apple-osx branch. (check-in: [5c27311105] user: drh branch: apple-osx, size: 117043) | |
2014-08-25
| ||
23:44 | [f1726e7049] part of check-in [e3305d4b4e] Remove the SQLITE_CONFIG_WORKER_THREADS configuration parameter. The number of worker threads in the sorter is now determined only by the PRAGMA threads=N setting. (check-in: [e3305d4b4e] user: drh branch: threads, size: 112567) | |
13:27 | [ce41520e56] part of check-in [dfdc900f5d] Merge the recent performance enhancements implemented on trunk into the threads branch. (check-in: [dfdc900f5d] user: drh branch: threads, size: 112819) | |
2014-08-22
| ||
18:00 | [900dd06e41] part of check-in [cf561d1f0b] Split the sqlite3Error() routine into sqlite3Error() and sqlite3ErrorWithMsg(), for a slight size reduction and performance increase. (check-in: [cf561d1f0b] user: drh branch: trunk, size: 112314) | |
2014-08-21
| ||
20:26 | [1e5d34fb6d] part of check-in [14b0f561fe] Simplify the interface to the symbol table, saving 600 bytes of code space. (check-in: [14b0f561fe] user: drh branch: trunk, size: 112283) | |
2014-08-15
| ||
22:37 | [4cf20c1563] part of check-in [c8ade949d4] Aborted merge. (check-in: [c8ade949d4] user: numist branch: obsolete, size: 120630) | |
2014-08-14
| ||
14:02 | [333a7134a4] part of check-in [a608fd1d52] Merge the pre-3.8.6 changes into the threads branch. (check-in: [a608fd1d52] user: drh branch: threads, size: 112833) | |
13:39 | [57c02d6532] part of check-in [08058df3af] Merge the pre-3.8.6 changes from trunk into the apple-osx branch. (check-in: [08058df3af] user: drh branch: apple-osx, size: 117060) | |
2014-08-13
| ||
14:43 | [7f8200240d] part of check-in [d49455d9a9] Merge the trunk changes for 3.8.6 beta3 into the sessions branch. (check-in: [d49455d9a9] user: drh branch: sessions, size: 113013) | |
2014-08-11
| ||
17:37 | [1cf92c5c64] part of check-in [b5652439d5] Add a few more requirements tests. (check-in: [b5652439d5] user: drh branch: trunk, size: 112328) | |
15:54 | [f86a887bf4] part of check-in [62d38308b5] Updates to evidence marks and requirements. No changes to code. (check-in: [62d38308b5] user: drh branch: trunk, size: 112298) | |
2014-08-08
| ||
15:38 | [5cd4d5037e] part of check-in [36b7c5cefc] The SQLITE_IOERR_BLOCKED extended error code is not longer used, so remove assert() statements and documentation for that error code. Also make other documentation improvements. (check-in: [36b7c5cefc] user: drh branch: trunk, size: 112158) | |
2014-08-06
| ||
14:36 | [6bc7cd1b89] part of check-in [1202e9771f] Fix harmless compiler warnings. In the command-line shell, report if the ".system" command returns a non-zero result. (check-in: [1202e9771f] user: drh branch: trunk, size: 112239) | |
2014-07-30
| ||
14:44 | [42ba5977d1] part of check-in [5b50a8380b] Merge recent trunk changes, and especially the fix for the CREATE UNIQUE INDEX problem of ticket [9a6daf340df99ba9]. (check-in: [5b50a8380b] user: drh branch: threads, size: 112725) | |
14:29 | [bc02756952] part of check-in [43401ee624] Merge the fix for the CREATE UNIQUE INDEX problem into the sessions branch. (check-in: [43401ee624] user: drh branch: sessions, size: 112905) | |
11:49 | [a7da769535] part of check-in [654c6c658b] Merge all recent trunk changes, and especially the R-Tree IN operator fix of ticket [d2889096e7bdeac]. (check-in: [654c6c658b] user: drh branch: apple-osx, size: 116952) | |
2014-07-29
| ||
18:03 | [bbf7f99384] part of check-in [08c9a4ea63] Merge updates from trunk. (check-in: [08c9a4ea63] user: mistachkin branch: winMutex, size: 112220) | |
14:16 | [e2fded3600] part of check-in [b2f7eb3cc2] Merge the R-Tree fix and the new SQLITE_TESTCTRL_ISINIT test control from trunk. (check-in: [b2f7eb3cc2] user: drh branch: threads, size: 112700) | |
14:09 | [fbe7c756f8] part of check-in [8b651d4d6c] Add the SQLITE_TESTCTRL_ISINIT file control. (check-in: [8b651d4d6c] user: drh branch: trunk, size: 112195) | |
05:49 | [2c7647fd70] part of check-in [18984c3210] Enhancements and updates to the Win32 mutex subsystem. (check-in: [18984c3210] user: mistachkin branch: winMutex, size: 111948) | |
2014-07-24
| ||
16:54 | [0eda2715c5] part of check-in [770685892c] Merge all recent trunk changes into the threads branch. (check-in: [770685892c] user: drh branch: threads, size: 112429) | |
16:43 | [030c0fde8b] part of check-in [3810dc62d2] Merge recent trunk changes into the apple-osx branch. (check-in: [3810dc62d2] user: drh branch: apple-osx, size: 116655) | |
16:23 | [20aa3e3d5e] part of check-in [a9db017eab] Merge recent trunk changes into the sessions branch. (check-in: [a9db017eab] user: drh branch: sessions, size: 112608) | |
2014-07-23
| ||
13:40 | [cfdb2aa5d2] part of check-in [6c6f0de59b] Change the hex literal processing so that only the SQL parser understands hex literals. Casting and coercing string literals into numeric values does not understand hexadecimal integers. This preserves backwards compatibility. Also: Throw an error on any hex literal that is too big to fit into 64 bits. (check-in: [6c6f0de59b] user: drh branch: hex-literal, size: 111923) | |
2014-07-22
| ||
15:33 | [1a420efa9a] part of check-in [48e3780295] Correction: The maximum SQLITE_MAX_ATTACHED value to avoid overflowing a signed 8-bit integer is 125, not 127. (check-in: [48e3780295] user: drh branch: trunk, size: 111949) | |
2014-07-21
| ||
20:07 | [d0fa35a858] part of check-in [f1c76c7c4c] Limit the maximum SQLITE_MAX_ATTACHED to 127, since a signed character is sometimes used to store the database index. (check-in: [f1c76c7c4c] user: drh branch: trunk, size: 111949) | |
15:44 | [bba8783441] part of check-in [1a817ae2f3] Allow the SQLITE_MAX_ATTACHED compile-time option to be larger than 62. The default limit on the number of attached databases remains 10. (check-in: [1a817ae2f3] user: drh branch: trunk, size: 111919) | |
2014-06-30
| ||
20:25 | [f761e7548a] part of check-in [ae23a65eb1] Merge the latest trunk changes into the threads branch. (check-in: [ae23a65eb1] user: drh branch: threads, size: 112453) | |
20:02 | [13f3dcd203] part of check-in [a5d94eaba6] Merge the latest trunk enhancements into the sessions branch. (check-in: [a5d94eaba6] user: drh branch: sessions, size: 112632) | |
19:57 | [7f7d3acc1e] part of check-in [f426876fe1] Merge the latest trunk changes into the apple-osx branch. (check-in: [f426876fe1] user: drh branch: apple-osx, size: 116679) | |
2014-06-23
| ||
11:33 | [e777879ad7] part of check-in [1e0648dcf2] Add some code for an experimental fts5 module. Does not work yet. (check-in: [1e0648dcf2] user: dan branch: fts5, size: 111997) | |
10:18 | [7c2c3cafdd] part of check-in [07dda49c1b] Fix a problem with SQLITE_OMIT_WSD builds. (check-in: [07dda49c1b] user: dan branch: trunk, size: 111947) | |
2014-05-26
| ||
20:15 | [67b07f2b22] part of check-in [8215202759] Merge recent trunk changes into the threads branch. (check-in: [8215202759] user: drh branch: threads, size: 112441) | |
20:08 | [a0c1368359] part of check-in [54b5fa77e9] Merge recent trunk changes into the apple-osx branch. (check-in: [54b5fa77e9] user: drh branch: apple-osx, size: 116667) | |
20:00 | [887077056c] part of check-in [a769c7e03e] Merge recent trunk changes into the sessions branch. (check-in: [a769c7e03e] user: drh branch: sessions, size: 112620) | |
2014-05-21
| ||
08:21 | [40d0837e5d] part of check-in [8d8af114da] Fix the sqlite3_db_readonly() API so that it reports true if the database is readonly because the file format write version (byte 18 of the header) is too large. (check-in: [8d8af114da] user: drh branch: trunk, size: 111935) | |
2014-05-20
| ||
00:27 | [b53f4492ca] part of check-in [23722be49a] Merge all recent trunk changes into the apple-osx branch. (check-in: [23722be49a] user: drh branch: apple-osx, size: 116686) | |
00:20 | [d1fbc849b5] part of check-in [2d33afe0c4] Merge recent trunk changes into the sessions branch. (check-in: [2d33afe0c4] user: drh branch: sessions, size: 112639) | |
2014-05-19
| ||
23:17 | [14f02e450d] part of check-in [6eefdad946] Merge recent changes from trunk. (check-in: [6eefdad946] user: drh branch: threads, size: 112460) | |
15:16 | [5c9f16a84b] part of check-in [17349a49d2] Changes to help ensure that a multiplication does not overflow when computing the number of bytes needed for a memory allocation, and cause a malfunction. No problems existing problems were discovered. However, these changes should help to ensure that no problems arise in the future. (check-in: [17349a49d2] user: drh branch: safer-malloc, size: 111959) | |
2014-05-16
| ||
23:15 | [1c164c7b74] part of check-in [9623a29c11] Work around compilation issue with MSVC. (check-in: [9623a29c11] user: mistachkin branch: trunk, size: 111954) | |
14:27 | [c2005c6386] part of check-in [43fcbd9116] Merge all recent changes from trunk, and especially the new sqlite3FaultSim() interface. (check-in: [43fcbd9116] user: drh branch: threads, size: 112226) | |
14:17 | [bf60d71edc] part of check-in [0d43a7ad9a] Repurpose the SQLITE_TESTCTRL_FAULT_INSTALL test-control to register a callback to be invoked by sqlite3FaultSim(). That test-control has been unused since 2008-06-20 and was never used in any official release. (check-in: [0d43a7ad9a] user: drh branch: trunk, size: 111720) | |
2014-05-12
| ||
15:30 | [274a72f5de] part of check-in [d7e2b0d9cb] In the sorter, only use large memory allocations if scratch memory has not been configured. Add #ifdefs to disable unused code when SQLITE_MAX_WORKER_THREADS is zero. Other sorter changes in support of testability. (check-in: [d7e2b0d9cb] user: drh branch: threads, size: 111634) | |
2014-05-08
| ||
23:01 | [b3ce9d7474] part of check-in [9411d7dc6f] Initial attempt to merge in all trunk changes over the previous 1.5 years. This check-in compiles but there are compiler warnings and "make test" segfaults after only running a few test modules. (check-in: [9411d7dc6f] user: drh branch: apple-osx, size: 115860) | |
2014-04-18
| ||
12:38 | [2ba4f6eeb8] part of check-in [8729aa3e3e] Merge recent trunk changes into the threads branch. (check-in: [8729aa3e3e] user: drh branch: threads, size: 111595) | |
01:10 | [a71db3a3c9] part of check-in [95e77efe07] Merge recent trunk changes into sessions. (check-in: [95e77efe07] user: drh branch: sessions, size: 111813) | |
00:06 | [0a8cfb6b28] part of check-in [9c6961967a] Add the SQLITE_TESTCTRL_BYTEORDER test control to interrogate SQLite's notion of the processor byte order and whether the byte order is known at compile-time or determined at run-time. (check-in: [9c6961967a] user: drh branch: trunk, size: 111128) | |
2014-04-03
| ||
16:25 | [fcceb01d74] part of check-in [9d3351b8d7] Fix an integer overflow problem in the sorter. (check-in: [9d3351b8d7] user: dan branch: threads, size: 111035) | |
2014-03-31
| ||
19:57 | [d365583258] part of check-in [2774710df8] Add the SQLITE_MAX_WORKER_THREADS compile time option. And the SQLITE_CONFIG_WORKER_THREADS sqlite3_config() switch. (check-in: [2774710df8] user: dan branch: threads, size: 110781) | |
2014-03-26
| ||
19:43 | [81453a961f] part of check-in [fc8ca1a87e] Merge in fixes (including the corrupt-database crash fix) and performance enhancements from trunk. (check-in: [fc8ca1a87e] user: drh branch: sessions, size: 111253) | |
2014-03-12
| ||
19:38 | [691b25754b] part of check-in [6504aa47a8] Fix an obscure bug causing sqlite3_close() to fail if there are virtual tables on the disconnect list when it is called. (check-in: [6504aa47a8] user: dan branch: trunk, size: 110568) | |
2014-03-04
| ||
14:34 | [d247f4de4a] part of check-in [7f51ad97f0] Merge the performance enhancements of trunk (and some obscure bug fixes) into the sessions branch. (check-in: [7f51ad97f0] user: drh branch: sessions, size: 111224) | |
2014-02-17
| ||
22:40 | [e054917b1b] part of check-in [ce184c7bb1] Add logic to do test coverage measurements on the VDBE code. (check-in: [ce184c7bb1] user: drh branch: insert-optimization, size: 110539) | |
2014-01-28
| ||
18:06 | [e9c6feb98d] part of check-in [7b5f377386] Bring in the latest updates from trunk. (check-in: [7b5f377386] user: drh branch: sessions, size: 110755) | |
17:49 | [07225af6a0] part of check-in [5e3b9ecc7b] Minor bugfix in main.c so that the library builds with SQLITE_OMIT_WSD defined. (check-in: [5e3b9ecc7b] user: dan branch: trunk, size: 110070) | |
2014-01-24
| ||
14:05 | [deaeda6365] part of check-in [9b43e55919] Bring in all the latest trunk changes, including the Common Table Expressions implementation. (check-in: [9b43e55919] user: drh branch: sessions, size: 110749) | |
2014-01-21
| ||
15:04 | [4a05a97065] part of check-in [5e43bf0132] Remove the undocumented requirement for applications that use an SQLITE_ENABLE_SQLLOG build to define a sqlite3_init_sqllog() function. (check-in: [5e43bf0132] user: dan branch: trunk, size: 110064) | |
2014-01-15
| ||
00:24 | [6d0dfffd5d] part of check-in [c697d2f83c] Merge recent fixes from trunk. Cherrypick of [c43b59dac1], [a221aa82bb], [e1eba1fb09], and [1e131094b5]. (check-in: [c697d2f83c] user: mistachkin branch: branch-3.8.2, size: 109894) | |
2014-01-01
| ||
14:00 | [37f55de200] part of check-in [a221aa82bb] Enhance sqlite3_randomness(N,P) such that it resets the internal PRNG if N is less than 1. Subsequent calls to sqlite3_randomness() will reinitialize the internal PRNG by calling the xRandomness() method of the default VFS. (check-in: [a221aa82bb] user: drh branch: trunk, size: 110178) | |
2013-12-24
| ||
12:09 | [2c67428970] part of check-in [cfd110bf5d] Merge the latest trunk changes into the sessions branch. (check-in: [cfd110bf5d] user: drh branch: sessions, size: 110863) | |
2013-12-21
| ||
17:07 | [5307601c58] part of check-in [862228e505] Avoid compiler warnings by only enabling sqlite3ErrName() when SQLITE_TEST is defined. (check-in: [862228e505] user: drh branch: trunk, size: 110178) | |
2013-12-19
| ||
16:26 | [3f00c4adfb] part of check-in [ca3fdfd419] Make sure errors encountered while initializing extensions such as FTS4 get reported out from sqlite3_open(). This fixes a bug introduced by check-in [9d347f547e7ba9]. Also remove lots of forgotten "breakpoint" commands left in test scripts over the years. (check-in: [ca3fdfd419] user: drh branch: trunk, size: 110243) | |
2013-12-14
| ||
18:24 | [292a67f4f8] part of check-in [32477642d7] Merge in all recent preformance enhancements from trunk. (check-in: [32477642d7] user: drh branch: sessions, size: 110891) | |
13:44 | [45e08d8ca4] part of check-in [5716fc2341] Allow the SQLITE_DETERMINISTIC flag to be ORed into the preferred text encoding of application-defined functions, to mark the function as deterministic. (check-in: [5716fc2341] user: drh branch: trunk, size: 110206) | |
2013-12-13
| ||
16:23 | [fafd3cd2a6] part of check-in [9d347f547e] Simplication and optimization of error message handling. (check-in: [9d347f547e] user: drh branch: trunk, size: 109942) | |
2013-12-10
| ||
19:49 | [a79c8ca051] part of check-in [48ecf18774] Simplify and improve the performance of the sqlite3VdbeMemGrow() routine. (check-in: [48ecf18774] user: drh branch: trunk, size: 110007) | |
2013-12-06
| ||
19:58 | [355fc9ab21] part of check-in [7789f801d7] Add the SQLITE_READONLY_DBMOVED error code to the sqlite3ErrName() function. (check-in: [7789f801d7] user: mistachkin branch: detect-moved-db, size: 109975) | |
2013-12-02
| ||
21:58 | [f432ac8a82] part of check-in [67c34ccfa9] Merge all recent 3.8.2 beta changes from trunk. (check-in: [67c34ccfa9] user: drh branch: sessions, size: 110579) | |
2013-11-29
| ||
15:06 | [74bdee8f57] part of check-in [15e4f63d1f] Add a new sqlite3_test_control() that indicates that database files are always well-formed. Use this during testing to enable assert() statements that prove conditions that are always true for well-formed databases. (check-in: [15e4f63d1f] user: drh branch: trunk, size: 109894) | |
2013-11-26
| ||
18:00 | [ce3f0087c9] part of check-in [fc9ae83956] Merge in performance enhancements from trunk. (check-in: [fc9ae83956] user: drh branch: sessions, size: 109999) | |
2013-11-25
| ||
21:49 | [441a2e106d] part of check-in [51e876074a] Clarify docs for the SQLITE_CONFIG_WIN32_HEAPSIZE option. (check-in: [51e876074a] user: mistachkin branch: winHeapSize, size: 109314) | |
2013-11-23
| ||
00:27 | [68e5b72cc2] part of check-in [f09f11e94b] Add experimental sqlite3_config option to control the native Win32 heap size. (check-in: [f09f11e94b] user: mistachkin branch: winHeapSize, size: 109309) | |
2013-11-11
| ||
22:55 | [d802034d4a] part of check-in [5addd1234d] Merge in the WITHOUT ROWID changes. A few tests are failing now. They will be fixed in a follow-on check-in. (check-in: [5addd1234d] user: drh branch: sessions, size: 109830) | |
2013-11-07
| ||
14:09 | [32bf1e6e16] part of check-in [55eea1782a] Make sure cached KeyInfo objects are only valid for a single database connection. Clear all cached KeyInfo objects on any collating sequence change. (check-in: [55eea1782a] user: drh branch: omit-rowid, size: 109145) | |
2013-11-05
| ||
13:33 | [9bcfc400b5] part of check-in [54b2219297] Standardize the error messages generated by constraint failures to a format of "$TYPE constraint failed: $DETAIL". This involves many changes to the expected output of test cases. (check-in: [54b2219297] user: drh branch: omit-rowid, size: 108208) | |
2013-10-10
| ||
20:13 | [0cc0574e65] part of check-in [136445ba02] Synchronize with the trunk. (check-in: [136445ba02] user: drh branch: sessions, size: 108812) | |
2013-09-06
| ||
13:10 | [35931467ec] part of check-in [97b10e66e9] Combine the FuncDef.iPrefEnc and FuncDef.flags fields into a single new FuncDef.funcFlags field. (check-in: [97b10e66e9] user: drh branch: trunk, size: 108127) | |
2013-09-03
| ||
14:49 | [97cc7970a6] part of check-in [cdd3838b78] Merge in all the latest trunk changes, including the win32-longpath VFS and the fix for the segfault in the omit-left-join optimization. (check-in: [cdd3838b78] user: drh branch: sessions, size: 108764) | |
2013-08-30
| ||
21:52 | [c4c781b06f] part of check-in [a411df7251] Add support for Cygwin when handling temporary file names. Improve error codes and diagnostic messages for temporary file name handling on Windows. Rename winConvertUtf8Filename to winConvertFromUtf8Filename. Improve placement and comments for forward function declarations. (check-in: [a411df7251] user: mistachkin branch: cygwinTempPath, size: 108079) | |
2013-08-19
| ||
12:49 | [525985af58] part of check-in [67587a3348] Merge in all the latest updates and enhancements from trunk. (check-in: [67587a3348] user: drh branch: sessions, size: 108602) | |
2013-08-16
| ||
20:42 | [dc02c7c118] part of check-in [cdb181c04f] Add the cache_spill pragma. (check-in: [cdb181c04f] user: drh branch: cache_spill, size: 107917) | |
2013-08-13
| ||
22:33 | [4e4cd5c2ee] part of check-in [ac33695949] Fix an outdated comment and a comment typo. No changes to code. (check-in: [ac33695949] user: mistachkin branch: trunk, size: 107897) | |
2013-08-08
| ||
14:38 | [f6eb795f17] part of check-in [e2b597cafe] If the SQLITE_EXTRA_INIT function is defined, make sure it is called only once by the effective sqlite3_initialize() call. (check-in: [e2b597cafe] user: drh branch: trunk, size: 107890) | |
2013-08-07
| ||
23:15 | [482135b0bf] part of check-in [3adb6c1bfd] If the SQLITE_ALLOW_URI_AUTHORITY compile-time option is set, then allow non-localhost authorities on URI filenames and pass them through as a UNC to the underlying VFS. (check-in: [3adb6c1bfd] user: drh branch: trunk, size: 107750) | |
18:07 | [0548b69c5a] part of check-in [c78b0d302c] Merge in the latest changes from trunk. (check-in: [c78b0d302c] user: drh branch: uri-enhancement, size: 108415) | |
2013-08-02
| ||
20:44 | [e3ce4cb4a9] part of check-in [7e1acb3907] Merge in the latest trunk changes, including partial indexes, the MAX_PATH fix in os_win.c, and the sqlite3_cancel_auto_extension() API. (check-in: [7e1acb3907] user: drh branch: sessions, size: 108407) | |
2013-07-31
| ||
22:27 | [b2592b4119] part of check-in [c93d891b03] Use a new error code to represent a failure to get the configured temporary directory on Windows. (check-in: [c93d891b03] user: mistachkin branch: trunk, size: 107722) | |
2013-07-25
| ||
16:41 | [9286e1f566] part of check-in [cc78e21c77] Fix a typo in main.c: SQLITE_DEAULT_AUTOMATIC_INDEX -> SQLITE_DEFAULT_AUTOMATIC_INDEX (check-in: [cc78e21c77] user: dan branch: trunk, size: 107641) | |
2013-07-24
| ||
14:54 | [a7efdff151] part of check-in [de05eb75ec] Another attempt at generalizing the URI parsing so that it works with a wider variety of file URIs and yet remains backwards compatible. (check-in: [de05eb75ec] user: drh branch: uri-enhancement, size: 108333) | |
2013-07-23
| ||
22:28 | [ac440b6def] part of check-in [0165789f08] Get the new URI logic working for Windows. (check-in: [0165789f08] user: drh branch: uri-enhancement, size: 108153) | |
20:54 | [746b5f09de] part of check-in [74c12dee17] Update the URI filename parser to allow (and ignore) authority names in unix and to pass the authority through to the OS on windows, as this appears to be what web-browsers are doing. (check-in: [74c12dee17] user: drh branch: uri-enhancement, size: 108128) | |
2013-07-11
| ||
15:31 | [e974ea9db6] part of check-in [8dfc0b78c3] Merge recent trunk changes (such as the query_only PRAGMA, the defer_foreign_keys PRAGMA, and the SQLITE_DBSTATUS_DEFERRED_FKS parameter to sqlite3_db_status()) into the sessions branch. (check-in: [8dfc0b78c3] user: drh branch: sessions, size: 108325) | |
15:03 | [e5810b2d7a] part of check-in [527121ac3c] Add the "defer_foreign_keys" pragma and the SQLITE_DBSTATUS_DEFERRED_FKS value for sqlite3_db_status(). This is a cherry-pick of a sequence of five checkins in the sessions branch between [1d44e5d3c2] and [d39e65fe70]. (check-in: [527121ac3c] user: drh branch: trunk, size: 107640) | |
12:19 | [93407bb510] part of check-in [3a2ab74c85] Rename the SQLITE_DeferForeignKeys macro to shorter SQLITE_DeferFKs. Move the "defer_foreign_keys" pragma into the flagPragma() routine. (check-in: [3a2ab74c85] user: drh branch: sessions, size: 108315) | |
2013-07-10
| ||
18:14 | [97b8ebbab2] part of check-in [908141d5bf] Fix harmless compiler warnings in the progress callback logic. (check-in: [908141d5bf] user: drh branch: trunk, size: 107579) | |
2013-07-09
| ||
13:05 | [a27560235a] part of check-in [af3ca4c6e5] Pull in all the latest changes from trunk. (check-in: [af3ca4c6e5] user: drh branch: sessions, size: 108323) | |
2013-07-03
| ||
19:53 | [893986530b] part of check-in [1d44e5d3c2] Experimental change to the handling of foreign key constraint violations when applying a changeset: all foreign keys, immediate and deferred, are deferred until the end of the transaction (or sub-transaction) opened by the sqlite3changeset_apply(). A single call to the conflict-handler (if any) is made if any FK constraint violations are still present in the database at this point. The conflict-handler may choose to rollback the changeset or to apply it, constraint violations and all. (check-in: [1d44e5d3c2] user: dan branch: sessions, size: 108063) | |
2013-06-28
| ||
23:55 | [a1f4bb79e1] part of check-in [338826ef3f] Issue the new SQLITE_WARNING_AUTOINDEX warning on the SQLite log whenever an automatic index is created. (check-in: [338826ef3f] user: drh branch: trunk, size: 107569) | |
21:12 | [648aea1fdd] part of check-in [459b317902] Add the SQLITE_DEFAULT_AUTOMATIC_INDEX compile-time option, which if set to zero turns automatic indices off by default. Increase the estimated cost of an automatic index. Additional minor refactoring of the automatic index code. (check-in: [459b317902] user: drh branch: trunk, size: 107488) | |
2013-06-27
| ||
23:54 | [fd167de594] part of check-in [14f7969634] Refactor names of fields in the sqlite3 object: "activeVdbeCnt" becomes "nVdbeActive". Related fields becomes "nVdbeRead", "nVdbeWrite", and "nVdbeExec". (check-in: [14f7969634] user: drh branch: trunk, size: 107386) | |
11:46 | [b2d6a805e9] part of check-in [361c22969a] Add extended error code SQLITE_BUSY_SNAPSHOT - returned in WAL mode when a read-transaction cannot be upgraded to a write-transaction because it is reading from a snapshot other than the most recently committed. (check-in: [361c22969a] user: dan branch: trunk, size: 107390) | |
2013-06-26
| ||
13:31 | [55347b3785] part of check-in [086a127236] Bring the sessions branch up-to-date with all the latest trunk changes. (check-in: [086a127236] user: drh branch: sessions, size: 107994) | |
2013-05-28
| ||
17:30 | [f33742ab53] part of check-in [2f97e38a66] Finish removing the sqlite3.inTrans field. In the previous check-in, it was merely commented out because I failed to select File->Save on my text editor. (check-in: [2f97e38a66] user: drh branch: trunk, size: 107309) | |
17:25 | [cc952f324f] part of check-in [c3381cd495] Remove the obsolete and unused sqlite3.inTrans field. (check-in: [c3381cd495] user: drh branch: trunk, size: 107341) | |
12:11 | [fa68271882] part of check-in [a0d5cc9315] Many small harmless comment changes. Removal of obsolete comments and fixing misspelled words. No changes to code. (check-in: [a0d5cc9315] user: drh branch: trunk, size: 107339) | |
2013-05-17
| ||
10:58 | [457e5db78d] part of check-in [af8057ef5d] Update the sessions branch to the latest 3.7.17 beta. (check-in: [af8057ef5d] user: drh branch: sessions, size: 108095) | |
2013-05-16
| ||
11:57 | [c6419ef573] part of check-in [d11e76072a] In sqlite3_close_v2(), do not attempt to roll back a transaction if there exist active statement objects. Any open transaction will be rolled back when the last of these statement objects is finalized. (check-in: [d11e76072a] user: dan branch: trunk, size: 107410) | |
2013-05-15
| ||
18:45 | [393460eeb0] part of check-in [d09355050a] Update the sessions branch with the latest trunk changes. (check-in: [d09355050a] user: drh branch: sessions, size: 107697) | |
10:21 | [ccbac97622] part of check-in [6071b7cce0] When closing a connection, avoid tripping active cursors belonging to a different shared-cache client. Also, if sqlite3_close() is called while there are still active statements belonging to the connection, return SQLITE_BUSY and do not roll back any active transaction. Proposed fix for ticket [e636a050b709]. (check-in: [6071b7cce0] user: dan branch: shared-cache-fixes, size: 107012) | |
2013-05-13
| ||
18:23 | [2ef7316bae] part of check-in [ea0428f9b6] Candidate fixes for problems revealed by notify2.test. Notify2.test is still failing at this point. (check-in: [ea0428f9b6] user: dan branch: shared-cache-fixes, size: 106703) | |
2013-05-09
| ||
23:40 | [dca921cb27] part of check-in [512f8a1ef8] Merge trunk changes into the sessions branch. (check-in: [512f8a1ef8] user: drh branch: sessions, size: 107319) | |
2013-04-30
| ||
07:54 | [7531758e31] part of check-in [e47cd31437] Define the sqlite3ErrName() function only when necessary. More robust handling of unknown return codes. (check-in: [e47cd31437] user: mistachkin branch: winOsTrace, size: 106634) | |
2013-04-29
| ||
03:09 | [64c76b9acc] part of check-in [05ba5e23fc] More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. (check-in: [05ba5e23fc] user: mistachkin branch: winOsTrace, size: 106429) | |
2013-04-28
| ||
01:44 | [d89118abab] part of check-in [b347b5d1a0] Initial work on reforming usage of OSTRACE by the Windows VFS. (check-in: [b347b5d1a0] user: mistachkin branch: winOsTrace, size: 105090) | |
2013-04-22
| ||
23:59 | [f93769cf9f] part of check-in [6994826c07] Merge the latest trunk changes into the sessions branch. (check-in: [6994826c07] user: drh branch: sessions, size: 100390) | |
2013-04-15
| ||
17:03 | [de47c3e6b6] part of check-in [ea1404a10a] Refactoring the mmap interface. The controlling pragma is now "mmap_size" instead of "mmap_limit". Also change SQLITE_CONFIG_MMAP_LIMIT and SQLITE_FCNTL_MMAP_LIMIT to SQLITE_CONFIG_MMAP_SIZE and SQLITE_FCNTL_MMAP_SIZE, respecctively. The default mmap_size is now always 0, meaning that memory mapped I/O is off by default. There is a new compile-time option SQLITE_MAX_MMAP_SIZE that determines a hard upper bound on the mmap_size. Setting SQLITE_MAX_MMAP_SIZE to zero disables the memory-mapped I/O logic and causes it to be omitted from the build. An extra argument is added to SQLITE_CONFIG_MMAP_SIZE that can optionally lower the SQLITE_MAX_MMAP_SIZE at start-time. The SQLITE_MAX_MMAP_SIZE is zero for platforms where we know that it does not work, meaning that it cannot be turned on by mistake on those platforms. (check-in: [ea1404a10a] user: drh branch: trunk, size: 99705) | |
2013-04-01
| ||
22:38 | [54a8418547] part of check-in [78141d0a16] Add the SQLITE_CONFIG_MMAP_LIMIT configuration option for overriding the SQLITE_DEFAULT_MMAP_LIMIT compile-time setting. Enhance "PRAGMA mmap_limit" so that without a specific database name, it sets the limit on all database files and changes the default for any future databases that might be added using ATTACH. (check-in: [78141d0a16] user: drh branch: experimental-mmap, size: 99466) | |
2013-03-28
| ||
01:19 | [557e456f41] part of check-in [ee35a89712] Merge the changes for the 3.7.16.1 release candidate into the sessions branch. (check-in: [ee35a89712] user: drh branch: sessions, size: 99895) | |
2013-03-21
| ||
21:20 | [379160ec36] part of check-in [6f6e2d5094] Many spelling fixes in comments. No changes to code. (check-in: [6f6e2d5094] user: mistachkin branch: trunk, size: 99210) | |
2013-03-06
| ||
02:12 | [40097dfb48] part of check-in [d69d21903b] Merge all the latest trunk changes into the sessions branch. (check-in: [d69d21903b] user: drh branch: sessions, size: 99894) | |
2013-02-19
| ||
18:34 | [8d204866d1] part of check-in [680d3ab56b] Do not rollback the schema if a parsing error occurs while parsing the schema and writable_schema is set. (check-in: [680d3ab56b] user: drh branch: trunk, size: 99209) | |
2012-12-08
| ||
06:46 | [b24c1a6a7f] part of check-in [e65db42c9f] Merge updates from trunk. (check-in: [e65db42c9f] user: mistachkin branch: configReadOnly, size: 100579) | |
2012-11-27
| ||
21:56 | [e8e33e6136] part of check-in [ba8d08b670] Update the sessions branch to include the SQLLOG enhancement, the SQLITE_IOERR_DELETE_NOENT fix, and a fix for the number-of-documents bug in FTS4. (check-in: [ba8d08b670] user: drh branch: sessions, size: 99869) | |
10:56 | [448564ee37] part of check-in [429c5b2056] Fix problems in test_sqllog.c. Clarify the experimental SQLITE_CONFIG_SQLLOG interface. Handle at least the more likely error conditions in test_sqllog.c. (check-in: [429c5b2056] user: dan branch: sqllog, size: 99184) | |
2012-11-26
| ||
19:50 | [c0b8cfbe39] part of check-in [cd501bbccf] Add an option to register global hooks used for logging all SQL executed by an application. (check-in: [cd501bbccf] user: dan branch: sqllog, size: 99040) | |
2012-10-09
| ||
14:58 | [5cee8048dd] part of check-in [f1fbb8c5bf] Merge the latest trunk changes, especially the ORDER BY optimizer enhancements but also other fixes, onto the sessions branch. (check-in: [f1fbb8c5bf] user: drh branch: sessions, size: 99008) | |
2012-10-03
| ||
20:25 | [8636ce7c8c] part of check-in [1138815c62] Merge updates from trunk. (check-in: [1138815c62] user: mistachkin branch: configReadOnly, size: 99718) | |
20:20 | [e538e0d91f] part of check-in [9dc2eaa64b] Add experimental sqlite3_reconfig() interface to more fully support the SQLITE_CONFIG_READONLY option. (check-in: [9dc2eaa64b] user: mistachkin branch: configReadOnly, size: 99744) | |
2012-10-01
| ||
20:12 | [ca6784455f] part of check-in [8b5f617c2a] Fix several compiler warnings seen with MSVC. (check-in: [8b5f617c2a] user: mistachkin branch: msvcWarnings, size: 98323) | |
2012-09-28
| ||
13:05 | [febaf66b42] part of check-in [6ca8eae1f8] Merge the latest trunk changes (especially "PRAGMA busy_timeout" and the ORDER BY query planner optimizations) into the sessions branch. (check-in: [6ca8eae1f8] user: drh branch: sessions, size: 99011) | |
10:57 | [6fb68d1b6c] part of check-in [6a5c59dd7e] Merge the latest trunk changes (PRAGMA busy_timeout and the ORDER BY query planner enhancements) into the apple-osx branch. (check-in: [6a5c59dd7e] user: drh branch: apple-osx, size: 103058) | |
00:44 | [5249486037] part of check-in [1e874629d7] Query planner enhancements to be more agressive about optimizing out ORDER BY clauses - in particular the query planner now has the ability to omit ORDER BY clauses that span multiple tables in a join. (check-in: [1e874629d7] user: drh branch: trunk, size: 98326) | |
2012-09-27
| ||
15:05 | [c5fec9814e] part of check-in [d2fcba1e14] Add more bits to the bit vector that is used to disable optimizations for built-in test. Add specific bit patterns to disable ORDER BY using an index in general and for joins. Use macros to test for bits in the disabled-optimization bit vector, in order to make the code clearer. (check-in: [d2fcba1e14] user: drh branch: qp-enhancements, size: 98303) | |
12:11 | [46c1587731] part of check-in [1a679a1ef3] Merge the "PRAGMA busy_timeout" change into trunk. (check-in: [1a679a1ef3] user: drh branch: trunk, size: 98372) | |
2012-09-25
| ||
12:45 | [aa1b70eb18] part of check-in [4a470741b6] Merge updates from trunk. (check-in: [4a470741b6] user: mistachkin branch: configReadOnly, size: 98823) | |
2012-09-17
| ||
20:44 | [97d13e749a] part of check-in [ccb8ecc30c] Add the ability to disable the covering-index-scan optimization at compile-time, start-time, or at run-time. Add test cases to check this configurability. (check-in: [ccb8ecc30c] user: drh branch: fullscan-covering-index, size: 98349) | |
2012-09-13
| ||
14:22 | [3977ac9c4f] part of check-in [4163f5f194] Change boolean fields in the Column object from unsigned characters into bits in a single bit mask variable. (check-in: [4163f5f194] user: drh branch: trunk, size: 98230) | |
2012-09-11
| ||
02:00 | [259472ec0c] part of check-in [bf8a9ca5b5] Added sqlite3_errstr API to translate a result code to the corresponding error message. (check-in: [bf8a9ca5b5] user: mistachkin branch: trunk, size: 98211) | |
2012-09-10
| ||
10:29 | [9600da7dae] part of check-in [7c3401657a] Initial prototype of SQLITE_CONFIG_READONLY. (check-in: [7c3401657a] user: mistachkin branch: configReadOnly, size: 98460) | |
2012-09-07
| ||
18:49 | [0b321fc873] part of check-in [7be5bc3679] Have PRAGMA busy_timeout return 0 if the busy handler has been changed or cancelled. (check-in: [7be5bc3679] user: drh branch: busy-timeout-pragma, size: 98009) | |
16:46 | [31af732aa4] part of check-in [22ebc66851] Add an experimental busy_timeout pragma to facilitate access to the sqlite3_busy_timeout() interfaces for programmers that are working from behind a language wrapper that does not expose that interface. (check-in: [22ebc66851] user: drh branch: busy-timeout-pragma, size: 98011) | |
2012-08-31
| ||
14:10 | [f076eae706] part of check-in [bc9b9cd058] Merge in latest trunk changes. (check-in: [bc9b9cd058] user: dan branch: apple-osx, size: 102718) | |
2012-08-25
| ||
01:38 | [f528c0706b] part of check-in [6723add4f4] Merge all the latest trunk changes into the apple-osx branch. (check-in: [6723add4f4] user: drh branch: apple-osx, size: 102742) | |
2012-08-15
| ||
16:21 | [1f15146d32] part of check-in [fc07a4795e] Merge all the latest trunk changes into the sessions branch. (check-in: [fc07a4795e] user: drh branch: sessions, size: 98671) | |
2012-07-18
| ||
16:07 | [6241183d89] part of check-in [defd828e90] Remove another branch from the DbMalloc() paths. (check-in: [defd828e90] user: dan branch: calloc, size: 98934) | |
2012-07-17
| ||
19:32 | [0ce67958cf] part of check-in [8752237d12] Enhance the custom memory allocation interface to allow the user to specify a calloc() function. (check-in: [8752237d12] user: dan branch: calloc, size: 98912) | |
2012-06-21
| ||
15:51 | [02255cf1da] part of check-in [fb8893abee] Add the sqlite3_close_v2() interface (from the deferred-close branch) that allows close operations to happen out-of-order in bindings to garbage-collected langauges. (check-in: [fb8893abee] user: drh branch: trunk, size: 97986) | |
2012-06-15
| ||
20:42 | [aacb100c6b] part of check-in [37d9bc061d] Fix compiler warning. (check-in: [37d9bc061d] user: mistachkin branch: deferred-close, size: 96331) | |
2012-06-08
| ||
01:13 | [0d708b9357] part of check-in [9d1b851562] Merge trunk changes into the apple-osx branch. (check-in: [9d1b851562] user: drh branch: apple-osx, size: 100893) | |
2012-06-07
| ||
23:58 | [629ec4720d] part of check-in [c621403983] Merge all trunk changes, including the WinRT enhancements, into the sessions branch. (check-in: [c621403983] user: drh branch: sessions, size: 96822) | |
17:16 | [07e05ba330] part of check-in [7caca1939c] Fix a problem preventing a shared in-memory database from being attached to a read-only connection. (check-in: [7caca1939c] user: dan branch: trunk, size: 96137) | |
2012-06-06
| ||
23:23 | [81e75dd5b3] part of check-in [61360ca6ca] Merge the changes need to compile on WinRT into trunk. (check-in: [61360ca6ca] user: drh branch: trunk, size: 96226) | |
2012-06-05
| ||
19:20 | [41bfe7e143] part of check-in [42338e9e69] Merge the latest trunk changes into shared-schema branch. Also fix a C99-ism in that branch. (check-in: [42338e9e69] user: drh branch: shared-schema, size: 95348) | |
2012-06-02
| ||
17:09 | [4f47dad00c] part of check-in [c4b8621125] Revert sqlite3_close() to legacy behavior. Create a new sqlite3_close_v2() interface that exhibits the deferred-close behavior. This minimizes the chance of breakage in legacy apps. (check-in: [c4b8621125] user: drh branch: deferred-close, size: 96351) | |
14:32 | [7ccc7d2dbd] part of check-in [e276a02b7f] The sqlite3_close() interface returns SQLITE_OK even if there are outstanding sqlite3_stmt and sqlite3_backup objects. The connection becomes a zombie. Resource deallocation is deferred until the last sqlite3_stmt or sqlite3_backup object closes. This is intended to help SQLite play nicer with garbage collectors. (check-in: [e276a02b7f] user: drh branch: deferred-close, size: 95177) | |
2012-05-28
| ||
18:22 | [bc2d30cc53] part of check-in [df817e70af] Merge the unicode61 tokenizer and the shared-cache-memory database changes into the sessions branch. (check-in: [df817e70af] user: drh branch: sessions, size: 95167) | |
13:58 | [fdd95737fe] part of check-in [651520fa84] Add the mode=memory option to URI filenames, which when present forces the database to be an in-memory database. This enables named in-memory databases. (check-in: [651520fa84] user: drh branch: trunk, size: 94482) | |
2012-05-26
| ||
20:08 | [a2cfba189b] part of check-in [e3ad61e030] Only allow :memory: databases to share cache if there are created using a URI filename. This minimizes the risk of breakages in legacy applications that have shared-cache enabled but also use :memory: databases which they expect to keep separate. (check-in: [e3ad61e030] user: drh branch: shared-cache-memdb, size: 94279) | |
2012-05-16
| ||
22:08 | [9c3003dc0a] part of check-in [92e7bb9078] Improve error reporting from sqlite3_file_control, SQLITE_FCNTL_REPLACE_DATABASE shouldn't copy file security/ACL metadata, bad bit mask fixed (check-in: [92e7bb9078] user: adam branch: apple-osx, size: 99004) | |
01:24 | [48f47554cc] part of check-in [5587c73bad] Avoid using sqlite3ResetAllSchemasOfConnection() purely for its side-effects. (check-in: [5587c73bad] user: drh branch: shared-schema, size: 95114) | |
2012-05-15
| ||
18:28 | [28804c0114] part of check-in [aa0c3493d3] The former sqlite3ResetInternalSchema() routine was really two different routines, selected by parameter, each with a confused mission. So split this routine up into three separate smaller routines, calling each separately as needed. Hopefully this will make further refactoring and schema reset collateral damage containment easier. (check-in: [aa0c3493d3] user: drh branch: shared-schema, size: 95013) | |
17:15 | [62146c6506] part of check-in [46f4eb5430] When a connection disconnects from a shared-cache database, only delete the in-memory schema if there are no other connections. (check-in: [46f4eb5430] user: dan branch: shared-schema, size: 95005) | |
2012-05-09
| ||
22:36 | [75cdf59770] part of check-in [6547929410] Added support for SQLITE_ENABLE_PERSIST_WAL compile time macro, retrieving lastErrno from WAL file and setting last errno when writes fail due to space constraints (check-in: [6547929410] user: adam branch: apple-osx, size: 98963) | |
2012-04-02
| ||
23:35 | [2ba24071c4] part of check-in [d51c086e5c] Merge in latest changes, autologging options, read only file system wal support, test config conditionalization, WAL frame write prebuffering (check-in: [d51c086e5c] user: adam branch: apple-osx, size: 98695) | |
2012-03-19
| ||
23:32 | [57b7ebf648] part of check-in [4ab1ffd45d] Merge updates from trunk. (check-in: [4ab1ffd45d] user: mistachkin branch: winrt, size: 95126) | |
16:21 | [d61d7eacf6] part of check-in [f999197b75] Merge latest trunk changes into apple-osx branch. (check-in: [f999197b75] user: dan branch: apple-osx, size: 95972) | |
11:17 | [acab639c93] part of check-in [2277c70b6f] Merge the latest trunk changes into the sessions branch. (check-in: [2277c70b6f] user: dan branch: sessions, size: 94933) | |
2012-03-18
| ||
01:32 | [fbb345088f] part of check-in [1ae9f9e4f7] Add SQLITE_OMIT_SHUTDOWN_DIRECTORIES compile-time option to disable clearing the sqlite3_data_directory and sqlite3_temp_directory variables during sqlite3_shutdown. Also, only clear the variables if the heap was actually shutdown. (check-in: [1ae9f9e4f7] user: mistachkin branch: winrt, size: 94784) | |
2012-03-16
| ||
10:28 | [d5ee3f6b60] part of check-in [cd70bc4b78] Reset the sqlite3_data_directory and sqlite3_temp_directory variables when the sqlite3_shutdown function is called since they may refer to memory allocated by the heap subsystem that was just shutdown. (check-in: [cd70bc4b78] user: mistachkin branch: winrt, size: 94601) | |
2012-03-15
| ||
21:28 | [91458c713e] part of check-in [254f99ea9f] Add the sqlite3_db_readonly() interface. This is still tentative, pending a closer look at other ideas to accomplish the same thing. (check-in: [254f99ea9f] user: drh branch: db-readonly-api, size: 94248) | |
2012-03-14
| ||
00:44 | [5808bc6e2d] part of check-in [7354ae8fd3] Add experimental support for resolving relative database file paths using a fixed user-defined directory. (check-in: [7354ae8fd3] user: mistachkin branch: winrt, size: 94201) | |
2012-03-05
| ||
16:39 | [204833e0d3] part of check-in [504bf49086] Pull in all the latest trunk changes. (check-in: [504bf49086] user: drh branch: apple-osx, size: 95630) | |
16:26 | [18ef52feda] part of check-in [ff86875ca3] Merge in the latest trunk changes. (check-in: [ff86875ca3] user: drh branch: sessions, size: 94591) | |
2012-03-01
| ||
21:30 | [dcb4a15254] part of check-in [3784d1475b] Fix a typo in the header comment of sqlite3_commit_hook(). (check-in: [3784d1475b] user: drh branch: trunk, size: 93906) | |
2012-02-13
| ||
17:01 | [e936269fbc] part of check-in [549f4fd00d] Add the new SQLITE_ABORT_ROLLBACK extended error code to be returned for statements that are cancelled due to a rollback. (check-in: [549f4fd00d] user: drh branch: nonblocking-rollback, size: 93929) | |
16:43 | [4aa7f1994a] 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: 93772) | |
13:44 | [b94f378484] part of check-in [922bcbb423] Generalize the interrupt mechanism so that individual statements can be interrupted and so that codes other than just SQLITE_INTERRUPT can be returned as a consequence of an interrupt. (check-in: [922bcbb423] user: drh branch: generalize-interrupt, size: 93582) | |
2012-02-10
| ||
18:18 | [fa92ea3c31] part of check-in [e248598649] Pull the latest trunk changes into the apple-osx branch. (check-in: [e248598649] user: drh branch: apple-osx, size: 95271) | |
17:54 | [166f957134] part of check-in [361fb66a79] Pull all the latest trunk changes into the sessions branch. (check-in: [361fb66a79] user: drh branch: sessions, size: 94232) | |
2012-01-31
| ||
14:24 | [cb099cc486] part of check-in [77b3430de6] Futher pedantic fixes to the sqlite3_uri_boolean() interface. (check-in: [77b3430de6] user: drh branch: trunk, size: 93547) | |
2012-01-05
| ||
13:02 | [11e7d9ea19] part of check-in [a9bcb432f5] Merge all of the latest trunk changes into the sessions branch. (check-in: [a9bcb432f5] user: drh branch: sessions, size: 94210) | |
2012-01-03
| ||
21:54 | [69330c9f9e] part of check-in [8a048423f0] Pull all the latest trunk changes over into the apple-osx branch. (check-in: [8a048423f0] user: drh branch: apple-osx, size: 95249) | |
2012-01-02
| ||
15:45 | [e60abee4a7] part of check-in [17c30634a7] Make sure large negative arguments to PRAGMA cache_size do not cause 32-bit signed integer overflow. Also correct a requirements mark. (check-in: [17c30634a7] user: drh branch: trunk, size: 93525) | |
2011-12-31
| ||
21:51 | [bcf8cd3036] part of check-in [6827338ecb] Fix typos in comments. No changes to code. (check-in: [6827338ecb] user: drh branch: trunk, size: 93525) | |
2011-12-30
| ||
11:43 | [34646375b3] part of check-in [eeaf298800] Hold the database handle mutex for the duration of sqlite3_db_release_memory(). (check-in: [eeaf298800] user: dan branch: trunk, size: 93520) | |
2011-12-23
| ||
00:07 | [e2e3fb34be] part of check-in [83d26b9a91] Add interfaces sqlite3_uri_boolean() and sqlite3_uri_int64() which are wrappers around sqlite3_uri_parameter() combined with internal routines for converting strings to booleans and 64-bit integers. (check-in: [83d26b9a91] user: drh branch: trunk, size: 93452) | |
2011-12-21
| ||
14:42 | [7f96036604] part of check-in [c83627b732] Add the ability to enable or disable SQLITE_IOCAP_ZERO_DAMAGE using a URI parameter for both unix and windows. Add a file-control to query or disable the ZERO_DAMAGE setting. Add the -uri option to the "sqlite3" TCL command in tclsqlite3.c. Allow the sqlite3_uri_parameter() interface to accept a NULL pointer for its first parameter. (check-in: [c83627b732] user: drh branch: statvfs, size: 92731) | |
2011-12-14
| ||
18:33 | [c837e24182] part of check-in [da118e02c0] Merge the nx-devkit changes into trunk. This includes the new SQLITE_FCNTL_VFSNAME file-control. (check-in: [da118e02c0] user: drh branch: trunk, size: 92700) | |
2011-12-13
| ||
18:22 | [e7e6985365] part of check-in [8e65b91325] Change the SQLITE_EXTRA_INIT routine to take a single argument which is a pointer to a string. Call SQLITE_EXTRA_INIT with a NULL argument. Fixes to multiplexor to treat the VFS properly in corner cases. Fix the initialization of multiplex3.test. (check-in: [8e65b91325] user: drh branch: nx-devkit, size: 92388) | |
15:37 | [b4c74ff20a] part of check-in [03a70c3dae] Merge the nx-devkit changes into trunk. (check-in: [03a70c3dae] user: drh branch: trunk, size: 92692) | |
04:08 | [8fc06b5ab4] part of check-in [ce55f250f5] When an sqlite3_auto_extension() function fails, report back its actual error code, not the generic SQLITE_ERROR. (check-in: [ce55f250f5] user: drh branch: nx-devkit, size: 92380) | |
01:34 | [f6abb5b6e3] part of check-in [c2ed86f594] Add a compile-time shutdown procedure to be called by sqlite3_shutdown() to undo the effects of the compile-time initialization procedure. (check-in: [c2ed86f594] user: drh branch: nx-devkit, size: 92315) | |
2011-12-10
| ||
15:55 | [e10d5ad24a] part of check-in [bcbc7152d4] Import the experimental parse-tree explainer, with fixes, from the tree-explain branch. Disabled by default. Use SQLITE_ENABLE_TREE_EXPLAIN to turn it on. (check-in: [bcbc7152d4] user: drh branch: trunk, size: 92524) | |
2011-12-08
| ||
21:08 | [4e8b24368b] part of check-in [59e0d4f3d9] Merge the latest trunk changes into the apple-osx branch. (check-in: [59e0d4f3d9] user: drh branch: apple-osx, size: 93653) | |
2011-12-06
| ||
19:44 | [0e0b9dd5b0] part of check-in [79ae51c5b1] Begin adding the data-structure explaining subsystem. All is contained within (check-in: [79ae51c5b1] user: drh branch: tree-explain, size: 92463) | |
2011-11-29
| ||
14:46 | [8be1ee70dd] part of check-in [ab89b047e8] Removed the unused "type" field from the CollSeq (collating sequence) object. (check-in: [ab89b047e8] user: drh branch: trunk, size: 91929) | |
2011-11-17
| ||
00:56 | [55cbc40465] part of check-in [93a947989b] Add the sqlite3_db_filename() interface. (check-in: [93a947989b] user: drh branch: trunk, size: 92212) | |
2011-11-16
| ||
19:29 | [3acbdf6f8b] part of check-in [3f58e7c889] Add the sqlite3_db_release_memory() interface and the shrink_memory pragma. (check-in: [3f58e7c889] user: drh branch: trunk, size: 91868) | |
2011-11-10
| ||
02:39 | [87dd4f6ee9] part of check-in [6bda711f93] Follow-on to the previous check-in to prevent a division by zero if the lookahead slot size is something goofy like 6 on a 32-bit machine. (check-in: [6bda711f93] user: drh branch: experimental-pcache, size: 91489) | |
02:24 | [666a78ff34] part of check-in [0e53ecad94] Use sqlite3MallocSize() to get the actual size of the memory allocation used for lookaside cache and increase the size of the cache to use the full allocation. (check-in: [0e53ecad94] user: drh branch: experimental-pcache, size: 91523) | |
2011-11-09
| ||
16:12 | [8d75abfbb6] part of check-in [bc10a75357] Minor changes needed to restore full branch test coverage. (check-in: [bc10a75357] user: drh branch: experimental-pcache, size: 91470) | |
2011-11-08
| ||
20:08 | [93d49bc6ab] part of check-in [c275c9d323] Experimental change to the pcache interface to allow page buffers to be allocated separately from their associated container structures. (check-in: [c275c9d323] user: dan branch: experimental-pcache, size: 91671) | |
2011-10-21
| ||
17:18 | [d2a0879801] part of check-in [be62ef058b] Merge the latest trunk changes into the apple-osx branch. (check-in: [be62ef058b] user: drh branch: apple-osx, size: 93213) | |
17:08 | [61e6886a06] part of check-in [8baef58170] Merge the latest trunk enhancements into the sessions branch. (check-in: [8baef58170] user: drh branch: sessions, size: 92174) | |
2011-10-15
| ||
00:16 | [df06f5229b] part of check-in [39408702a9] Added the tool/warnings-clang.sh script. Changes so that there are no warnings with either gcc or clang even including FTS4 and RTREE and both with and without SQLITE_THREADSAFE=0. (check-in: [39408702a9] user: drh branch: trunk, size: 91489) | |
2011-10-14
| ||
21:49 | [82863f47e8] part of check-in [60fee9574b] Add assert() statements and eliminate needless variable assignments in order to get the clang scan-build utility to report zero problems against the SQLite core. Clang's static analysis did find one real problem - but it was in the command-line shell, not in the SQLite core. (check-in: [60fee9574b] user: drh branch: trunk, size: 91474) | |
2011-10-12
| ||
23:49 | [ae03daa1ad] part of check-in [d5b6b374c5] The sqlite3_overload_function() interface returns an error if it is unable to create the overload function. Ticket [20f9d4fbbff3a3] (check-in: [d5b6b374c5] user: drh branch: trunk, size: 91435) | |
2011-10-10
| ||
23:53 | [4aabaa8d51] part of check-in [6cb43f6c6e] Forward port the Apple-specific changes from [db5b7b778c] in the apple-osx-377 branch. Fix this up so that it will compile and run on Linux. (check-in: [6cb43f6c6e] user: drh branch: apple-osx, size: 93144) | |
22:11 | [f3d35af74f] part of check-in [db5b7b778c] Merging in cherry picked diffs for persist wal, alloc padding, wal-safe vacuum and sqlite3_file_control based lockstate checking (check-in: [db5b7b778c] user: adam branch: apple-osx-377, size: 92890) | |
2011-08-26
| ||
19:20 | [13b9a1d380] part of check-in [eb036d6f81] Merge the latest trunk changes into the sessions branch. (check-in: [eb036d6f81] user: drh branch: sessions, size: 92105) | |
19:18 | [242eaa584e] part of check-in [55af80035f] Merge the latest trunk changes into the apple-osx branch. (check-in: [55af80035f] user: drh branch: apple-osx, size: 96591) | |
2011-08-25
| ||
00:14 | [43664b68a0] part of check-in [a3220f36c1] Add the SQLITE_EXTRA_INIT macro. (check-in: [a3220f36c1] user: drh branch: trunk, size: 91420) | |
2011-06-24
| ||
20:47 | [a5414c66da] part of check-in [34f0efa2b1] Merging local changes to apple-osx (check-in: [34f0efa2b1] user: adam branch: apple-osx, size: 96337) | |
2011-06-22
| ||
12:01 | [8a386605c2] part of check-in [48d5cab3ac] Update sessions branch with latest trunk changes. (check-in: [48d5cab3ac] user: dan branch: sessions, size: 91851) | |
11:24 | [fbe239ee3e] part of check-in [fb7ad09dec] Update apple-osx branch with the latest trunk changes. (check-in: [fb7ad09dec] user: dan branch: apple-osx, size: 91763) | |
2011-06-21
| ||
15:15 | [a3a968b6b0] part of check-in [5d4b0c5bfc] Backport the localtime() failure fix of ticket [bd484a090c8077] to the 3.7.6 branch. (check-in: [5d4b0c5bfc] user: drh branch: branch-3.7.6, size: 81848) | |
12:47 | [fa654e1802] part of check-in [76ae8257ef] Return an error if localtime_r() fails within one of the date/time functions. Fix for [bd484a090c]. (check-in: [76ae8257ef] user: dan branch: trunk, size: 91166) | |
2011-06-20
| ||
11:57 | [42f2493a16] part of check-in [4c69e827f4] Merge the latest trunk changes into the apple-osx branch. (check-in: [4c69e827f4] user: drh branch: apple-osx, size: 91373) | |
10:44 | [f7e8176ec1] part of check-in [4c5e276c90] Merge the latest trunk changes into the sessions branch. (check-in: [4c5e276c90] user: drh branch: sessions, size: 91461) | |
2011-06-03
| ||
14:19 | [d67ea48933] part of check-in [0206bc6f87] Hush some harmless compiler warnings in the URI parsing logic. (check-in: [0206bc6f87] user: drh branch: trunk, size: 90776) | |
2011-05-31
| ||
17:08 | [4e55ff4800] part of check-in [2c6b5a28e3] Merge the latest trunk changes into the wal-readonly branch. (check-in: [2c6b5a28e3] user: drh branch: wal-readonly, size: 91402) | |
2011-05-19
| ||
02:48 | [8206d7970c] part of check-in [5b1b536cf8] Merge all the latest trunk changes into the sessions branch, especially the disappearing WAL transaction fix. (check-in: [5b1b536cf8] user: drh branch: sessions, size: 91449) | |
02:34 | [6dc61e8bf5] part of check-in [5791232778] Bring the apple-wal-readonly branch up to date with the latest changes in apple-osx, and especially the fix for disappearing WAL transactions. (check-in: [5791232778] user: drh branch: apple-wal-readonly, size: 91999) | |
01:51 | [1b6edc1d61] part of check-in [8d1a6bb002] Pull all the latest trunk changes, and especially the fix for WAL cache spills causing transactions to disappear, into the apple-osx branch. (check-in: [8d1a6bb002] user: drh branch: apple-osx, size: 91361) | |
2011-05-17
| ||
19:43 | [059daeed58] part of check-in [9593a64079] Fix an off-by-one error in the new sqlite3_uri_parameter() function. (check-in: [9593a64079] user: drh branch: trunk, size: 90764) | |
18:53 | [d189df8eb4] part of check-in [6b5de95fb5] Add the sqlite3_uri_parameter() interface function for use in building new VFSes. (check-in: [6b5de95fb5] user: drh branch: trunk, size: 90752) | |
2011-05-12
| ||
15:32 | [f50e8d60c6] part of check-in [97b9801076] Pull in the patches to support read-only WAL databases into a new branch off of the apple-osx branch. This also pulls in all the other pending 3.7.7 changes such as URI support. (check-in: [97b9801076] user: drh branch: apple-wal-readonly, size: 91116) | |
2011-05-11
| ||
17:36 | [a145cea130] part of check-in [6a2ea52e6c] Add missing comments associated with readonly shm changes. (check-in: [6a2ea52e6c] user: dan branch: wal-readonly, size: 90519) | |
15:53 | [951a1af49d] part of check-in [cde45a033e] Merge latest trunk changes. Add a couple of readonly shm tests. (check-in: [cde45a033e] user: dan branch: wal-readonly, size: 90242) | |
14:57 | [167fb32857] part of check-in [671ba5fc59] Only open a read-only connection to shared-memory if the "readonly_shm=1" option is specified as part of the database file URI (and if a read-write connection fails). (check-in: [671ba5fc59] user: dan branch: wal-readonly, size: 90242) | |
2011-05-10
| ||
18:39 | [e32d7a44c3] part of check-in [3e49091530] Have flags passed to sqlite3_open_v2() apply to the main and any attached databases. And change things so that any "mode=xxx" or "cache=xxx" options specified as part of a URI for the main database do not also apply to attached databases. (check-in: [3e49091530] user: dan branch: trunk, size: 89881) | |
2011-05-09
| ||
19:20 | [f00cee5a27] part of check-in [d9bc1c7fe0] Return a suitable error message if the mode= argument to a URI specifies a higher mode than what is allowed by context. Other minor cleanups for the URI parsing logic. (check-in: [d9bc1c7fe0] user: drh branch: trunk, size: 89881) | |
2011-05-07
| ||
18:40 | [c914afd2c3] part of check-in [ca3797d496] Set the sqlite3.mallocFailed flag if sqlite3ParseUri fails with SQLITE_NOMEM. (check-in: [ca3797d496] user: drh branch: trunk, size: 89791) | |
18:18 | [9c9cfeb1e2] part of check-in [3c926ce097] Return SQLITE_MISUSE from the sqlite3_open_v2() function if the 3rd parameter is not a valid set of bit-values. (check-in: [3c926ce097] user: drh branch: trunk, size: 89742) | |
14:40 | [35bce9d0c2] part of check-in [139eecbe1b] Fix minor compiler warnings. (check-in: [139eecbe1b] user: drh branch: trunk, size: 89735) | |
2011-05-06
| ||
18:53 | [2f46bf58a6] part of check-in [aa90b94325] Remove some unnecessary modifications from the uri branch. Add a test to show that ATTACH only interprets its argument as a URI if the connection was opened with SQLITE_OPEN_URI (or URI interpretation is globally enabled). (check-in: [aa90b94325] user: dan branch: uri, size: 89703) | |
18:34 | [145f04d5d8] part of check-in [92751788ea] Update comments and documentation associated with new URI parsing code. Add test file e_uri.test, containing tests mapped to documentation regarding URI filenames. (check-in: [92751788ea] user: dan branch: uri, size: 89733) | |
2011-05-03
| ||
15:09 | [872493d84f] part of check-in [008cd0ef6b] Remove some unused code related to URI parsing. (check-in: [008cd0ef6b] user: dan branch: uri, size: 88465) | |
11:53 | [28da02efca] part of check-in [b8a0f1b523] Allow only "localhost" and "" as authorities in URIs. Do not allow escapes (%HH) in the authority part of a URI. (check-in: [b8a0f1b523] user: dan branch: uri, size: 88671) | |
10:22 | [8e13c02ec1] part of check-in [0a694a0b27] Change the supported URI options to "mode" and "cache". (check-in: [0a694a0b27] user: dan branch: uri, size: 88440) | |
2011-05-01
| ||
22:57 | [7f159a4c79] part of check-in [7155e6f328] Backport check-ins [0900e35348f4b9bf3] and [4fead8e714c7e50] to the 3.7.2 branch. These check-ins provide hints to the btree layer for when it is possible to use a hash table rather than a btree to implement an index. The SQLite BTree layer does not use these hints, but alternative btree layers might. (check-in: [7155e6f328] user: drh branch: branch-3.7.2, size: 72872) | |
2011-04-23
| ||
19:06 | [933d0bcf58] part of check-in [2af51f856c] Test that it is now possible to use different VFSs for two databases attached to a single handle. (check-in: [2af51f856c] user: dan branch: uri, size: 87161) | |
15:54 | [8b4ebab181] part of check-in [68240e75e8] Have the ATTACH command do URI interpretation in the same way as sqlite3_open() and sqlite3_open_v2() do. (check-in: [68240e75e8] user: dan branch: uri, size: 87169) | |
10:12 | [cc9f559200] part of check-in [44f0874a95] Fix parsing of %00 in uri handling code. (check-in: [44f0874a95] user: dan branch: uri, size: 87159) | |
2011-04-22
| ||
19:37 | [88a93debb7] part of check-in [b8a8132e71] Add the start of the "uri-filenames" feature. (check-in: [b8a8132e71] user: dan branch: uri, size: 86470) | |
2011-04-09
| ||
18:13 | [3f1e9329c1] part of check-in [4eaef4ad4c] Pull all the latest trunk changes into the apple-osx branch. (check-in: [4eaef4ad4c] user: drh branch: apple-osx, size: 82055) | |
18:07 | [8b97db74cb] part of check-in [83705e90a5] Merge the latest trunk changes into the sessions branch. (check-in: [83705e90a5] user: drh branch: sessions, size: 82143) | |
2011-04-07
| ||
01:14 | [a8571665d4] part of check-in [9c64b5a99c] Fix typos in documentation comments. No changes to code. (check-in: [9c64b5a99c] user: drh branch: trunk, size: 81458) | |
2011-04-05
| ||
22:13 | [37608a8346] part of check-in [45f2026172] Merge the latest trunk changes into the sessions branch. (check-in: [45f2026172] user: drh branch: sessions, size: 82143) | |
22:10 | [7ca36457dd] part of check-in [c77a767cbd] Merge the latest trunk changes into the apple-osx branch. (check-in: [c77a767cbd] user: drh branch: apple-osx, size: 82055) | |
22:08 | [5dad851457] part of check-in [3eeb0ff78d] Suppress many harmless compiler warnings, mostly signed/unsigned comparisons within asserts or unused parameters in extensions. (check-in: [3eeb0ff78d] user: drh branch: trunk, size: 81458) | |
13:38 | [3ec864034d] part of check-in [8e885ddea0] Pull the latest changes from trunk (and hence from schema-parse-refactor) into the apple-osx branch. (check-in: [8e885ddea0] user: drh branch: apple-osx, size: 82072) | |
13:27 | [50d70810f4] part of check-in [03ca83422f] Pull the latest trunk changes (and hence the schema-parse-refactor changes) into the sessions branch. (check-in: [03ca83422f] user: drh branch: sessions, size: 82160) | |
2011-04-04
| ||
20:40 | [83cb6a9f14] part of check-in [82c2316240] Minor comment typo corrections. Simplify an assert. No functional changes. (check-in: [82c2316240] user: drh branch: schema-parse-refactor, size: 81475) | |
13:11 | [edca4ef636] part of check-in [6d78a25ddc] Merge in the latest changes from trunk. (check-in: [6d78a25ddc] user: drh branch: apple-osx, size: 82018) | |
2011-04-02
| ||
16:28 | [14c019b381] part of check-in [6a8ad6e31e] Begin a series of changes designed to reduce the scope and frequency of invalidating schemas. Design goals are that the internal schema should never be deleted out from under a prepared statement that is running and that all prepared statements should be expired if the schema is invalidated. At the same time, minimize the number of schema invalidations. This change merely revises the sqlite3ResetInternalSchema() function to use -1 as the wildcard for "all" rather than 0, so that we can reset the main schema independently of all the others. (check-in: [6a8ad6e31e] user: drh branch: schema-parse-refactor, size: 81424) | |
2011-03-30
| ||
21:04 | [bed41512fa] part of check-in [6634521461] Add the SQLITE_ENABLE_PREUPDATE_HOOK compile-time option. (check-in: [6634521461] user: drh branch: sessions, size: 82106) | |
2011-03-23
| ||
22:54 | [c23c62e53d] part of check-in [c81da6f98d] Fix a signed/unsigned comparison compiler warning. (check-in: [c81da6f98d] user: drh branch: trunk, size: 81421) | |
22:48 | [2563bd9ca8] part of check-in [9c3a6e4799] Merge in all the latest changes from the trunk, and especially the interface changes to the SystemCall methods of the VFS. (check-in: [9c3a6e4799] user: drh branch: sessions, size: 82028) | |
22:02 | [c4ecb19734] part of check-in [e059152adc] Change the xSetSyscall methods of the VFS so that they do not cast object pointers into function pointers. Fix other unrelated compiler warnings. (check-in: [e059152adc] user: drh branch: trunk, size: 81421) | |
18:22 | [3679460ba5] part of check-in [7aaf877227] Increase the upper bound on SQLITE_MAX_ATTACHED from 30 to 62. (check-in: [7aaf877227] user: drh branch: trunk, size: 81412) | |
2011-03-21
| ||
17:17 | [22e0f75c17] part of check-in [2b3c8b9d9a] Merge in the sqlite3_db_config() enhancements for enabling and disabling FKs and triggers from trunk. (check-in: [2b3c8b9d9a] user: drh branch: sessions, size: 82019) | |
17:15 | [6d10370bfc] part of check-in [09e167f9c1] Add the ability to enable and disable foreign key constraints and triggers using calls to sqlite3_db_config(). (check-in: [09e167f9c1] user: drh branch: trunk, size: 81412) | |
2011-03-18
| ||
12:35 | [3c09359bbc] part of check-in [94fd5bb6da] Merge all the latest trunk enhancements into the sessions branch. (check-in: [94fd5bb6da] user: drh branch: sessions, size: 81087) | |
2011-03-09
| ||
21:36 | [b43dc11c83] part of check-in [d7dae06fb2] Fix issue with mem5 allocator when min request size is larger thatn 2^30. (check-in: [d7dae06fb2] user: shaneh branch: trunk, size: 80480) | |
2011-03-03
| ||
20:06 | [1a5cafdc1b] part of check-in [093d8cd8e2] Add the experimental sqlite3_transaction_hook() API. (check-in: [093d8cd8e2] user: dan branch: sessions, size: 82274) | |
2011-03-01
| ||
18:42 | [9ab948225b] part of check-in [6145d7b89f] Add the experimental sqlite3_preupdate_hook() API. (check-in: [6145d7b89f] user: dan branch: sessions, size: 80857) | |
2011-02-23
| ||
22:39 | [93d0d967d6] part of check-in [9b9046546d] Reserve a range of bits in the SQLITE_OPEN_xxxx bit vector for future expansion. (check-in: [9b9046546d] user: drh branch: trunk, size: 80250) | |
2011-02-09
| ||
03:03 | [3be0ccf84c] part of check-in [652b8835c5] Simplifications to the sqlite3_wal_checkpoint_v2() logic. (check-in: [652b8835c5] user: drh branch: trunk, size: 80174) | |
2011-02-07
| ||
15:12 | [bc1c822daf] part of check-in [5a4b6652cf] Change blocking-checkpoint tests so that they run once using "PRAGMA wal_checkpoint" and once using calls to sqlite3_wal_checkpoint_v2(). Also fix edge cases surrounding the output variables set by wal_checkpoint_v2(). (check-in: [5a4b6652cf] user: dan branch: trunk, size: 80025) | |
2011-02-02
| ||
16:34 | [1b04ef67eb] part of check-in [bac7342c36] Merge in the blocking-checkpoint enhancement, including the new sqlite3_wal_checkpoint_v2() interface and the PRAGMA wal_checkpoint(full) statement. (check-in: [bac7342c36] user: drh branch: trunk, size: 79827) | |
2011-01-27
| ||
18:48 | [de8fd6a086] part of check-in [09d6c91dcf] Pull in all the changes from trunk up through the version 3.7.5 release candidate 1. (check-in: [09d6c91dcf] user: drh branch: apple-osx, size: 79382) | |
2011-01-26
| ||
19:46 | [6653e46db7] part of check-in [6f2c72a0f6] Update all built-in VFSes to return SQLITE_OK for the SQLITE_FCNTL_SYNC_OMITTED file-control operation. Also change the xFileControl methods to return SQLITE_NOTFOUND for unrecognized operation codes. (check-in: [6f2c72a0f6] user: drh branch: trunk, size: 78785) | |
2010-12-09
| ||
19:15 | [b82ea116fc] part of check-in [c959945ab7] Add support for the SQLITE_DEFAULT_FOREIGN_KEYS compile-time option. (check-in: [c959945ab7] user: drh branch: trunk, size: 78724) | |
2010-11-19
| ||
23:50 | [657885e071] part of check-in [c8bc057c7d] Merge all the latest changes from the trunk into the apple-osx branch. (check-in: [c8bc057c7d] user: drh branch: apple-osx, size: 79204) | |
18:51 | [84fdf5b2d8] part of check-in [ebf74015f0] Merge the checkpoint_fullfsync pragma and the superlock demonstration into the checkpoint-v2 experimental branch. (check-in: [ebf74015f0] user: drh branch: blocking-checkpoint, size: 79649) | |
14:37 | [721e5530b1] part of check-in [4425b0645d] Add the SQLITE_FCNTL_FILE_POINTER verb to sqlite3_file_control(). (check-in: [4425b0645d] user: drh branch: superlock, size: 78607) | |
2010-11-18
| ||
19:28 | [5927ac9ca3] part of check-in [4c663a4dcc] Fixes for SQLITE_BUSY handling in blocking checkpoint code. (check-in: [4c663a4dcc] user: dan branch: blocking-checkpoint, size: 79540) | |
12:11 | [91465f2658] part of check-in [72787c010c] Modify the interface to the blocking wal-checkpoint functionality. (check-in: [72787c010c] user: dan branch: blocking-checkpoint, size: 79303) | |
2010-11-16
| ||
18:56 | [89c658ae9a] part of check-in [7e3fc2c833] Add experimental command "PRAGMA wal_blocking_checkpoint", which uses the busy-handler to block until all readers have finished in order to ensure the next writer will be able to wrap around to the start of the log file. (check-in: [7e3fc2c833] user: dan branch: blocking-checkpoint, size: 78632) | |
2010-11-09
| ||
00:43 | [79573a52c9] part of check-in [fd4d38fa66] Integrated proxy locking file support for WAL journal mode and double free fix (check-in: [fd4d38fa66] user: adam branch: apple-osx, size: 75627) | |
2010-10-11
| ||
17:58 | [335d2c7ecb] part of check-in [6464276ec1] Make sure the sqlite3_create_collation() interfaces always return an error code if they fail. Ticket [a04e42a3fcacaffa3133436]. (check-in: [6464276ec1] user: drh branch: trunk, size: 78498) | |
2010-09-09
| ||
18:25 | [da74b22694] part of check-in [34edb54bb0] Further updates to the sqlite3_pcache_methods documentation, plus the addition of a few evidence marks related to pcache. (check-in: [34edb54bb0] user: drh branch: trunk, size: 78489) | |
2010-09-07
| ||
14:59 | [ca8eadcf62] part of check-in [883b9b7441] Revised documentation for sqlite3_limit(). Added some evidence marks and assert() statements to verify sqlite3_limit() behavior. (check-in: [883b9b7441] user: drh branch: trunk, size: 78142) | |
2010-09-03
| ||
03:32 | [57869e7929] part of check-in [f483be4413] Fix a discrepancy between the documented behavior of SQLITE_DBCONFIG_LOOKASIDE and what it actually does. Also add evidence marks on the DBCONFIG_LOOKASIDE implementation. (check-in: [f483be4413] user: drh branch: trunk, size: 76861) | |
2010-09-01
| ||
02:38 | [b92c6c9a30] part of check-in [afdc82a99e] Fix some compiler warnings under MSVC. (check-in: [afdc82a99e] user: shaneh branch: trunk, size: 76672) | |
2010-08-31
| ||
15:27 | [4965866d30] part of check-in [53b0c03fd3] Add evidence mark comments to source code. Add additional information to the documentation of sqlite3_release_memory(). Fix a minor inefficiency in mem1.c that was discovered while writing requirements tests. (check-in: [53b0c03fd3] user: drh branch: trunk, size: 76598) | |
2010-08-30
| ||
15:02 | [66ea03499d] part of check-in [0900e35348] Remove the sqlite3BtreeFactory() wrapper routine. All modules now call sqlite3BtreeOpen() directly. (check-in: [0900e35348] user: drh branch: trunk, size: 75827) | |
2010-08-28
| ||
18:58 | [a05a66be80] part of check-in [782ca3b716] Add code to allow user-defined searches of r-tree tables. Still largely untested. (check-in: [782ca3b716] user: dan branch: trunk, size: 77985) | |
2010-08-27
| ||
18:44 | [ce47368bf7] part of check-in [4758d86d57] Make sqlite3_create_function() a special case of sqlite3_create_function_v2() in order reduce the number of code paths and simplify testing. (check-in: [4758d86d57] user: drh branch: trunk, size: 77936) | |
17:48 | [185e558e8e] part of check-in [9a724dfbe8] Add the sqlite3_create_function_v2() API, a version of create_function that allows a destructor to be specified. (check-in: [9a724dfbe8] user: dan branch: trunk, size: 78011) | |
17:16 | [bdd23be253] part of check-in [a3475ddfbe] Refactor the implementation of the scratch memory allocator. Add the SQLITE_TESTCTRL_SCRATCHMALLOC interface to facilitate testing. (check-in: [a3475ddfbe] user: drh branch: trunk, size: 76293) | |
2010-08-24
| ||
18:07 | [13c874909c] part of check-in [5e8101c512] Change sqlite3_open_v2() to return SQLITE_MISUSE if the combination of bits in the flags parameter is invalid. The documentation says the behavior in this situation is undefined - the documentation is unaltered by this code change. (check-in: [5e8101c512] user: drh branch: trunk, size: 75814) | |
2010-08-18
| ||
00:24 | [414f59006f] part of check-in [866e9286ae] Merge the 3.7.1 pre-release snapshot changes as of 2010-08-18 into the apple-osx branch. (check-in: [866e9286ae] user: drh branch: apple-osx, size: 75632) | |
2010-08-07
| ||
11:46 | [5f44f46e02] part of check-in [f88c6367d2] Merge in all changes up to the 3.7.0.1 release. (check-in: [f88c6367d2] user: drh branch: apple-osx, size: 75873) | |
2010-08-02
| ||
10:47 | [99622181f3] part of check-in [e75b52d156] In shared-cache mode, do not allow one connection to checkpoint a database while a second connection is reading or writing the same shared-cache. (check-in: [e75b52d156] user: dan branch: trunk, size: 75030) | |
2010-07-07
| ||
01:52 | [a487fe90ae] part of check-in [21a2db908b] Remote the SQLITE_OMIT_GLOBALRECOVER macro - it is subsumed by SQLITE_OMIT_DEPRECATED. Add support to sqlite3_compileoption_used() for SQLITE_OMIT_WAL. (check-in: [21a2db908b] user: drh branch: trunk, size: 75271) | |
2010-06-23
| ||
17:59 | [a667105394] part of check-in [1727a81fed] Include the SOURCE_ID value in the log messages output for corruption, misuse, and CANTOPEN errors. (check-in: [1727a81fed] user: drh branch: trunk, size: 75312) | |
2010-06-16
| ||
19:48 | [5c1eeef69c] part of check-in [21ca87f691] Merge in changes up to and including the 3.6.23.1 release. (check-in: [21ca87f691] user: drh branch: apple-osx, size: 71113) | |
2010-06-10
| ||
14:07 | [4b55bb32a3] part of check-in [5d694f04fe] Add the SQLITE_TESTCTRL_PGHDRSZ verb for sqlite3_test_control() used to get the size of pcache headers for testing purposes. (check-in: [5d694f04fe] user: drh branch: trunk, size: 75174) | |
2010-06-04
| ||
15:59 | [0939e4b49e] part of check-in [ca327e32cf] Add an English language error message to corresponding to SQLITE_PROTOCOL. "locking protocol". (check-in: [ca327e32cf] user: dan branch: trunk, size: 74973) | |
2010-06-03
| ||
12:09 | [34d9fc068b] part of check-in [dd10a547f1] Remove global variables when compiled with SQLITE_OMIT_WSD (check-in: [dd10a547f1] user: drh branch: trunk, size: 74956) | |
2010-05-24
| ||
20:27 | [5f857e9fc6] part of check-in [3d252ce5d0] OOM errors during an auto-checkpoint are benign. (check-in: [3d252ce5d0] user: drh branch: trunk, size: 74911) | |
2010-05-05
| ||
20:00 | [cc62a14dd4] part of check-in [1b14195e05] Change the behavior of the sqlite3_wal_hook() callback. It should now return SQLITE_OK or an error code and the error code is propagated back up the stack. If a checkpoint is desired, the callback should invoke sqlite3_wal_callback() itself. (check-in: [1b14195e05] user: drh branch: trunk, size: 74849) | |
2010-05-03
| ||
15:58 | [23c51a3c67] part of check-in [7fecd21f45] Have sqlite3_wal_checkpoint() handle a zero-length string in the same way as a NULL pointer. Fix "PRAGMA wal_checkpoint" so that it checkpoints all attached databases. (check-in: [7fecd21f45] user: dan branch: trunk, size: 74929) | |
14:05 | [6bc746f601] part of check-in [27a5c09ce8] If the sqlite3_wal_checkpoint() API is passed a NULL pointer in place of a database name, attempt to checkpoint all attached databases. (check-in: [27a5c09ce8] user: dan branch: wal, size: 74844) | |
13:37 | [0f66a2b0c2] part of check-in [11a85b821a] Make sure the mutex is held while calling sqlite3ApiExit() in sqlite3_wal_checkpoint(). Other cleanup of WAL logic. (check-in: [11a85b821a] user: drh branch: wal, size: 74460) | |
12:14 | [1cc6f39101] part of check-in [ff234cf574] Have sqlite3_wal_checkpoint() populate the database handle error message and error code (as returned by sqlite3_errmsg() and sqlite3_errcode()). (check-in: [ff234cf574] user: dan branch: wal, size: 74635) | |
11:05 | [d08f2f34e9] part of check-in [714e594726] Add the "PRAGMA wal_autocheckpoint" command. Rename "PRAGMA checkpoint" to "PRAGMA wal_checkpoint". (check-in: [714e594726] user: dan branch: wal, size: 74521) | |
08:04 | [7aab969e23] part of check-in [9803196dec] Add the sqlite3_wal_checkpoint() and sqlite3_wal_autocheckpoint() APIs. (check-in: [9803196dec] user: dan branch: wal, size: 74495) | |
2010-05-01
| ||
16:40 | [b672c4af58] part of check-in [9b230c43df] Support compile-time option SQLITE_OMIT_WAL, for building without WAL support. (check-in: [9b230c43df] user: dan branch: wal, size: 71123) | |
2010-04-29
| ||
22:34 | [2817105946] part of check-in [62db5fa3b6] Refactor wal.c to use the VFS. This check-in compiles and links and works ok as long as you leave WAL turned off, but WAL does not work. (check-in: [62db5fa3b6] user: drh branch: wal, size: 71074) | |
2010-04-28
| ||
14:42 | [569561a238] part of check-in [bbc385111b] Rename the sqlite3_log_hook() to sqlite3_wal_hook(). Added comments to wal.h. (check-in: [bbc385111b] user: drh branch: wal, size: 71074) | |
2010-04-19
| ||
18:03 | [867de6aa44] part of check-in [9bda601455] Add the sqlite3_log_hook() interface for scheduling checkpoints. (check-in: [9bda601455] user: dan branch: wal, size: 71074) | |
2010-04-07
| ||
16:54 | [c0e7192bad] part of check-in [a811a47fbe] Wrap all automatic index changes inside SQLITE_OMIT_AUTOMATIC_INDEX. Add the automatic_index PRAGMA to turn it on and off. (check-in: [a811a47fbe] user: drh branch: experimental, size: 70530) | |
2010-03-05
| ||
16:32 | [7d89bb6dcc] part of check-in [8858042fa1] Modify the vdbe so that the comparison operator opcodes do not modify the data type of operands. Fix for [aa92c76cd4]. (check-in: [8858042fa1] user: dan branch: trunk, size: 70511) | |
2010-02-25
| ||
02:32 | [0d9826f737] part of check-in [46f406b202] Merge in all of the logging enhancements. This is a cherrypick merge of the following check-ins: [103321e37a], [a8076aede3], [6d910245ad], [7c4cca6d1a], [edea3bb740], [1a6d4bb130], [a8c984c1d6], [69a493182f], and [1168763d2c]. (check-in: [46f406b202] user: drh branch: branch-3.6.22, size: 70239) | |
2010-02-24
| ||
21:44 | [5e4a918c06] part of check-in [1168763d2c] Add testcase() macros beside each sqlite3_log() call to make sure it is tested with both logging enable and disabled. (check-in: [1168763d2c] user: drh branch: trunk, size: 70471) | |
2010-02-23
| ||
20:32 | [f4226ebd8c] part of check-in [9f429434c0] Merge the compile-time option introspection interfaces into the trunk. (check-in: [9f429434c0] user: drh branch: trunk, size: 70342) | |
20:11 | [d94ccec07c] part of check-in [edea3bb740] Continuing improvements to error reporting and the sqlite3_log() routine. (check-in: [edea3bb740] user: drh branch: trunk, size: 70110) | |
20:08 | [49c1133cd2] part of check-in [76a0294ab4] Refactored compile time option diagnostic support to use strings identifiers instead of bitmask. (check-in: [76a0294ab4] user: shaneh branch: compile_opts, size: 69737) | |
17:36 | [fb31256305] part of check-in [7c4cca6d1a] Remove the obsolete sqlite3SafetyOn() mechanism. Add additional logging output for CORRUPT, and CANTOPEN errors. (check-in: [7c4cca6d1a] user: drh branch: trunk, size: 70075) | |
05:17 | [e75d96a0bd] part of check-in [833da702ff] Removed checking of some compile options from the sqlite3_compileopts() API. (check-in: [833da702ff] user: shaneh branch: compile_opts, size: 77926) | |
04:19 | [e3e88f01f0] part of check-in [84c9756993] Test new api to report which options (defines) were used to compile SQLite. (check-in: [84c9756993] user: shaneh branch: compile_opts, size: 79001) | |
2010-02-18
| ||
18:45 | [36c1c11ee2] part of check-in [103321e37a] Add a new, experimental logging interface designed to aid in debugging of deeply embedded projects that use SQLite. (check-in: [103321e37a] user: drh branch: trunk, size: 69505) | |
2010-01-06
| ||
13:12 | [90176cc916] part of check-in [541e2b488e] Update the OS-X branch to include all trunk changes through version 3.6.22. (check-in: [541e2b488e] user: drh branch: apple-osx, size: 69753) | |
2010-01-05
| ||
18:11 | [bafdff2621] part of check-in [62b4891b15] Apply fix [9b8acf8319] to the 3.6.1 branch. (check-in: [62b4891b15] user: dan branch: branch-3.6.1, size: 57581) | |
2010-01-02
| ||
03:46 | [a0f6dfbdd7] part of check-in [3b77701bc8] Fix a bug in the new sqlite3_test_control case of the previous check-in. (check-in: [3b77701bc8] user: drh branch: trunk, size: 69151) | |
03:21 | [0ccd64804f] part of check-in [d3cdc4b12b] Add a new sqlite3_test_control() verb that facilitates testing that all keywords are shown in the documentation. (Two keywords were found to be missing while testing the change.) (check-in: [d3cdc4b12b] user: drh branch: trunk, size: 69142) | |
2009-12-22
| ||
23:52 | [e477f3e3b3] part of check-in [4a97c623f4] Move the query flattener turn-off from a pragma to an sqlite3_test_control() call. Make provisions (not yet implemented) to turn off other optimizers using the same call. (check-in: [4a97c623f4] user: drh branch: trunk, size: 68473) | |
2009-12-16
| ||
23:46 | [f195bd6fc7] part of check-in [5754a3a561] Merge the latest changes on trunk (and especially the fix for the (xANDy)OR(z) bug) into apple-osx. (check-in: [5754a3a561] user: drh branch: apple-osx, size: 68363) | |
2009-12-11
| ||
03:44 | [b47cc67a81] part of check-in [ea884e1ed8] Extensive edits to the comments in the sqlite.h.in source file to identify testable statements of truth about the C-language interface. (check-in: [ea884e1ed8] user: drh branch: trunk, size: 67761) | |
2009-12-07
| ||
23:53 | [ab13ef864a] part of check-in [ad08794d72] Merge all changes associated with the version 3.6.21 release into the OS-X branch. (check-in: [ad08794d72] user: drh branch: apple-osx, size: 68331) | |
2009-11-05
| ||
02:34 | [3f99627e8e] part of check-in [90e63b7d84] Initial implementation of a virtual table for CSV files. (check-in: [90e63b7d84] user: shaneh branch: csv_ext, size: 67888) | |
2009-11-04
| ||
13:30 | [aae32d5af3] part of check-in [eb7a544fe4] Version 3.6.20 (check-in: [eb7a544fe4] user: drh branch: trunk, size: 67729) | |
2009-11-03
| ||
22:34 | [a1c50e3bf1] part of check-in [941a01eb86] Customizations for OSX contributed by Apple. (check-in: [941a01eb86] user: adam branch: apple-osx, size: 68331) | |
01:22 | [5e12af46a6] part of check-in [16a24b4485] All SQLITE_MAX_VARIABLE_NUMBER to exceed 32767. The sizes of some structures increase when the compile-time parameter is configured this way. (check-in: [16a24b4485] user: drh branch: trunk, size: 67729) | |
2009-10-15
| ||
23:03 | [6a877290e6] part of check-in [f256bc0796] When a forced rollback occurs, cause all active statements on the same database connection to halt immediately with an SQLITE_ABORT error code. This is a partial fix to ticket [f777251dc7]. (check-in: [f256bc0796] user: drh branch: trunk, size: 67914) | |
19:45 | [4956e8a333] part of check-in [c304b44cae] On any rollback, immediately interrupt all running statements on the same database connection. This is a partial fix for ticket [f777251dc7]. (check-in: [c304b44cae] user: drh branch: experimental, size: 67893) | |
18:35 | [25d44525b0] part of check-in [9bd6f3d886] Add the experimental sqlite3_reoptimize() API. (check-in: [9bd6f3d886] user: dan branch: experimental, size: 67868) | |
2009-09-19
| ||
17:00 | [45346f57dc] part of check-in [d5d3998118] Check in implementation of foreign key constraints. (check-in: [d5d3998118] user: dan branch: trunk, size: 67823) | |
2009-09-09
| ||
15:29 | [d08821ca6f] part of check-in [f3a0f23bc7] Bug fix in the SQLITE_OPEN_PRIVATECACHE option added a few minutes ago. (check-in: [f3a0f23bc7] user: drh branch: trunk, size: 67730) | |
14:17 | [482a5a4a6f] part of check-in [f509eb8b48] Added SQLITE_OPEN_SHAREDCACHE and SQLITE_OPEN_PRIVATECACHE flags as possibilities to sqlite3_open_v2(), to override the global shared cache mode setting. Ticket [9fd0bc36639c15] (check-in: [f509eb8b48] user: drh branch: trunk, size: 67729) | |
2009-09-07
| ||
18:14 | [e33c4d17cc] part of check-in [d7dc8b4336] Add the SQLITE_LIMIT_TRIGGER_DEPTH option to sqlite3_limit(). (check-in: [d7dc8b4336] user: drh branch: trunk, size: 67553) | |
04:38 | [6688d56c24] part of check-in [26cd015c0e] Warning cleanup from the MSVC compile. (check-in: [26cd015c0e] user: shane branch: trunk, size: 67435) | |
2009-09-01
| ||
17:28 | [572da463c5] part of check-in [5ac69ed608] Fix a problem in main.c. SQLITE_NoRecTriggers -> SQLITE_RecTriggers. (check-in: [5ac69ed608] user: dan branch: trunk, size: 67425) | |
17:11 | [2fe38f2638] part of check-in [e016cca363] Change "PRAGMA disable_recursive_triggers" to "PRAGMA recursive_triggers". Also a fix for compiling with OMIT_TRIGGER defined. (check-in: [e016cca363] user: dan branch: trunk, size: 67427) | |
12:16 | [0950644314] part of check-in [38a9327bad] More fixes and comment updates. (check-in: [38a9327bad] user: dan branch: trunk, size: 67441) | |
2009-08-30
| ||
11:42 | [45b3779140] part of check-in [9eb91efda5] Fixes for new triggers scheme. (check-in: [9eb91efda5] user: dan branch: trunk, size: 67430) | |
2009-08-20
| ||
02:49 | [c2fc25f25e] part of check-in [167644f33c] Set the "type" correctly of built-in BINARY collating sequences for UTF16. (check-in: [167644f33c] user: drh branch: trunk, size: 67342) | |
2009-08-17
| ||
15:52 | [1e87aa66fd] part of check-in [67ad21abf8] Move error simulation code from the sqlite3_os_init() functions into a wrapper. (check-in: [67ad21abf8] user: dan branch: trunk, size: 67292) | |
15:16 | [cb283c9e98] part of check-in [904a371c6c] Add tests to check that sqlite recovers from an error in sqlite3_initialize() correctly. (check-in: [904a371c6c] user: dan branch: trunk, size: 67294) | |
13:42 | [6873986c41] part of check-in [98c49e6135] Enhanced documentation and minor code tweaks in preparation for hardening the sqlite3_initialize/shutdown interfaces against initialization failures. (check-in: [98c49e6135] user: drh branch: trunk, size: 66911) | |
2009-08-14
| ||
16:01 | [a474b32f05] part of check-in [302dabe98f] Incorporate fossil-scm version information into the build. Add the SQLITE_SOURCE_ID macro to the header. Add the sqlite3_sourceid() interface. Add the sqlite_source_id() SQL function. (check-in: [302dabe98f] user: drh branch: trunk, size: 66900) | |
2009-07-20
| ||
11:32 | [a936f18fbb] part of check-in [0ba17c0483] Always provide a name for the TEMP database even if SQLite is compiled using SQLITE_OMIT_TEMPDB. (CVS 6908) (check-in: [0ba17c0483] user: drh branch: trunk, size: 66893) | |
2009-07-15
| ||
11:26 | [4e6d1c2418] part of check-in [cfbeda1b31] Added the SQLITE_TESTCTRL_RESERVE option to sqlite3_test_control(). Simplifications to btree.c to facilitate structural coverage testing. (CVS 6894) (check-in: [cfbeda1b31] user: drh branch: trunk, size: 66927) | |
2009-06-26
| ||
15:14 | [9f6d918152] part of check-in [96729b2d49] Remove the priorNewRowid field from the sqlite3 structure. Use the last_insert_rowid as the initial value when searching for a new random rowid in the OP_NewRowid opcode. (CVS 6824) (check-in: [96729b2d49] user: drh branch: trunk, size: 66483) | |
2009-06-25
| ||
01:47 | [db6b0aeb37] part of check-in [8b34076668] Improved handling of oversize string and blob errors. Other simplifications in support of full coverage testing. (CVS 6813) (check-in: [8b34076668] user: drh branch: trunk, size: 66508) | |
2009-06-19
| ||
14:06 | [120d65f0c2] part of check-in [37ae5f5e8f] Reorganize and cleanup the prepared statement object. Remove code that has been commented out for ages and is no longer relevant to anything. (CVS 6786) (check-in: [37ae5f5e8f] user: drh branch: trunk, size: 66520) | |
2009-06-09
| ||
19:53 | [a30a4a7faa] part of check-in [e9b55ccc8b] Remove the actual checks that verify that memory pools (such as set up using SQLITE_CONFIG_HEAP) are 8-byte aligned. But document that 8-byte alignment is required. (CVS 6742) (check-in: [e9b55ccc8b] user: drh branch: trunk, size: 66627) | |
18:02 | [839ebfc7fa] part of check-in [18b78068cc] Require that the buffer specified by SQLITE_CONFIG_HEAP be 8-byte aligned. (CVS 6739) (check-in: [18b78068cc] user: drh branch: trunk, size: 66764) | |
2009-06-01
| ||
16:53 | [1845bc7437] part of check-in [0791588520] Fix compiler warnings with MSVC build. (CVS 6699) (check-in: [0791588520] user: shane branch: trunk, size: 66678) | |
2009-05-22
| ||
10:53 | [2f0923eb41] part of check-in [6240992cef] Make sure sqlite3_shutdown() completely disables the default pager cache mechanism in pcache1.c. Ticket #3872. Also fix some comments associated with configuring the page cache. (CVS 6668) (check-in: [6240992cef] user: drh branch: trunk, size: 66628) | |
2009-05-20
| ||
02:40 | [7b7335c626] part of check-in [929cfbc66f] Updates to the extension loading logic to support full coverage testing. (CVS 6659) (check-in: [929cfbc66f] user: drh branch: trunk, size: 66621) | |
2009-05-12
| ||
13:35 | [09fbadd5ea] part of check-in [c37f0279eb] Make sure the SQLITE_OPEN_EXCLUSIVE flag is ignored by sqlite3_open_v2(). That flag is to be used by the VFS interface only. Ticket #3855. (CVS 6629) (check-in: [c37f0279eb] user: drh branch: trunk, size: 66616) | |
2009-05-11
| ||
20:53 | [e557fd8f72] part of check-in [33cf83591e] Rework the logic that generates a schema for tables created using "CREATE TABLE ... AS SELECT ...". Instead of trying to copy the raw datatype string from the right-hand side, just make the type one of TEXT, INT, REAL, NUM, or nothing. This is much simpler than trying to parse and quote datatype strings. Other minor implifications to build.c are bundled with this change. (CVS 6626) (check-in: [33cf83591e] user: drh branch: trunk, size: 66271) | |
2009-05-09
| ||
18:59 | [eabeb200c8] part of check-in [38df91c2ed] Add the SQLITE_TESTCTRL_ASSERT and SQLITE_TESTCTRL_ALWAYS codes for the sqlite3_test_control() interface. (CVS 6623) (check-in: [38df91c2ed] user: drh branch: trunk, size: 66300) | |
2009-05-07
| ||
13:43 | [c28ad5265f] part of check-in [866f13e28c] Change the sqlite3_create_function() family of routines to return SQLITE_MISUSE instead of SQLITE_ERROR if their parameters are incorrect. (CVS 6617) (check-in: [866f13e28c] user: drh branch: trunk, size: 64218) | |
2009-05-06
| ||
19:03 | [3f62ff8433] part of check-in [93bdbc5e2f] Fix compiler warning found with gcc -Wextra. (CVS 6614) (check-in: [93bdbc5e2f] user: drh branch: trunk, size: 64271) | |
18:57 | [437aaae59f] part of check-in [df599237e1] Changes to silence compiler warnings under MSVC. (CVS 6613) (check-in: [df599237e1] user: shane branch: trunk, size: 64266) | |
2009-05-03
| ||
20:23 | [a01115fda6] part of check-in [a612299092] Changes to facility full coverage testing of util.c. (CVS 6597) (check-in: [a612299092] user: drh branch: trunk, size: 64258) | |
2009-05-02
| ||
13:29 | [27a22ea989] part of check-in [80c43a355c] Remove the aFKey hash table, which was not being used. Simplify the FKey object. Simplify the hash.c module since the copyKey parameter formerly used only by aFKey is now no longer required. (CVS 6594) (check-in: [80c43a355c] user: drh branch: trunk, size: 64263) | |
2009-04-30
| ||
12:25 | [96da66bcc2] part of check-in [aa29a14ca0] Changes sqlite3TempInMemory() to take a const parameter. (CVS 6576) (check-in: [aa29a14ca0] user: drh branch: trunk, size: 64269) | |
09:10 | [468258773b] part of check-in [38f8c5a14c] When SQLite is configured to use in-memory temp files (either by setting SQLITE_TEMP_STORE during compilation or using the temp_store pragma at run time), store statement/savepoint journals in memory also. Ticket #3825. (CVS 6575) (check-in: [38f8c5a14c] user: danielk1977 branch: trunk, size: 64271) | |
2009-04-28
| ||
15:35 | [e5249f662c] part of check-in [7975b6f2ec] Have sqlite3_create_collation() return MISUSE if passed an encoding value other than SQLITE_UTF8, SQLITE_UTF16LE, SQLITE_UTF16BE, SQLITE_UTF16 or SQLITE_UTF16_ALIGNED. (CVS 6558) (check-in: [7975b6f2ec] user: danielk1977 branch: trunk, size: 63863) | |
04:47 | [4a2f8f362e] part of check-in [057c7d1713] Make sure sqlite3_open16() always zeros the db return pointer if SQLite initialization fails. (CVS 6552) (check-in: [057c7d1713] user: drh branch: trunk, size: 63851) | |
2009-04-27
| ||
18:46 | [a3270aeabc] part of check-in [cb9af82936] Bring the documenation and implementation of sqlite3_collation_needed() into agreement. Use a more efficient implementation of sqlite3ErrStr(). sqlite3_result_error_code() now calls sqlite3ErrStr() if no prior error string was set. (CVS 6550) (check-in: [cb9af82936] user: drh branch: trunk, size: 63838) | |
2009-04-21
| ||
12:02 | [81b74ada97] part of check-in [6f481ceb50] Remove a redundant test from sqlite3_shutdown(). (CVS 6528) (check-in: [6f481ceb50] user: drh branch: trunk, size: 64144) | |
2009-04-19
| ||
12:23 | [1c68b1be78] part of check-in [d80822953c] Make extra calls to sqlite3_shutdown() be harmless no-ops. (CVS 6520) (check-in: [d80822953c] user: drh branch: trunk, size: 64190) | |
2009-04-17
| ||
16:54 | [b1eac85b64] part of check-in [bb1a390a3d] Revise the implementation of sqlite3_initialize() slightly in order to make it more easily testable. The functionality should be unchanged. (CVS 6519) (check-in: [bb1a390a3d] user: drh branch: trunk, size: 63970) | |
2009-04-09
| ||
01:23 | [96636e2ae8] part of check-in [0c41f7cff4] Enhance sqlite3_shutdown() so that it automatically invokes sqlite3_reset_auto_extension(). This is a harmless no-op if applications are already calling sqlite3_reset_auto_extension() prior to sqlite3_shutdown(). And it prevents possible memory corruption if they do not. So it works either way. Most of the changes are to the test cases. (CVS 6475) (check-in: [0c41f7cff4] user: drh branch: trunk, size: 63959) | |
2009-04-02
| ||
17:22 | [5e36e46593] part of check-in [53dac0a455] Fix a couple of harmless nuisance warnings. (CVS 6438) (check-in: [53dac0a455] user: drh branch: trunk, size: 63925) | |
2009-03-23
| ||
04:33 | [95e13cd23b] part of check-in [db1d4d2f50] Use the ROUND8() macro to round an integer up to the nearest multiple of 8 and ROUNDDOWN8() macro to round down to the nearest multiple of 8. This is a cosmetic change. (CVS 6372) (check-in: [db1d4d2f50] user: danielk1977 branch: trunk, size: 63928) | |
2009-03-19
| ||
18:51 | [cb5ce39624] part of check-in [cc0d925669] Fix a couple of fairly obscure cases where an assert() could fail following a malloc failure. (CVS 6360) (check-in: [cc0d925669] user: danielk1977 branch: trunk, size: 63920) | |
2009-03-18
| ||
10:33 | [76f953dabe] part of check-in [a60f419179] Fix some cases where executing SQL from within a user-function callback could cause problems related to statement-transactions. (CVS 6355) (check-in: [a60f419179] user: danielk1977 branch: trunk, size: 63877) | |
2009-03-16
| ||
13:19 | [99955156dd] part of check-in [b649a6cc5b] Add the sqlite3_unlock_notify() API. (CVS 6348) (check-in: [b649a6cc5b] user: danielk1977 branch: trunk, size: 63855) | |
2009-02-26
| ||
07:15 | [fd98b89bcc] part of check-in [d197afd658] In sqlite3_table_column_metadata(), hold the mutex on all attached BtShared objects while accessing schema objects. Fix for #3679. (CVS 6328) (check-in: [d197afd658] user: danielk1977 branch: trunk, size: 63677) | |
2009-02-23
| ||
14:42 | [f7f7c2fcbd] part of check-in [9b8acf8319] Ensure the return value of sqlite3_errmsg16() is aligned on a 2-byte boundary. Ticket #3665. (CVS 6313) (check-in: [9b8acf8319] user: danielk1977 branch: trunk, size: 63677) | |
2009-02-05
| ||
16:31 | [4912460dab] part of check-in [e8f192e2a9] Make the pending byte adjustable via sqlite3_test_control() on all builds, not just on test builds. (CVS 6263) (check-in: [e8f192e2a9] user: drh branch: trunk, size: 64154) | |
2009-02-04
| ||
17:40 | [75e0ec7599] part of check-in [f92405afb6] Simplify wording of backup API error message. Decapitalize some other error messages. (CVS 6256) (check-in: [f92405afb6] user: drh branch: trunk, size: 63440) | |
03:59 | [abc8351627] part of check-in [5cef400023] Changes to completely remove all floating point ops if SQLITE_OMIT_FLOATING_POINT defined. Note that w/o fp, date/time, round, nan, etc. are all gone or limited in functionality. Updated some of the test scripts to support missing fp and 64-bit functionality. Ticket #3029. (CVS 6250) (check-in: [5cef400023] user: shane branch: trunk, size: 63442) | |
2009-02-03
| ||
16:51 | [da51988dd4] part of check-in [663479b417] Commit first version of the 'backup' feature. (CVS 6241) (check-in: [663479b417] user: danielk1977 branch: trunk, size: 63406) | |
15:50 | [a7d7fd7df4] part of check-in [85e9196d79] Remove several compiler warnings. (CVS 6239) (check-in: [85e9196d79] user: drh branch: trunk, size: 63114) | |
2009-01-30
| ||
06:11 | [d4d52cf354] part of check-in [0a2c7f7403] Changes to setupLookaside() in main.c to better handle lookaside buffer configurations of zero-size. Ticket #3616. (CVS 6218) (check-in: [0a2c7f7403] user: shane branch: trunk, size: 63111) | |
2009-01-20
| ||
16:53 | [da5ff4dfbb] part of check-in [1041abd678] When not compiling for an EBCDIC system, use built-in alternatives to the tolowe r(), toupper() and other ctype.h library functions. Ticket #3597. (CVS 6196) (check-in: [1041abd678] user: danielk1977 branch: trunk, size: 62708) | |
2009-01-10
| ||
16:15 | [e7cc4e3223] part of check-in [64a8dcd8d6] When compiled with SQLITE_DEBUG (in other words, when assert() is enabled) the ALWAYS and NEVER macros will throw an assertion if their arguments are not true or false, respectively. (CVS 6159) (check-in: [64a8dcd8d6] user: drh branch: trunk, size: 62719) | |
2008-12-17
| ||
17:30 | [1d2b568213] part of check-in [34b56600ec] Add the savepoint feature. This feature is largely untested at this point. (CVS 6036) (check-in: [34b56600ec] user: danielk1977 branch: trunk, size: 62889) | |
2008-12-10
| ||
23:04 | [64857582ae] part of check-in [0a1888a7e6] More code obfuscation designed to thwart compiler warning messages. (CVS 6015) (check-in: [0a1888a7e6] user: drh branch: trunk, size: 62378) | |
21:19 | [1bb24c0720] part of check-in [ea01d43788] Additional work at eliminating silly compiler warnings. (CVS 6010) (check-in: [ea01d43788] user: drh branch: trunk, size: 62380) | |
16:45 | [12b6740195] part of check-in [da1cbfa766] Add explicit casts to silence nuisance warnings from VC++. (CVS 6004) (check-in: [da1cbfa766] user: drh branch: trunk, size: 62349) | |
2008-12-09
| ||
14:46 | [331b2652e7] part of check-in [228ebe4115] Return an appropriate out-of-memory message when sqlite3_errmsg() is called following an SQLITE_NOMEM error. (CVS 6001) (check-in: [228ebe4115] user: drh branch: trunk, size: 62299) | |
2008-12-08
| ||
21:37 | [951f0836d7] part of check-in [6ed696e7c0] Some minor name refactoring in where.c. Avoid declaring variables before initializing them in the amalgamation because VC++ doesn't like that. (CVS 5993) (check-in: [6ed696e7c0] user: drh branch: trunk, size: 62279) | |
2008-11-19
| ||
09:05 | [d67d2eee7a] part of check-in [88134322c3] Changes to avoid "unused parameter" compiler warnings. (CVS 5921) (check-in: [88134322c3] user: danielk1977 branch: trunk, size: 62252) | |
01:20 | [3b99ff818e] part of check-in [16f1e6ec2a] Add an alternative application-defined pcache implementation and add test cases to permutations.test to invoke it. Added the SQLITE_CONFIG_GETPCACHE method to sqlite3_config(). (CVS 5920) (check-in: [16f1e6ec2a] user: drh branch: trunk, size: 62215) | |
2008-11-13
| ||
14:28 | [fd93666b88] part of check-in [47866d6708] Add an API to support custom page cache implementations. (CVS 5899) (check-in: [47866d6708] user: danielk1977 branch: trunk, size: 62002) | |
2008-11-10
| ||
18:05 | [cdc0fa9b11] part of check-in [a11241d6fb] Removed a few more small parts of memsys6 code, including some config and test code for it; (CVS 5872) (check-in: [a11241d6fb] user: shane branch: trunk, size: 61813) | |
2008-11-04
| ||
13:46 | [02e1f05f94] part of check-in [d95de32e8d] Add the sqlite3_db_mutex() interface. No test cases yet. (CVS 5859) (check-in: [d95de32e8d] user: drh branch: trunk, size: 62017) | |
2008-10-30
| ||
15:03 | [df799b66bb] part of check-in [4c6a90a166] Add the sqlite3_extended_errcode() interface. Change to return SQLITE_BUSY instead of SQLITE_ERROR when a COMMIT is attempted and one or more queries are still pending. (CVS 5850) (check-in: [4c6a90a166] user: drh branch: trunk, size: 61883) | |
2008-10-12
| ||
00:27 | [ff40f9f21c] part of check-in [ba3711acee] Added SQLITE_OMIT_DEPRECATED compile time option to leave out deprecated functions. Updated test scripts to skip tests of deprecated functions if they are compiled out. (CVS 5808) (check-in: [ba3711acee] user: shane branch: trunk, size: 61679) | |
2008-10-11
| ||
15:38 | [479e3b6406] part of check-in [0c4c66071a] Added an assert() to detect lookaside memory leaks. Also added the SQLITE_OMIT_LOOKASIDE compile-time option which is useful in trying to track down lookaside memory leaks. (CVS 5800) (check-in: [0c4c66071a] user: drh branch: trunk, size: 61601) | |
15:20 | [eca6e80598] part of check-in [28bba42b33] Fix an assertion fault that occurs with SQLITE_THREADSAFE=0. (CVS 5799) (check-in: [28bba42b33] user: drh branch: trunk, size: 61526) | |
2008-10-10
| ||
17:41 | [6bdb35b22f] part of check-in [ff50a8a7e5] Simplify the symbol hash table to use only a single key class. Other changes to improve code coverage. (CVS 5794) (check-in: [ff50a8a7e5] user: drh branch: trunk, size: 61626) | |
2008-10-07
| ||
19:53 | [fccd1a3230] part of check-in [79df72ee83] Raise the hard upper bound on SQLITE_MAX_FUNCTION_ARG to 1000 from 100. The default upper bound is still 100, but it can now be raised as high as 1000 at compile-time. (CVS 5780) (check-in: [79df72ee83] user: drh branch: trunk, size: 61640) | |
15:25 | [48e2ff96b1] part of check-in [02a12eb1cf] Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0 option always removes all mutex code. For application-defined mutexes only, use SQLITE_THREADSAFE=1 with SQLITE_MUTEX_NOOP=1. Ticket #3421. (CVS 5779) (check-in: [02a12eb1cf] user: drh branch: trunk, size: 61638) | |
2008-09-23
| ||
17:39 | [9c9cad9d93] part of check-in [18d030da0c] Catch another case where SQLITE_IOERR could be returned instead of SQLITE_NOMEM following an out-of-memory error. (CVS 5739) (check-in: [18d030da0c] user: danielk1977 branch: trunk, size: 61520) | |
2008-09-22
| ||
17:22 | [19953a5479] part of check-in [118dc0ba08] Fix a memory leak that can follow a malloc failure in sqlite3_initialize. (CVS 5731) (check-in: [118dc0ba08] user: danielk1977 branch: trunk, size: 61455) | |
2008-09-08
| ||
08:08 | [8704f23153] part of check-in [79364b963b] Add header file sqliteicu.h to the ICU extension. This is analogous to the rtree.h and fts3.h headers used by other extensions to declare their entry points. Fix for ticket #3361. (CVS 5680) (check-in: [79364b963b] user: danielk1977 branch: trunk, size: 61428) | |
2008-09-03
| ||
00:43 | [088b513b16] part of check-in [f2f361a5e2] Add support for SQLITE_OPEN_FULLMUTEX. (CVS 5669) (check-in: [f2f361a5e2] user: drh branch: trunk, size: 61405) | |
2008-09-02
| ||
16:22 | [a679dd3e0f] part of check-in [af5763eb65] Fine tune the hard-coded values passed to sqlite3_init_wsd(). (CVS 5664) (check-in: [af5763eb65] user: danielk1977 branch: trunk, size: 61212) | |
14:07 | [bebdb97ae3] part of check-in [88c8275994] Move the sqlite3SharedCacheEnabled global and the inProgress static variable (function sqlite3_initialize()) into the global sqlite3Config structure. This is required for the OMIT_WSD feature to work on some platforms. (CVS 5662) (check-in: [88c8275994] user: danielk1977 branch: trunk, size: 61213) | |
09:38 | [756541b024] part of check-in [44def90d1b] Modify pcache.c to work with OMIT_WSD. (CVS 5659) (check-in: [44def90d1b] user: danielk1977 branch: trunk, size: 61263) | |
2008-09-01
| ||
18:34 | [47ce9da041] part of check-in [573d92abb9] Begin adding support for the SQLITE_OMIT_WSD macro. Some (many) WSD variables still need wrappers added to them. (CVS 5652) (check-in: [573d92abb9] user: danielk1977 branch: trunk, size: 61262) | |
2008-08-27
| ||
19:01 | [f372968372] part of check-in [ce9c74eaab] If any error occurs during sqlite3_open(), move the database handle into "sick" state. When in the sick state the user can use sqlite3_errcode() and sqlite3_errmsg(), but not much else. (CVS 5628) (check-in: [ce9c74eaab] user: danielk1977 branch: trunk, size: 60668) | |
2008-08-21
| ||
20:21 | [69dbacc8c6] part of check-in [80d6a31cb3] Move date+time functions to start-time initialization. Additional start-time function cleanup. (CVS 5585) (check-in: [80d6a31cb3] user: drh branch: trunk, size: 60697) | |
18:49 | [2513e9bb23] part of check-in [ef6936e50a] Initialize the global built-in function table at start-time instead of at compile-time. This is less prone to malfunction when compile-time parameters very. (CVS 5583) (check-in: [ef6936e50a] user: drh branch: trunk, size: 60691) | |
2008-08-20
| ||
16:35 | [aaf5af6ffe] part of check-in [daf730d1de] Refactor the name resolution procedures in the code generator. (CVS 5569) (check-in: [daf730d1de] user: drh branch: trunk, size: 60568) | |
16:21 | [64df39151a] part of check-in [66ff55efd6] Fix typo in main.c: SQLITE_MAX_ATTACH -> SQLITE_MAX_ATTACHED. Ticket #3319. (CVS 5567) (check-in: [66ff55efd6] user: danielk1977 branch: trunk, size: 60551) | |
14:49 | [c900d0f46d] part of check-in [cb494e10d7] Add the pcache module from the experimental branch. Also change things so that most of the built-in SQL functions are kept in single static hash-table, rather than creating and populating a separate hash table for each open database connection. (CVS 5566) (check-in: [cb494e10d7] user: danielk1977 branch: trunk, size: 60545) | |
2008-08-12
| ||
15:21 | [c5ed24ad2b] part of check-in [697fe7a316] Revise the initialization and shutdown logic so that it no longer keeps a recursive mutex allocated for the whole interval but instead releases the mutex as soon as possible. Do not reset status values upon initialization. (CVS 5559) (check-in: [697fe7a316] user: drh branch: trunk, size: 60334) | |
2008-08-08
| ||
14:33 | [9707706f62] part of check-in [c1a9bf3863] Round lookaside buffer sizes in the right direction. Ticket #3277. (CVS 5547) (check-in: [c1a9bf3863] user: drh branch: trunk, size: 58091) | |
2008-08-04
| ||
20:13 | [d750c6c0d3] part of check-in [5dd865da5e] Separate verbs of sqlite3_config() and sqlite3_db_config() into their own namespaces. Allow SQLITE3_DBCONFIG_LOOKASIDE to specific an external memory buffer. (CVS 5536) (check-in: [5dd865da5e] user: drh branch: trunk, size: 58071) | |
2008-08-01
| ||
18:47 | [730c6f4037] part of check-in [b65f493c75] Fix problems in test scripts. Add new test cases to improve test coverage. (CVS 5521) (check-in: [b65f493c75] user: drh branch: trunk, size: 57538) | |
16:31 | [fb1645201b] part of check-in [6a6b94302a] Test cases for sqlite3_db_config() and sqlite3_db_status(). (CVS 5518) (check-in: [6a6b94302a] user: drh branch: trunk, size: 57477) | |
2008-07-28
| ||
19:34 | [70d285dce2] part of check-in [e48f9697e9] Implement the "lookaside" memory allocation cache. Use of this cache makes the speed1.test script run about 15% faster. Added new interfaces to control the cache. (CVS 5488) (check-in: [e48f9697e9] user: drh branch: trunk, size: 57430) | |
2008-07-25
| ||
08:49 | [97b638ed3b] part of check-in [43a4cae2ac] Updates to mem6.c allocator. (CVS 5473) (check-in: [43a4cae2ac] user: danielk1977 branch: trunk, size: 55812) | |
2008-07-24
| ||
08:20 | [6aeae6ec84] part of check-in [192bc19218] Add mem6.c, a new allocator. More to come. (CVS 5467) (check-in: [192bc19218] user: danielk1977 branch: trunk, size: 55766) | |
2008-07-22
| ||
05:13 | [c89f35b92c] part of check-in [8474cde34b] Add assertion check for NaN support at startup. (CVS 5447) (check-in: [8474cde34b] user: shane branch: trunk, size: 55612) | |
2008-07-16
| ||
14:02 | [59b622b0f6] part of check-in [7eba18c3a5] Fix a bug in the error reporting of sqlite3_table_column_metadata(). (CVS 5422) (check-in: [7eba18c3a5] user: drh branch: trunk, size: 55300) | |
12:25 | [1c0d8528a2] part of check-in [a3a7820540] Activate testing of mem3 and mem5. Fix problems found. Tickets #3223 and #3225. Other test configuration changes. (CVS 5419) (check-in: [a3a7820540] user: drh branch: trunk, size: 55296) | |
2008-07-15
| ||
14:47 | [1abafc3792] part of check-in [c942a38e9a] Continuing work on improved test coverage. (CVS 5415) (check-in: [c942a38e9a] user: drh branch: trunk, size: 55294) | |
2008-07-11
| ||
16:15 | [453d54b337] part of check-in [d7e2f0d2d4] Additional test coverage for the btree module. Remove the failsafe() macro and replace it with ALWAYS() and NEVER(). (CVS 5395) (check-in: [d7e2f0d2d4] user: drh branch: trunk, size: 55323) | |
2008-07-10
| ||
18:13 | [ff7d9e39d0] part of check-in [ed8b252500] Enhancements to the testing logic for malloc and mutex. Only permit one of MEMSYS3/5 to be compiled-in at a time. Omit the SQLITE_CONFIG_MEMSYS3/5 configuration options. (CVS 5389) (check-in: [ed8b252500] user: drh branch: trunk, size: 55351) | |
17:52 | [85517c4d61] part of check-in [7e58b78712] Add the SQLITE_OPEN_NOMUTEX flag. Used for opening connections that are not protected by an internal mutex. (CVS 5387) (check-in: [7e58b78712] user: danielk1977 branch: trunk, size: 54996) | |
2008-07-09
| ||
13:28 | [62ed446133] part of check-in [8aae4fe7e7] Begin adding the failsafe() macro. (CVS 5383) (check-in: [8aae4fe7e7] user: drh branch: trunk, size: 54830) | |
2008-07-08
| ||
19:34 | [47b781b675] part of check-in [8ed04b1e26] Completely rework the sqlite3SetString() primitive so that it honors the SQLITE_LIMIT_LENGTH and avoids the use of strlen(). (CVS 5374) (check-in: [8ed04b1e26] user: drh branch: trunk, size: 54795) | |
14:52 | [7f69c952cf] part of check-in [ee93150878] Improved enforcement of the SQLITE_LIMIT_LENGTH limit. (CVS 5368) (check-in: [ee93150878] user: drh branch: trunk, size: 54774) | |
12:02 | [9d5efc5609] part of check-in [d725d3bbce] Make sqlite3_shutdown() a no-op if the library is not initialized. (CVS 5364) (check-in: [d725d3bbce] user: danielk1977 branch: trunk, size: 54735) | |
2008-07-07
| ||
19:52 | [147b58cc8b] part of check-in [28f8b6bfcc] Make check-in (5356) compatible with builds that do not enable memory management. Remove unnecessary code from main.c. Add out-of-memory tests for sqlite3_complete16(). (CVS 5357) (check-in: [28f8b6bfcc] user: drh branch: trunk, size: 54605) | |
17:53 | [1fa8697b91] part of check-in [eae4105d8a] When sqlite3_create_collation is called with an invalid encoding, return SQLITE_MISUSE. (CVS 5354) (check-in: [eae4105d8a] user: drh branch: trunk, size: 54705) | |
14:50 | [b3c4cb43fc] part of check-in [4e941f3d43] Additional test cases added on the sqlite3_create_function() interface. (CVS 5349) (check-in: [4e941f3d43] user: drh branch: trunk, size: 54821) | |
2008-06-27
| ||
13:27 | [7c326318fe] part of check-in [4f95f4cdf7] Change mem5.c so that the minimum allocation size is runtime configurable. (CVS 5320) (check-in: [4f95f4cdf7] user: danielk1977 branch: trunk, size: 54809) | |
2008-06-26
| ||
10:54 | [942283a5fc] part of check-in [1e3b830802] Change the TEMP_STORE preprocessor symbol to SQLITE_TEMP_STORE. (CVS 5312) (check-in: [1e3b830802] user: danielk1977 branch: trunk, size: 54673) | |
10:41 | [854dabef0d] part of check-in [cdd4cf4ce2] Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", "OS_WIN", "OS_WINCE", "OS_OS2" and "OS_OTHER" are now "SQLITE_OS_UNIX", "SQLITE_OS_WIN", "SQLITE_OS_WINCE", "SQLITE_OS_OS2" and "SQLITE_OS_OTHER", respectively. (CVS 5311) (check-in: [cdd4cf4ce2] user: danielk1977 branch: trunk, size: 54624) | |
08:29 | [f26f9dd14d] part of check-in [70b2ed2afc] Fix a race condition in sqlite3_initialize(). (CVS 5310) (check-in: [70b2ed2afc] user: danielk1977 branch: trunk, size: 54617) | |
2008-06-25
| ||
17:19 | [88a34d852e] part of check-in [8fa33b79d7] Remove internal function sqlite3OsDefaultVfs(). The built-in VFS layers now register their VFS implementations by calling sqlite3_vfs_register() from within sqlite3_os_init(). (CVS 5307) (check-in: [8fa33b79d7] user: danielk1977 branch: trunk, size: 53405) | |
14:26 | [1291a974ff] part of check-in [30ff6bb0b2] Fix the allocator in mem5.c so that it can be enabled at run time using the sqlite3_config() function. (CVS 5304) (check-in: [30ff6bb0b2] user: danielk1977 branch: trunk, size: 53589) | |
10:34 | [5ddfc15bdc] part of check-in [9c6c8e01b3] Fix up some details to do with the mem3.c (memsys3) allocator. If the library is compiled with SQLITE_ENABLE_MEMSYS3, the memsys3 allocator can be selected at runtime. (CVS 5303) (check-in: [9c6c8e01b3] user: danielk1977 branch: trunk, size: 53392) | |
2008-06-24
| ||
19:02 | [3f7fd6edaa] part of check-in [3febef548f] Modify the memory allocation system in mem3.c so to fit in with the new sqlite3_mem_methods scheme. At this point it only "mostly" works. (CVS 5297) (check-in: [3febef548f] user: danielk1977 branch: trunk, size: 53397) | |
2008-06-23
| ||
14:15 | [c5a5b0d782] part of check-in [edae76d6ff] Avoid passing "void(*)(void)" as an argument to va_arg(). Codewarrior doesn't like it. (CVS 5279) (check-in: [edae76d6ff] user: danielk1977 branch: trunk, size: 53195) | |
11:23 | [67a80507f4] part of check-in [4215e3e5ae] Fixed wrong type in sqlite3_create_collation16 declaration and definition (UTF-16 string had been passed as const char* instead of const void*) (CVS 5276) (check-in: [4215e3e5ae] user: mihailim branch: trunk, size: 53149) | |
09:50 | [e9a7606516] part of check-in [0492aa8ed3] Fix a bug whereby opening a connection to an existing shared-cache caused the cache-size (the value configured by "PRAGMA cache_size") to revert to its default value. (CVS 5274) (check-in: [0492aa8ed3] user: danielk1977 branch: trunk, size: 53153) | |
2008-06-20
| ||
14:59 | [37e65eaad0] part of check-in [56c8af1452] Add a mode to the sqlite3_test_control() interface to register hooks called at the beginning and end of "benign malloc failure" blocks. This allows malloc() failure testing to be done using public APIs only. (CVS 5254) (check-in: [56c8af1452] user: danielk1977 branch: trunk, size: 52870) | |
11:05 | [194909a1f4] part of check-in [4ae21e3419] Move (almost all) malloc failure test logic from fault.c to test_malloc.c. (CVS 5253) (check-in: [4ae21e3419] user: danielk1977 branch: trunk, size: 54492) | |
2008-06-19
| ||
18:17 | [ae01b4e90c] part of check-in [d22cd2a59f] Move the malloc() failure simulation out of malloc.c and into a separate sqlite3_mem_methods interface. Still some related changes to come. (CVS 5250) (check-in: [d22cd2a59f] user: danielk1977 branch: trunk, size: 54479) | |
01:03 | [d75dad89c6] part of check-in [005f8eaef5] Bug fixes: Plug a memory leak introduced by the previous check-in. Get the amalgamation to the point where it will compile. (CVS 5241) (check-in: [005f8eaef5] user: drh branch: trunk, size: 54104) | |
00:16 | [cac2d07365] part of check-in [cb1f11cd97] Add some test logic to the new memory allocation subsystem. (Lots more needed.) The test suite is currently indicating memory leaks, though it is unclear if this is a true code problem or just an instrumentation problem. (CVS 5240) (check-in: [cb1f11cd97] user: drh branch: trunk, size: 54071) | |
2008-06-18
| ||
18:57 | [d2f731a9c3] part of check-in [42a2a8f493] Remove public APIs sqlite3_mutex_init() and sqlite3_mutex_end(). This commit only changes the code, documentation is not updated yet. (CVS 5238) (check-in: [42a2a8f493] user: danielk1977 branch: trunk, size: 54051) | |
17:09 | [619caedf25] part of check-in [5059644c4b] Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITHREAD' configuration modes. (CVS 5234) (check-in: [5059644c4b] user: danielk1977 branch: trunk, size: 54055) | |
13:27 | [34c9d9f99e] part of check-in [e36201a352] Added new configuration options to query the low-level malloc interface and to provide memory buffers for scratch, page-cache, and heap memory allocators. (CVS 5231) (check-in: [e36201a352] user: drh branch: trunk, size: 53970) | |
09:45 | [21807e7bff] part of check-in [262baee995] Add some test infrastructure and cases for the new mutex api. (CVS 5230) (check-in: [262baee995] user: danielk1977 branch: trunk, size: 52996) | |
2008-06-17
| ||
18:57 | [02f11264d0] part of check-in [af1835bb5f] Add the SQLITE_CONFIG_MUTEX symbol for use with sqlite3_config(). (CVS 5228) (check-in: [af1835bb5f] user: danielk1977 branch: trunk, size: 52823) | |
2008-06-16
| ||
20:51 | [1f65b285a8] part of check-in [bb4edb5396] Clean up obfuscated code in sqlite3_table_column_meta_data(). Be sure to invoke sqlite3_initialize() within sqlite3_mprintf(). (CVS 5224) (check-in: [bb4edb5396] user: drh branch: trunk, size: 52676) | |
2008-06-14
| ||
16:56 | [4540ec2c0b] part of check-in [f00305f4cd] Continuing progress on the new memory allocation subsystem. Added the sqlite3_mem_methods structure for defining new memory allocators at run-time. (CVS 5219) (check-in: [f00305f4cd] user: drh branch: trunk, size: 52690) | |
2008-06-13
| ||
18:24 | [88caac737f] part of check-in [a03c5af115] Progress toward implementation of sqlite3_config() and a rework of the mutex and memory allocation subsystems. This is an incremental check-in. (CVS 5218) (check-in: [a03c5af115] user: drh branch: trunk, size: 52899) | |
2008-05-26
| ||
20:19 | [25358a4041] part of check-in [aa8eba3360] Update the amalgamation builder to incorporate the RTREE extension. (CVS 5160) (check-in: [aa8eba3360] user: drh branch: trunk, size: 49197) | |
18:41 | [51f0220949] part of check-in [b104dcd6ad] Import 'rtree' extension. (CVS 5159) (check-in: [b104dcd6ad] user: danielk1977 branch: trunk, size: 49193) | |
2008-05-22
| ||
13:56 | [cf415e0920] part of check-in [0d47653a3c] Ensure that the db.mallocFailed flag is cleared before sqlite3_errmsg16() returns. (CVS 5154) (check-in: [0d47653a3c] user: danielk1977 branch: trunk, size: 49036) | |
2008-05-13
| ||
13:27 | [2d1cf908a2] part of check-in [a9d1d93135] Make the benign-fault setting recursive. Make all malloc failures during a rollback benign since there is nothing we can do about them. (CVS 5128) (check-in: [a9d1d93135] user: drh branch: trunk, size: 48703) | |
2008-05-05
| ||
16:56 | [4c9ac364c1] part of check-in [bdd89cd231] Better error messages when trying to open a large file using a version of SQLite that omits large file support. Tickets #3096 and #3094. (CVS 5085) (check-in: [bdd89cd231] user: drh branch: trunk, size: 48701) | |
2008-05-01
| ||
17:03 | [d40ed2bf7b] part of check-in [227a6f67c2] Fix harmless compiler warnings. (CVS 5073) (check-in: [227a6f67c2] user: drh branch: trunk, size: 48701) | |
2008-04-28
| ||
20:35 | [94c8bf6ad5] part of check-in [e6f71abb22] Allow SQLITE_MAX_COLUMN to be set to zero at compile-time in order to disable the checks. Also SQLITE_MAX_EXPR_DEPTH. Ticket #3069. (CVS 5065) (check-in: [e6f71abb22] user: drh branch: trunk, size: 48628) | |
16:19 | [367b5806a0] part of check-in [20946bf6dd] Fix a shared-cache mode problem triggered when sqlite3_open16() was used to open the second or subsequent connections to a utf-8 database. (CVS 5059) (check-in: [20946bf6dd] user: danielk1977 branch: trunk, size: 48796) | |
2008-04-16
| ||
00:49 | [3300916fb6] part of check-in [d35dea059e] Make sure the database connection mutex is held before calling sqlite3SafetyOn() or sqlite3SafetyOff(). Ticket #3059. (CVS 5016) (check-in: [d35dea059e] user: drh branch: trunk, size: 48827) | |
2008-04-15
| ||
04:02 | [e025166b65] part of check-in [c5435f71ef] Fix a bug in the RTRIM collating sequence discovered while working on condition/decision branch coverage. Increase test coverage of the date/time functions. (CVS 5010) (check-in: [c5435f71ef] user: drh branch: trunk, size: 48827) | |
02:36 | [8f3ce97352] part of check-in [b7ffc6f0f3] Add out-of-range tests on the first parameter to sqlite3_limit(). Add the ability to record tests that have been skipped due to configuration limitations. (CVS 5009) (check-in: [b7ffc6f0f3] user: drh branch: trunk, size: 48821) | |
2008-04-03
| ||
16:28 | [afcd42ba14] part of check-in [33a12e737c] Instead of calling sqlite3_exec() to evaluate "PRAGMA encoding = UTF16" in sqlite3_open16(), set the connection encoding flag directly. (CVS 4959) (check-in: [33a12e737c] user: danielk1977 branch: trunk, size: 48828) | |
2008-04-01
| ||
15:06 | [b499fa9fa2] part of check-in [492490f9c8] Add the testcase() macro. Additional CSE test coverage. (CVS 4951) (check-in: [492490f9c8] user: drh branch: trunk, size: 48852) | |
2008-03-21
| ||
16:45 | [7d22155e35] part of check-in [2498d3ea36] Add a completely new testing system for the Bitvec object. The new testing system uses sqlite3_test_control() instead of unpublished APIs. Now provides 100% condition/decision coverage. Obscure bugs in Bitvec found and fixed as a result of the enhanced coverage. (CVS 4902) (check-in: [2498d3ea36] user: drh branch: trunk, size: 48690) | |
2008-03-20
| ||
18:00 | [f9c9a666f0] part of check-in [d6be1f495e] In the sqlite3_limit() interface, take out the feature where zero means use the hard upper bound. If an application wants the hard upper bound, it can set the limit to 0x7fffffff and the bound will be automatically truncated. (CVS 4900) (check-in: [d6be1f495e] user: drh branch: trunk, size: 48144) | |
16:30 | [24711c8e40] part of check-in [4c4be4c3c8] Reinstate test cases for the limit tests. The sqlite3_limit() API is now tested and working. (CVS 4899) (check-in: [4c4be4c3c8] user: drh branch: trunk, size: 48236) | |
14:03 | [03a53976e2] part of check-in [60c77882b2] Initial implementation of per-connection limits and the sqlite3_limit() API. The sqllimits1.test script crashes. SQLITE_LIMIT_PAGE_COUNT and SQLITE_LIMIT_VDBE_OP are currently ignored. (CVS 4897) (check-in: [60c77882b2] user: drh branch: trunk, size: 48341) | |
11:04 | [9dd4646a7d] part of check-in [871df0e7c3] Allow a VACUUM operation to change the page-size in the same way as it can be used to change a database between auto-vacuum and normal mode. (CVS 4896) (check-in: [871df0e7c3] user: danielk1977 branch: trunk, size: 45802) | |
2008-03-19
| ||
16:08 | [bb31f65f7b] part of check-in [e90c4cc8a8] Move SQL functions used for testing only out of func.c and into a new test file named test_func.c. Use sqlite3_auto_extension() to make sure the test functions appear in every database connection. (CVS 4883) (check-in: [e90c4cc8a8] user: drh branch: trunk, size: 45770) | |
14:15 | [b0c3b5f072] part of check-in [15110ea027] Add a new api sqlite3_randomness() for providing access to SQLite's internal PRNG. Add sqlite3_test_control() verbs for controlling the PRNG. (CVS 4882) (check-in: [15110ea027] user: drh branch: trunk, size: 44314) | |
2008-03-18
| ||
13:01 | [39fb36d592] part of check-in [edd207b9a9] Minor test coverage enhancements. (CVS 4877) (check-in: [edd207b9a9] user: drh branch: trunk, size: 44053) | |
2008-03-07
| ||
21:37 | [15db7dda67] part of check-in [4996ff9357] Make sure all necessary mutexes are held prior to initializing the schema in sqlite3_table_column_metadata(). (CVS 4841) (check-in: [4996ff9357] user: drh branch: trunk, size: 44069) | |
2008-03-04
| ||
17:45 | [4f2a8a889e] part of check-in [9c6694bb61] Various renames & cleanups to limit exported symbols on amalgamation build (CVS 4819) (check-in: [9c6694bb61] user: mlcreech branch: trunk, size: 44018) | |
2008-02-21
| ||
02:09 | [75314b1c34] part of check-in [e0baceac41] Test coverage and documentation improvements. (CVS 4803) (check-in: [e0baceac41] user: drh branch: trunk, size: 44015) | |
2008-02-19
| ||
15:20 | [56f208ef8a] part of check-in [33e26f6adf] Make sure SQLITE_OPEN_DELETEONCLOSE is ignored by sqlite3_open_v2(). (CVS 4798) (check-in: [33e26f6adf] user: drh branch: trunk, size: 43982) | |
2008-01-31
| ||
15:31 | [b4014b7197] part of check-in [b547e7ea75] Add "return rc;" to the end of sqlite3_test_control(). (CVS 4760) (check-in: [b547e7ea75] user: danielk1977 branch: trunk, size: 43590) | |
14:43 | [ecdc7669cd] part of check-in [413ddade6a] Add the sqlite3_test_control() API. Use it to control the fault injector. (CVS 4758) (check-in: [413ddade6a] user: drh branch: trunk, size: 43563) | |
13:35 | [2db3bc459c] part of check-in [72411043e6] Version number to 3.5.5. Include FTS3 in the amalgamation by default (but disabled unless compiled with -DSQLITE_ENABLE_FTS3). Fix a memory allocation problem. (CVS 4757) (check-in: [72411043e6] user: drh branch: trunk, size: 42709) | |
2008-01-23
| ||
12:52 | [2d4b0de4bc] part of check-in [9f95d79dae] Improvements to test coverage in the lemon-generated parser and in the sqlite3_get_table() interface. (CVS 4745) (check-in: [9f95d79dae] user: drh branch: trunk, size: 42699) | |
03:03 | [a85079f79c] part of check-in [5375ad6b4b] Make sqlite3SafetyOn() and sqlite3SafetyOff() macros which disappear when compiling without -DSQLITE_DEBUG=1. (CVS 4744) (check-in: [5375ad6b4b] user: drh branch: trunk, size: 43177) | |
2008-01-22
| ||
21:30 | [de0a4555ca] part of check-in [1a335e1801] Add the fault injector module in fault.c. Use it as a basis for memory allocation failure testing. (CVS 4742) (check-in: [1a335e1801] user: drh branch: trunk, size: 43682) | |
14:50 | [f17abe4d28] part of check-in [83ca4fc7dc] Remove dead code from the lemon-generated parser. Better testing of the sqlite3_file_control() interface, and in particular make sure the interface works on :memory: databases. (CVS 4738) (check-in: [83ca4fc7dc] user: drh branch: trunk, size: 43729) | |
2008-01-20
| ||
23:19 | [05bba9097e] part of check-in [0bf4e7fefd] Add the RTRIM collating sequence. Only implemented for UTF8. Still considered experimental and may be removed if we find adverse impact elsewhere in the system. (CVS 4732) (check-in: [0bf4e7fefd] user: drh branch: trunk, size: 43695) | |
2007-12-07
| ||
18:55 | [bdeb906fb1] part of check-in [c9eb65912f] In shared-cache mode, make sure the busy hander invoked is the busy handler associated with the database connection that caused the lock contention in the first place. (CVS 4598) (check-in: [c9eb65912f] user: drh branch: trunk, size: 43154) | |
2007-12-05
| ||
01:38 | [53e71b4d4a] part of check-in [bdfc19e838] Add the ability to change the autovacuum status of an existing database by setting the auto_vacuum pragma then running the VACUUM command. (CVS 4592) (check-in: [bdfc19e838] user: drh branch: trunk, size: 43221) | |
2007-10-12
| ||
19:35 | [994a6b6914] part of check-in [e1b2e7c24c] Convert a K&R style function to ANSI style. Ticket #2548. (CVS 4487) (check-in: [e1b2e7c24c] user: drh branch: trunk, size: 43197) | |
2007-10-03
| ||
21:10 | [946ca0da59] part of check-in [96dd3c336b] Fix a syntax error that comes up when memory debugging is disabled. (CVS 4462) (check-in: [96dd3c336b] user: drh branch: trunk, size: 43193) | |
08:46 | [3040200e56] part of check-in [12eca32a6a] Add automatic recovery from the pager "error-state". Also add a new error code - SQLITE_IOERR_NOMEM. (CVS 4454) (check-in: [12eca32a6a] user: danielk1977 branch: trunk, size: 43202) | |
2007-09-03
| ||
15:19 | [e69df8c9e5] part of check-in [020a2b10d4] Honor the SQLITE_OPEN_ flags passed into sqlite3_open_v2(). Some test cases added but more are needed. Ticket #2616. (CVS 4376) (check-in: [020a2b10d4] user: drh branch: trunk, size: 43037) | |
11:04 | [0419100516] part of check-in [c0ce631964] Handle transient malloc() failures in sqlite3CreateFunc(). (CVS 4371) (check-in: [c0ce631964] user: danielk1977 branch: trunk, size: 42747) | |
2007-09-01
| ||
06:51 | [c271d9104b] part of check-in [5f48fb95c2] Fix for registration of non-default vfs objects. (CVS 4360) (check-in: [5f48fb95c2] user: danielk1977 branch: trunk, size: 42700) | |
2007-08-31
| ||
16:11 | [00a894cd34] part of check-in [d3ab3e3911] Initial implementation of the sqlite3_file_control() interface. Compiles and passes all historical tests but the new method is itself untested. (CVS 4353) (check-in: [d3ab3e3911] user: drh branch: trunk, size: 42520) | |
2007-08-30
| ||
20:09 | [80ebc68e5a] part of check-in [1b39a714ef] Add the experimental sqlite3_threadsafe() API. (CVS 4350) (check-in: [1b39a714ef] user: drh branch: trunk, size: 41729) | |
16:23 | [9276bbdc90] part of check-in [e9b2700b8c] Make the latest interfaces usable by loadable extensions. (CVS 4343) (check-in: [e9b2700b8c] user: drh branch: trunk, size: 41671) | |
2007-08-24
| ||
16:08 | [58f71f9b0c] part of check-in [b8451da378] Remove nRef and vfsMutex from the sqlite3_vfs structure. Omit the sqlite3_vfs_release() interface. Less memory allocated for a pager in the common case where the size of the pathname is less than MAX_PATH. (CVS 4287) (check-in: [b8451da378] user: drh branch: trunk, size: 41671) | |
03:51 | [795ec066ce] part of check-in [3a68fcddfa] The win32 driver compiles but does not yet work well. Many bugs fixed. (CVS 4282) (check-in: [3a68fcddfa] user: drh branch: trunk, size: 41733) | |
2007-08-22
| ||
20:18 | [527f27c74d] part of check-in [db818430e9] The malloc.test script now passes all tests with no errors. (CVS 4271) (check-in: [db818430e9] user: drh branch: trunk, size: 41712) | |
02:56 | [ea11ee57f3] 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: 41694) | |
00:39 | [316381eeaf] part of check-in [1914044b88] Reenable the memory management logic. The quick.test script now runs with SQLITE_MEMDEBUG and SQLITE_ENABLE_MEMORY_MANAGEMENT. 7 minor errors. (CVS 4265) (check-in: [1914044b88] user: drh branch: trunk, size: 41554) | |
2007-08-21
| ||
19:33 | [7cec512d2c] part of check-in [9287276191] The sqlite3_value object now carries an sqlite3* pointer to use for recording malloc failures. This eliminates the need to pass sqlite3* pointers into many internal interfaces. Also added more mutexing. (CVS 4263) (check-in: [9287276191] user: drh branch: trunk, size: 41554) | |
16:15 | [1f6f469751] part of check-in [7428732b1f] Adding more thread locking code. This is an incremental check-in. (CVS 4262) (check-in: [7428732b1f] user: drh branch: trunk, size: 41564) | |
15:13 | [5f6ab33804] part of check-in [3787563e90] Readded the sqlite3_open_v2() interface. No test cases yet. Additional progress toward adding mutexes to all interfaces. (CVS 4261) (check-in: [3787563e90] user: drh branch: trunk, size: 41298) | |
10:44 | [3f8917757c] part of check-in [fbbd5bda54] Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255) (check-in: [fbbd5bda54] user: drh branch: trunk, size: 40535) | |
2007-08-20
| ||
22:48 | [7310dd532c] part of check-in [1315bd8e12] Work toward multithreading support. Currently crashes quickly on a test. (CVS 4253) (check-in: [1315bd8e12] user: drh branch: trunk, size: 40551) | |
17:37 | [685aa31a7a] part of check-in [95ef963232] Add support for building with fts3. (CVS 4250) (check-in: [95ef963232] user: shess branch: trunk, size: 40556) | |
16:07 | [b597752b33] part of check-in [917790413c] Call sqlite3OsSleep() with an argument in microseconds, not milliseconds. (CVS 4248) (check-in: [917790413c] user: danielk1977 branch: trunk, size: 40408) | |
11:12 | [064bbb20e3] part of check-in [b27f022fb9] Get main.c to compile when HAVE_USLEEP is 0. (CVS 4245) (check-in: [b27f022fb9] user: drh branch: trunk, size: 40395) | |
2007-08-18
| ||
10:59 | [e4bfea7b89] part of check-in [a258c4ec24] Further progress on migration to sqlite3_vfs. (CVS 4242) (check-in: [a258c4ec24] user: danielk1977 branch: trunk, size: 40358) | |
2007-08-17
| ||
15:53 | [cb6635a4d2] part of check-in [af3e3c7acd] Begin migration to using sqlite3_vfs interface. (CVS 4240) (check-in: [af3e3c7acd] user: danielk1977 branch: trunk, size: 40227) | |
01:14 | [6e12fdab03] part of check-in [4c1e9ffebe] Begin adding mutexes. Compiles without SQLITE_OMIT_SHARED_CACHE but we get an assertion fault on the shared cache testing. (CVS 4239) (check-in: [4c1e9ffebe] user: drh branch: trunk, size: 40095) | |
2007-08-16
| ||
13:01 | [996df54748] part of check-in [3d60c14a32] Remove the thread specific data subsystem from the unix build. Remove legacy cruft from sqliteInt.h. Use the new mutex subsystem in the PRNG. (CVS 4237) (check-in: [3d60c14a32] user: drh branch: trunk, size: 40917) | |
10:09 | [47c6d49183] part of check-in [77b1671351] More work on refactoring of malloc() interfaces. There are still many errors. (CVS 4233) (check-in: [77b1671351] user: danielk1977 branch: trunk, size: 40935) | |
04:30 | [7850774e64] part of check-in [deb7ecd65f] Half-way through a major refactoring of the memory allocation. I have not even attempted to compile so I am certain there are countless errors. (CVS 4231) (check-in: [deb7ecd65f] user: drh branch: trunk, size: 40893) | |
2007-08-15
| ||
13:04 | [f12d230c12] part of check-in [c0fa376979] Add initial implementations of mutex and memory subsystem modules. (CVS 4226) (check-in: [c0fa376979] user: drh branch: trunk, size: 40971) | |
2007-08-13
| ||
15:28 | [345ffcf445] part of check-in [a07143fc05] Invalidate prepared SQL statements when rolling back a transaction that includes schema modifications. (CVS 4216) (check-in: [a07143fc05] user: danielk1977 branch: trunk, size: 41787) | |
2007-06-22
| ||
15:21 | [65fc7de0b3] part of check-in [68677e420c] Extend fts2 so that user defined tokenizers may be added. Add a tokenizer that uses the ICU library if available. Documentation and tests to come. (CVS 4108) (check-in: [68677e420c] user: danielk1977 branch: trunk, size: 41746) | |
2007-05-08
| ||
20:37 | [797dc98371] part of check-in [e9f56ead05] Fix the amalgamation generator so that all non-API functions have file scope. (CVS 3958) (check-in: [e9f56ead05] user: drh branch: trunk, size: 41458) | |
12:12 | [35b3407163] part of check-in [031a5915b6] Begin adding code to explicitly limit the size of strings and blobs. (CVS 3943) (check-in: [031a5915b6] user: drh branch: trunk, size: 41458) | |
01:08 | [00e01d7912] part of check-in [93b623b232] Begin implementing a new system of upper bounds on the capabilities of SQLite. By clearly defining the upper bounds, we make those upper bounds explicitly testable. This check-in is just infrastructure. The upper bounds are not yet enforced. (CVS 3941) (check-in: [93b623b232] user: drh branch: trunk, size: 41378) | |
2007-05-07
| ||
14:58 | [0e389104ac] part of check-in [ddc4e4797f] Change the name of create_collation_x() to create_collation_v2(). Also add some tests for it. (CVS 3938) (check-in: [ddc4e4797f] user: danielk1977 branch: trunk, size: 41343) | |
09:32 | [ada896b955] part of check-in [ff49d48f2f] Add the experimental create_collation_x() api. (CVS 3934) (check-in: [ff49d48f2f] user: danielk1977 branch: trunk, size: 41342) | |
2007-05-06
| ||
16:04 | [2e11ec21dd] part of check-in [f473e85267] Add the start of the ICU extension. (CVS 3931) (check-in: [f473e85267] user: danielk1977 branch: trunk, size: 40014) | |
2007-04-18
| ||
14:24 | [e6eb036c35] part of check-in [175156d1fc] Minor changes (mainly to assert() macros) to handle malloc failure in vtab operations. (CVS 3851) (check-in: [175156d1fc] user: danielk1977 branch: trunk, size: 39908) | |
2007-04-16
| ||
15:06 | [a8f5c62b51] part of check-in [8d6c3bfc4d] Ensure sqlite3_finalize() can be called from within the xDisconnect() method of virtual tables. (CVS 3845) (check-in: [8d6c3bfc4d] user: danielk1977 branch: trunk, size: 39510) | |
2007-04-02
| ||
16:40 | [c8915777ae] part of check-in [93a41510f0] Provide a compile-time option to enable exclusive access mode by default. (CVS 3800) (check-in: [93a41510f0] user: drh branch: trunk, size: 39501) | |
2007-03-31
| ||
15:28 | [a0e10c0888] part of check-in [476e7c3fcc] Increase test coverage by statically defining SQLITE_BIGENDIAN and related macros for ix86 platforms. Still a run-time test for other architectures. Need to add additional cases to cover other popular processors. (CVS 3781) (check-in: [476e7c3fcc] user: drh branch: trunk, size: 39073) | |
2007-03-30
| ||
20:43 | [a02581f507] part of check-in [6dfd4a12a8] Remove vestiges of the SQLITE_PROTOCOL error. (CVS 3773) (check-in: [6dfd4a12a8] user: drh branch: trunk, size: 39205) | |
11:29 | [e9ea17d6f1] part of check-in [23653f7aab] Move the sqlite3_temp_directory global variable out of the OS porting layer and into main.c so that it is more accessible to non-standard OS porting layers. (CVS 3759) (check-in: [23653f7aab] user: drh branch: trunk, size: 39285) | |
07:10 | [d3b86042d8] part of check-in [19fc3d7896] Extra test cases to improve coverage of main.c. (CVS 3755) (check-in: [19fc3d7896] user: danielk1977 branch: trunk, size: 39035) | |
2007-03-29
| ||
15:00 | [3ca92e8f23] part of check-in [54fa22273d] Assume the malloc-failed flag cannot already be set when calling sqlite3_errmsg(16)(). (CVS 3745) (check-in: [54fa22273d] user: danielk1977 branch: trunk, size: 38885) | |
2007-03-27
| ||
22:24 | [ed005bbc1d] part of check-in [113aab2cdf] The SQLITE_ENABLE_LOAD_EXTENSION macro enables the load_extension() SQL function by default without having to invoke sqlite3_enable_load_extension() first. (CVS 3732) (check-in: [113aab2cdf] user: drh branch: trunk, size: 38848) | |
2007-02-28
| ||
04:47 | [af8922e020] part of check-in [007ca28389] Add the undocumented and experimental I/O tracing interface. This interface is likely to change and may be completely abandoned in the near future. (CVS 3665) (check-in: [007ca28389] user: drh branch: trunk, size: 38765) | |
2006-12-19
| ||
18:57 | [33c32014da] part of check-in [c3d118b408] Build without warnings and pass all tests with SQLITE_OMIT_LOAD_EXTENSION. Ticket #2113. (CVS 3534) (check-in: [c3d118b408] user: drh branch: trunk, size: 38484) | |
2006-10-19
| ||
20:27 | [646deaa19e] part of check-in [004ad1943f] fts2 support for testing. These are a prelude to adding some test scripts. (CVS 3480) (check-in: [004ad1943f] user: shess branch: trunk, size: 38480) | |
2006-09-16
| ||
21:45 | [b9cf8dd198] part of check-in [aa7728f9f5] Add the sqlite3_overload_function() API - part of the virtual table interface. (CVS 3426) (check-in: [aa7728f9f5] user: drh branch: trunk, size: 38369) | |
2006-09-15
| ||
07:28 | [e284169854] part of check-in [ba579ddc43] Add support for extended result codes - additional result information carried in the higher bits of the integer return codes. This must be enabled using the sqlite3_extended_result_code() API. Only a few extra result codes are currently defined. (CVS 3422) (check-in: [ba579ddc43] user: drh branch: trunk, size: 37537) | |
2006-09-02
| ||
13:58 | [f780d73b30] part of check-in [8a96bdb724] Automatically register the FTS module if it is compiled into the build. (CVS 3384) (check-in: [8a96bdb724] user: drh branch: trunk, size: 37253) | |
2006-08-23
| ||
20:07 | [96ab5f29fe] part of check-in [a85fc877eb] Add the new experimental sqlite3_auto_extension() API. (CVS 3362) (check-in: [a85fc877eb] user: drh branch: trunk, size: 37144) | |
2006-07-30
| ||
20:50 | [3690d4a440] part of check-in [af05c3ca06] Reset the schema before checking for outstanding statements inside sqlite3_close() so that virtual tables will be disconnected. (CVS 3341) (check-in: [af05c3ca06] user: drh branch: trunk, size: 36985) | |
2006-07-26
| ||
01:39 | [494d3750d0] part of check-in [35fd67d7a0] Initial attempt at making sqlite3_interrupt() work even when called from a separate thread. (CVS 3335) (check-in: [35fd67d7a0] user: drh branch: trunk, size: 36948) | |
2006-07-11
| ||
14:17 | [14937db8a0] part of check-in [65b60f05ce] By default, new databases are now created in the legacy file format - the format that ignores DESC on indices. If you want descending indices, you must either recompile with -DSQLITE_DEFAULT_FILE_FORMAT=4 or issue "PRAGMA legacy_file_format=OFF" prior to creating the first table in the database. (CVS 3330) (check-in: [65b60f05ce] user: drh branch: trunk, size: 36908) | |
2006-07-06
| ||
10:59 | [be8cb8af8f] part of check-in [225a9597b2] Change sqlite3_busy_timeout so that it checks for an invalid database pointer. (CVS 3320) (check-in: [225a9597b2] user: drh branch: trunk, size: 36821) | |
2006-06-27
| ||
20:06 | [4a9be207fc] part of check-in [eb3442c44e] Move the sqlite3_sleep() and sqlite3_clear_bindings() interfaces into the main library and make this official. (CVS 3316) (check-in: [eb3442c44e] user: drh branch: trunk, size: 36759) | |
2006-06-26
| ||
21:35 | [2f78bd8685] part of check-in [85a66a25e9] Publish APIs sqlite3_malloc() and sqlite3_realloc() that use the OS-layer memory allocator. Convert sqlite3_free() and sqlite3_mprintf() to also use the OS-layer memory allocator. (CVS 3298) (check-in: [85a66a25e9] user: drh branch: trunk, size: 36348) | |
2006-06-24
| ||
11:51 | [b71877c9c3] part of check-in [255aa9121a] A few more test cases to improve coverage of virtual table module related code. (CVS 3292) (check-in: [255aa9121a] user: danielk1977 branch: trunk, size: 35871) | |
2006-06-23
| ||
11:34 | [efdd186a44] part of check-in [b56cc035f2] Fix some memory leaks that occur when malloc() fails. (CVS 3286) (check-in: [b56cc035f2] user: danielk1977 branch: trunk, size: 35851) | |
2006-06-22
| ||
09:53 | [645a02be04] part of check-in [51b729d9d9] Test the handling of errors in virtual table methods. (CVS 3284) (check-in: [51b729d9d9] user: danielk1977 branch: trunk, size: 35823) | |
2006-06-16
| ||
16:08 | [7101314a36] part of check-in [6125140228] Add code to invoke the virtual table transaction interface. Untested at this point. (CVS 3261) (check-in: [6125140228] user: danielk1977 branch: trunk, size: 35823) | |
2006-06-15
| ||
04:28 | [7875e88355] part of check-in [470a3a0b20] Add void* argument to sqlite3_create_module to replace sqlite3_module.pAux. (CVS 3251) (check-in: [470a3a0b20] user: danielk1977 branch: trunk, size: 35796) | |
2006-06-14
| ||
15:35 | [4e48472d06] part of check-in [0d369ff071] Better documentation on the limits of user-defined functions. And a marginally better error message when those limits are exceeded. Ticket #1847. (CVS 3247) (check-in: [0d369ff071] user: drh branch: trunk, size: 35650) | |
2006-06-11
| ||
23:41 | [f4397bf952] part of check-in [898ec36b41] Progress toward CREATE VIRTUAL TABLE. Still not even close to working... (CVS 3211) (check-in: [898ec36b41] user: drh branch: trunk, size: 35596) | |
2006-06-08
| ||
15:48 | [0147dbf7ba] part of check-in [327e6909c9] Unload shared libraries when a database connection closes. (CVS 3208) (check-in: [327e6909c9] user: drh branch: trunk, size: 35426) | |
2006-05-24
| ||
12:43 | [928d93cfd5] part of check-in [c8e5ceedee] When opening a new connection on a shared cache, be careful not to overwrite the encoding flag on the shared cache. Ticket #1824. (CVS 3190) (check-in: [c8e5ceedee] user: drh branch: trunk, size: 35396) | |
2006-03-16
| ||
16:19 | [5cdd81aaf1] part of check-in [6c5175bc0f] Fix some compiler warnings. (CVS 3140) (check-in: [6c5175bc0f] user: drh branch: trunk, size: 35455) | |
14:05 | [a025a1990c] part of check-in [5048fae042] Make provisions in the code to support Provisions to support caching of serialized statements in the SSE extension. (CVS 3139) (check-in: [5048fae042] user: drh branch: trunk, size: 35400) | |
2006-03-13
| ||
15:06 | [631ad93d03] part of check-in [5ddc09a5e4] Get parserless builds working again. (CVS 3133) (check-in: [5ddc09a5e4] user: drh branch: trunk, size: 35407) | |
2006-03-03
| ||
20:54 | [b2fae87237] part of check-in [43e5462608] Make sure the default busy handler uses usleep() when available. Ticket #1684. (CVS 3121) (check-in: [43e5462608] user: drh branch: trunk, size: 35441) | |
2006-02-16
| ||
18:16 | [f520c65fb1] part of check-in [7a1701e8c5] Or the SQLITE_UTF16_ALIGNED with the encoding field in sqlite3_create_collation and UTF16 strings will always be aligned on an even byte boundary when passed into the comparison function. (CVS 3103) (check-in: [7a1701e8c5] user: drh branch: trunk, size: 35416) | |
2006-02-09
| ||
13:43 | [9a42464c44] part of check-in [1ac72f68c0] Add the sqlite3_table_column_meta() API. (CVS 3062) (check-in: [1ac72f68c0] user: danielk1977 branch: trunk, size: 35510) | |
2006-02-01
| ||
13:50 | [ce5b9f0af9] part of check-in [3861377bd9] Always register BINARY collating sequences for UTF-16BE and UTF-16LE both. Formerly we were only registering the native byte order by default. Ticket #1654. Note: There may still be problems with collating sequence synthesis. (CVS 3053) (check-in: [3861377bd9] user: drh branch: trunk, size: 32167) | |
2006-01-31
| ||
19:31 | [5c890c27e0] part of check-in [b922c8e45f] Fix some pointless warnings from overly-pedantic compilers. (CVS 3048) (check-in: [b922c8e45f] user: drh branch: trunk, size: 31985) | |
2006-01-24
| ||
16:37 | [2693776249] part of check-in [5df9f022bf] Handle errors in saving cursor positions during a rollback by aborting all active statements. (CVS 3027) (check-in: [5df9f022bf] user: danielk1977 branch: trunk, size: 32067) | |
13:09 | [dc3fc9b02b] part of check-in [c30705a00d] Return code was being dropped because of overridden variable in OP_IsUnique. Fix this and the test logic problem that hid it. (CVS 3025) (check-in: [c30705a00d] user: danielk1977 branch: trunk, size: 32174) | |
2006-01-19
| ||
17:42 | [439168db0a] part of check-in [0208e4221a] Make sure sqlite3_thread_cleanup() does not try to allocate memory. (CVS 2979) (check-in: [0208e4221a] user: drh branch: trunk, size: 32154) | |
2006-01-18
| ||
16:51 | [fe0ec40a2c] part of check-in [ac090f2ab3] Use a global variable protected by a mutex instead of thread-specific-data to record malloc() failures. (CVS 2972) (check-in: [ac090f2ab3] user: danielk1977 branch: trunk, size: 32144) | |
15:25 | [bf810309d9] part of check-in [e0b022e5b2] Change sqlite3MallocClearFailed() calls to sqlite3ApiExit(), a better API. (CVS 2970) (check-in: [e0b022e5b2] user: danielk1977 branch: trunk, size: 32364) | |
05:51 | [fd9cb79c9f] part of check-in [86eab9e53d] Handle malloc() failures that occur in open16() and errmsg16(). (CVS 2967) (check-in: [86eab9e53d] user: danielk1977 branch: trunk, size: 33044) | |
04:26 | [bab16cf13d] part of check-in [95c5903f36] Handle malloc() failures that occur inside create_collation() calls. (CVS 2966) (check-in: [95c5903f36] user: danielk1977 branch: trunk, size: 32930) | |
2006-01-17
| ||
13:21 | [e934ce6ce3] part of check-in [0505405fb9] Various fixes that allow the malloc() failure tests to pass again. (CVS 2963) (check-in: [0505405fb9] user: danielk1977 branch: trunk, size: 32410) | |
2006-01-11
| ||
21:41 | [39d073fb1f] part of check-in [5d9c6aa964] Automatically deallocate thread-specific data when it is no longer being used. Ticket #1601. Also implemented the suggestion of ticket #1603. Memory management is now off by default at compile-time. The sqlite3_enable_memory_management() API has been removed. (CVS 2919) (check-in: [5d9c6aa964] user: drh branch: trunk, size: 31693) | |
2006-01-10
| ||
13:58 | [3fe4b606db] part of check-in [4f2ec95283] Move the implementation of sqlite3_enable_shared_cache from btree.c to main.c. (CVS 2902) (check-in: [4f2ec95283] user: drh branch: trunk, size: 31327) | |
07:14 | [eb4ba0a506] part of check-in [bd02a6faef] If compiled with memory-debugging, write garbage to memory when it is freed. Fix for #1594. (CVS 2900) (check-in: [bd02a6faef] user: danielk1977 branch: trunk, size: 30604) | |
2006-01-09
| ||
16:12 | [68563cfa3f] part of check-in [3e75d3d5ef] Fix some errors to do with attached databases and text encodings in shared-cache mode. (CVS 2895) (check-in: [3e75d3d5ef] user: danielk1977 branch: trunk, size: 30229) | |
06:29 | [2e6d948291] part of check-in [82b81f69c7] Rename DbSchema to "Schema" and SqliteTsd to "ThreadData". (CVS 2893) (check-in: [82b81f69c7] user: danielk1977 branch: trunk, size: 30191) | |
2006-01-06
| ||
21:52 | [8c2d64f146] part of check-in [9d71b7deaf] Changes so that SQLITE_OMIT_PARSER and SQLITE_OMIT_DISKIO work. (CVS 2878) (check-in: [9d71b7deaf] user: drh branch: trunk, size: 30141) | |
14:32 | [b43ca57f8a] part of check-in [2529c2e11f] Change the OS interface layer to use traditional direct function call implementations instead of the more complicated virtual function table. Omit the asynchronous I/O demo. (CVS 2870) (check-in: [2529c2e11f] user: drh branch: trunk, size: 32453) | |
06:33 | [244a346ae0] part of check-in [752a275487] Fix a bug that was emptying shared-schema tables during an ATTACH. (CVS 2867) (check-in: [752a275487] user: danielk1977 branch: trunk, size: 32465) | |
2006-01-05
| ||
13:48 | [c1d8d2022a] part of check-in [6fdbb8b771] Disable automatic invocation of sqlite3_release_memory() when a malloc() fails in those cases where the global mutex is held. (CVS 2860) (check-in: [6fdbb8b771] user: danielk1977 branch: trunk, size: 31481) | |
11:34 | [3a9689e412] part of check-in [deeda0dc06] Add the shared schema/pager modifications. Very few tests so far. (CVS 2859) (check-in: [deeda0dc06] user: danielk1977 branch: trunk, size: 31840) | |
2005-12-30
| ||
16:28 | [c93f80d1fc] part of check-in [2afcad9901] Add part of the btree layer of the shared-cache feature. (CVS 2848) (check-in: [2afcad9901] user: danielk1977 branch: trunk, size: 30322) | |
2005-12-16
| ||
15:24 | [ec04b37605] part of check-in [83c8ae5bee] Verify that the rollback-hook is invoked correctly when a malloc() failure occurs. (CVS 2824) (check-in: [83c8ae5bee] user: danielk1977 branch: trunk, size: 30582) | |
06:54 | [cbab4a1b05] part of check-in [3baa3ff324] Add the sqlite3_rollback_hook() API. Still requires further testing. (CVS 2823) (check-in: [3baa3ff324] user: danielk1977 branch: trunk, size: 30451) | |
2005-12-15
| ||
15:22 | [066356cdc7] part of check-in [3622901881] Add the sqlite3_update_hook() API. (CVS 2820) (check-in: [3622901881] user: danielk1977 branch: trunk, size: 29764) | |
03:04 | [a12aa72335] part of check-in [ad292e2733] Fix memory allocation problems on the utf-16 versions of collating function control routines. (CVS 2817) (check-in: [ad292e2733] user: drh branch: trunk, size: 29341) | |
2005-12-12
| ||
06:53 | [95ba159727] part of check-in [1637f37960] Fix minor malloc() related problems and add sqlite3_soft_heap_limit() stubs. (CVS 2814) (check-in: [1637f37960] user: danielk1977 branch: trunk, size: 29925) | |
2005-12-09
| ||
20:02 | [d8656320f9] part of check-in [83a5915155] Clean up annoying (and pointless) compiler warnings about differing signedness. (CVS 2810) (check-in: [83a5915155] user: drh branch: trunk, size: 30276) | |
2005-12-06
| ||
13:19 | [8da1f26337] part of check-in [f5b58163d4] Report errors out of sqlite3_open16(). (CVS 2802) (check-in: [f5b58163d4] user: drh branch: trunk, size: 30269) | |
12:52 | [2babbdbc5f] part of check-in [e1606658f1] Some elements of the new malloc() failure handling. Not all cases work properly yet. Also, library is not threadsafe if malloc() fails right now. (CVS 2800) (check-in: [e1606658f1] user: danielk1977 branch: trunk, size: 30272) | |
2005-11-30
| ||
03:20 | [7d719efe04] part of check-in [bd8740d1ae] Restructure the OS interface yet again. This time make the OsFile object a virtual base class which is subclassed for unix, windows, and the crash test simulator. Add the new file "os.c" for common os layer code. Move all OS-specific routines into the sqlite3Os structure. (CVS 2795) (check-in: [bd8740d1ae] user: drh branch: trunk, size: 30190) | |
2005-10-20
| ||
07:28 | [97bb830cdb] part of check-in [e261b8b09a] Changes to prevent various compiler warnings. (CVS 2750) (check-in: [e261b8b09a] user: drh branch: trunk, size: 30178) | |
2005-09-17
| ||
15:20 | [422014201f] part of check-in [c07330000b] Changes to make corruption errors easier to track down. (CVS 2709) (check-in: [c07330000b] user: drh branch: trunk, size: 30173) | |
2005-09-07
| ||
21:22 | [bf88855445] part of check-in [17039ec3ff] Rewrite the aggregate handling logic so that it runs in O(1) space. This is the first cut at the code. Many regression tests fail. (CVS 2662) (check-in: [17039ec3ff] user: drh branch: trunk, size: 29912) | |
2005-08-29
| ||
23:00 | [8bcd1d2ed9] part of check-in [ed2ca0873f] Increase resolution of time-of-day on unix. Add an experimental sqlite3_profile() API. (CVS 2639) (check-in: [ed2ca0873f] user: drh branch: trunk, size: 29915) | |
2005-08-28
| ||
17:00 | [60eb224fa5] part of check-in [ef84ff795c] The LIKE optimization does the right thing when collating sequences are present. LIKE expressions where the left-hand side has COLLATE NOCASE are optimized in the default case. (CVS 2637) (check-in: [ef84ff795c] user: drh branch: trunk, size: 29346) | |
2005-08-14
| ||
01:20 | [dce7e4bf22] part of check-in [72ee21c05e] The case_sensitive_like pragma added. Test cases added for the LIKE optimization. (CVS 2592) (check-in: [72ee21c05e] user: drh branch: trunk, size: 29108) | |
2005-08-11
| ||
02:10 | [fc98400824] part of check-in [fa7403c7d9] Improve the error message associated with SQLITE_FULL. Ticket #1353. Also remove error messages for obsolete error codes SQLITE_INTERNAL, SQLITE_NOTFOUND, and SQLITE_TOOBIG. (CVS 2580) (check-in: [fa7403c7d9] user: drh branch: trunk, size: 29092) | |
2005-07-15
| ||
13:05 | [568005dc33] part of check-in [dfd5fd77b0] Add test instrumentation that will be needed during the development of forthcoming optimizer enhancements. (CVS 2548) (check-in: [dfd5fd77b0] user: drh branch: trunk, size: 29332) | |
2005-07-09
| ||
02:16 | [fcf2fc29a3] part of check-in [af2a0ba4a3] Make sure there is only one busy counter. Ticket #1315. (CVS 2543) (check-in: [af2a0ba4a3] user: drh branch: trunk, size: 29320) | |
2005-06-14
| ||
02:24 | [7d0293d952] part of check-in [a42cb81d11] Fix a bug in the default busy handler for systems that lack usleep(). Ticket #1284. (CVS 2514) (check-in: [a42cb81d11] user: drh branch: trunk, size: 28833) | |
2005-05-26
| ||
16:23 | [f61bdb0a1a] part of check-in [4a7f127585] Add an experimental sqlite3_get_autocommit() API used to test whether or not changes are committed automatically. (CVS 2486) (check-in: [4a7f127585] user: drh branch: trunk, size: 28816) | |
12:37 | [9fa85c83f5] part of check-in [3516ca29da] Fix minor problems with the SSE hooks. (CVS 2483) (check-in: [3516ca29da] user: danielk1977 branch: trunk, size: 28426) | |
2005-05-25
| ||
04:11 | [8954071c07] part of check-in [d50915fafb] Split main.c into two files to make building without the parser easier. (CVS 2481) (check-in: [d50915fafb] user: danielk1977 branch: trunk, size: 28426) | |
2005-05-24
| ||
20:19 | [8de9c03d83] part of check-in [3e64f1ab41] Remove the config.h file from the build. Ticket #1224. (CVS 2480) (check-in: [3e64f1ab41] user: drh branch: trunk, size: 43622) | |
12:01 | [e7aae2fbc0] part of check-in [5fadb464eb] Move a few things around to make building without the parser easier. (CVS 2479) (check-in: [5fadb464eb] user: danielk1977 branch: trunk, size: 43603) | |
2005-05-23
| ||
04:51 | [5d7299e050] part of check-in [2a8ac86967] Add pFetch variable (used by SSE) to sqlite3 structure. (CVS 2475) (check-in: [2a8ac86967] user: danielk1977 branch: trunk, size: 43322) | |
2005-05-06
| ||
22:05 | [e083f7c0ce] part of check-in [76090ed84c] Timing fix in the default busy handler. (CVS 2456) (check-in: [76090ed84c] user: drh branch: trunk, size: 43255) | |
2005-04-28
| ||
12:06 | [bab0ea1093] part of check-in [3cc14b7606] Fix an array index bug in the default busy callback handler. Ticket #1198. (CVS 2447) (check-in: [3cc14b7606] user: drh branch: trunk, size: 43253) | |
2005-03-29
| ||
23:34 | [336ab4bf0e] part of check-in [4aa05d2251] Fix a problem with threads and the global database list in main.c. (CVS 2434) (check-in: [4aa05d2251] user: danielk1977 branch: trunk, size: 43481) | |
03:10 | [531fab947f] part of check-in [c41d55443c] Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427) (check-in: [c41d55443c] user: danielk1977 branch: trunk, size: 43470) | |
2005-03-21
| ||
04:04 | [2062faded4] part of check-in [1f9d10d796] Add function to recover from a malloc() failure. (CVS 2414) (check-in: [1f9d10d796] user: danielk1977 branch: trunk, size: 43306) | |
2005-03-09
| ||
12:26 | [90cb84bbb8] part of check-in [9d5abc1ddf] Support for a future ALTER TABLE command to add columns with default values. (CVS 2367) (check-in: [9d5abc1ddf] user: danielk1977 branch: trunk, size: 41691) | |
2005-02-19
| ||
08:18 | [9f0716fcee] part of check-in [173aeb256e] Support for a future file format that includes 'short' records. (CVS 2351) (check-in: [173aeb256e] user: danielk1977 branch: trunk, size: 41568) | |
2005-02-06
| ||
02:45 | [981099f5f7] part of check-in [2155448d21] Add the (highly experimental) omit_readlock pragma that disables the use of readlocks on read-only databases that are connected using ATTACH. (CVS 2317) (check-in: [2155448d21] user: drh branch: trunk, size: 41188) | |
2005-02-05
| ||
07:33 | [75e70f15b4] part of check-in [a9c33a804d] Add a numeric version number. Ticket #1097. (CVS 2315) (check-in: [a9c33a804d] user: danielk1977 branch: trunk, size: 41115) | |
2005-02-04
| ||
04:07 | [de1f29d3c3] part of check-in [2eb9087055] Remove code for SQL cursors. (CVS 2312) (check-in: [2eb9087055] user: danielk1977 branch: trunk, size: 41046) | |
2005-01-31
| ||
12:42 | [f08a57ab88] part of check-in [dfbd684a91] Assorted minor changes to speed up loading the database schema. (CVS 2293) (check-in: [dfbd684a91] user: danielk1977 branch: trunk, size: 41196) | |
2005-01-29
| ||
08:32 | [612531a2e6] part of check-in [b1b50f3158] Modify sub-query handling. Tickets #1083 and #1084. (CVS 2286) (check-in: [b1b50f3158] user: danielk1977 branch: trunk, size: 41194) | |
2005-01-25
| ||
04:27 | [302e21bdaa] part of check-in [cabab62bc1] Prevent collation sequences and user functions from being deleted or changed while SQL statements are executing. (CVS 2275) (check-in: [cabab62bc1] user: danielk1977 branch: trunk, size: 41191) | |
2005-01-24
| ||
10:25 | [1fe0216dc0] part of check-in [d5233e0747] Modifications and bugfixes so that the test suite passes with the TCL statement cache turned on. (CVS 2271) (check-in: [d5233e0747] user: danielk1977 branch: trunk, size: 40190) | |
2005-01-21
| ||
08:13 | [6a549ea86c] part of check-in [c6fc49e610] Exclude a few more lines of code using OMIT macros. (CVS 2253) (check-in: [c6fc49e610] user: danielk1977 branch: trunk, size: 40017) | |
2005-01-18
| ||
16:02 | [b489aae242] part of check-in [9295050af1] Column names coming back from a SELECT are now just the name of the source column without the "table." prefix. In other words, "PRAGMA short_column_names=ON" is now the default. This makes the names of columns behave more like other SQL engines. The old behavior can be restored by setting "PRAGMA short_column_names=OFF". (CVS 2231) (check-in: [9295050af1] user: drh branch: trunk, size: 39881) | |
2005-01-13
| ||
02:14 | [cbe5a05baa] part of check-in [8378455f32] Fixes to 'configure' build system. Also extra coverage for main.c. (CVS 2204) (check-in: [8378455f32] user: danielk1977 branch: trunk, size: 39895) | |
2005-01-12
| ||
12:44 | [977c401767] part of check-in [4e28c82ada] Tests to improve coverage of main.c. (CVS 2202) (check-in: [4e28c82ada] user: danielk1977 branch: trunk, size: 40026) | |
2005-01-08
| ||
18:42 | [a05e1e5040] part of check-in [ad10953799] Tcl interface does as sqlite3 or as sqlite. A compile-time option allows duel linking. Also fix a bug in the pragma change from earlier today. (CVS 2186) (check-in: [ad10953799] user: drh branch: trunk, size: 40178) | |
2004-11-22
| ||
19:12 | [fc383dc9cf] part of check-in [fc8c1393c8] Add initial infrastructure for cursors. In where.c, optimize out clauses of the form "ORDER BY rowid" if a table scan is being performed. Do a reverse table scan if "ORDER BY rowid DESC" is present. (CVS 2141) (check-in: [fc8c1393c8] user: drh branch: trunk, size: 40226) | |
05:26 | [9abc4f08cd] part of check-in [9df837c039] Have tests pass when SQLITE_OMIT_MEMORYDB is defined. (CVS 2131) (check-in: [9df837c039] user: danielk1977 branch: trunk, size: 40084) | |
2004-11-20
| ||
20:18 | [f156a4c5ce] part of check-in [accd432e4d] Better error message on an SQLITE_RANGE error. Ticket #991. (CVS 2124) (check-in: [accd432e4d] user: drh branch: trunk, size: 40013) | |
2004-11-14
| ||
21:56 | [22f12e9d45] part of check-in [98c7a55478] The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass. (CVS 2100) (check-in: [98c7a55478] user: drh branch: trunk, size: 40013) | |
2004-11-11
| ||
05:10 | [c7dc54c62c] part of check-in [d28d1d68e5] Add the schema_cookie and user_cookie pragmas. (CVS 2089) (check-in: [d28d1d68e5] user: danielk1977 branch: trunk, size: 39736) | |
2004-10-06
| ||
15:41 | [ba1b26f03a] part of check-in [d790c84c5a] Convert many constants to have type "const". (CVS 2006) (check-in: [d790c84c5a] user: drh branch: trunk, size: 39684) | |
2004-09-30
| ||
13:43 | [2a1b9623fd] part of check-in [d0f1dc5898] Allow functions to be created when there are outstanding VMs. (Ticket #926) Fix problems with sqlite3_errcode(). Add tests for sqlite3_errcode(). (CVS 1989) (check-in: [d0f1dc5898] user: drh branch: trunk, size: 39660) | |
2004-09-25
| ||
14:39 | [b86dacaaa0] part of check-in [9ef4c24a9a] Code cleanup: get rid of the sqlite3SetNString utility function. (CVS 1984) (check-in: [9ef4c24a9a] user: drh branch: trunk, size: 39413) | |
2004-09-15
| ||
13:38 | [82a952ef3e] part of check-in [0cc2f40e6a] The callback on sqlite3_trace() is invoked the first time sqlite3_step() is called after sqlite3_prepare() or sqlite3_reset(). Ticket #900. (CVS 1960) (check-in: [0cc2f40e6a] user: drh branch: trunk, size: 39523) | |
2004-09-06
| ||
17:24 | [ac302ed646] part of check-in [3ddf5a9d1c] Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3 connection now *must* be called "sqlite3". You cannot call it "sqlite". This might break existing code. (CVS 1941) (check-in: [3ddf5a9d1c] user: drh branch: trunk, size: 40711) | |
2004-09-02
| ||
15:53 | [981bbcf452] part of check-in [6c9be972c1] Address some minor 32/64 bit issues. (CVS 1932) (check-in: [6c9be972c1] user: drh branch: trunk, size: 40695) | |
14:57 | [c42b3c1c9e] part of check-in [d1b2915655] Transactions commit on the last sqlite3_step(), not on sqlite3_finalize(). This allows the sqlite3_step() to return SQLITE_BUSY if the commit is blocked by a lock. Ticket #885. (CVS 1928) (check-in: [d1b2915655] user: drh branch: trunk, size: 40690) | |
2004-08-29
| ||
20:08 | [b92d44c722] part of check-in [32c2974af6] Fix a bug in the NOCASE collating function. (CVS 1917) (check-in: [32c2974af6] user: drh branch: trunk, size: 40733) | |
2004-08-28
| ||
16:19 | [63f77b83a5] part of check-in [6db26a19ea] Add the sqlite3_libversion() API (ticket #834). Fix the build scripts to correctly build the shared libraries with version 8.4 of Tcl. (CVS 1908) (check-in: [6db26a19ea] user: drh branch: trunk, size: 40733) | |
14:49 | [c00e3f9e8c] part of check-in [6ef1f662d7] Add new defenses against misuse of the C API. Ticket #870. (CVS 1906) (check-in: [6ef1f662d7] user: drh branch: trunk, size: 40669) | |
2004-08-21
| ||
17:54 | [581ccf0090] part of check-in [bd6649c5aa] Optimizations to the code generator. (CVS 1899) (check-in: [bd6649c5aa] user: drh branch: trunk, size: 40554) | |
2004-08-18
| ||
02:10 | [a779422c54] part of check-in [5914a11caa] Avoid creating a TEMP database unless it is absolutely necessary. (CVS 1890) (check-in: [5914a11caa] user: drh branch: trunk, size: 40548) | |
2004-08-14
| ||
19:20 | [34a95ab1b2] part of check-in [7619bf4771] If meta(3)>0 then make the database readonly for now. This allows the current database to interact with future releases that might include autovacuum. (CVS 1888) (check-in: [7619bf4771] user: drh branch: trunk, size: 40483) | |
18:34 | [32b91a5799] part of check-in [bb55894521] Fix a bug that was preventing "PRAGMA temp_store=MEMORY" from working. (CVS 1887) (check-in: [bb55894521] user: drh branch: trunk, size: 40428) | |
2004-08-01
| ||
00:10 | [41da595846] part of check-in [b56afe640f] Add the ".import" command to the command-line shell. (CVS 1873) (check-in: [b56afe640f] user: drh branch: trunk, size: 40520) | |
2004-07-24
| ||
14:35 | [49ea4a4522] part of check-in [6db3f122aa] Fix more problems with deferred execution of CREATE. Still need to do DROP. There is now a memory leak. (CVS 1865) (check-in: [6db3f122aa] user: drh branch: trunk, size: 40500) | |
03:30 | [c4ba7d8f67] part of check-in [49b9914924] Progress towards getting prepared statements and CREATE and DROP to play nicely together. Work is incomplete. Some tests are known to fail. (CVS 1864) (check-in: [49b9914924] user: drh branch: trunk, size: 40476) | |
2004-07-22
| ||
01:19 | [447db2fb61] part of check-in [4cf6e9db75] Initial implementation of variable page sizes and the temp_store pragma. (CVS 1843) (check-in: [4cf6e9db75] user: drh branch: trunk, size: 41371) | |
2004-07-19
| ||
17:25 | [4f3c3f0f9e] part of check-in [c6c13dc460] Store schema cookies on the TEMP database. Ticket #807. (CVS 1817) (check-in: [c6c13dc460] user: drh branch: trunk, size: 40204) | |
2004-06-30
| ||
11:54 | [9cb3598be5] part of check-in [a98dd004c4] Coverage improvements for malloc and vdbemem.c (CVS 1781) (check-in: [a98dd004c4] user: danielk1977 branch: trunk, size: 40289) | |
09:49 | [adb17bee06] part of check-in [152e9940b9] Coverage tests for vacuum.c (CVS 1776) (check-in: [152e9940b9] user: danielk1977 branch: trunk, size: 40170) | |
2004-06-29
| ||
13:18 | [95a915b2fe] part of check-in [15a084e9ea] Test cases intended to improve coverage of main.c. (CVS 1763) (check-in: [15a084e9ea] user: danielk1977 branch: trunk, size: 40109) | |
11:26 | [9c01890c4e] part of check-in [7a15391079] Add testing for sqlite3_trace() and fix a bug. (CVS 1760) (check-in: [7a15391079] user: drh branch: trunk, size: 39992) | |
10:53 | [b6b9e0b4ac] part of check-in [f46251ee0a] Do not set new error messages after a malloc failure. (CVS 1758) (check-in: [f46251ee0a] user: drh branch: trunk, size: 39986) | |
08:59 | [c5cd98481a] part of check-in [157db33e09] Fix error reporting path for errors that occur while reading the database schema. (CVS 1757) (check-in: [157db33e09] user: danielk1977 branch: trunk, size: 39954) | |
07:45 | [b2f25e2fe7] part of check-in [ffd3312b66] Bug-fixes to get the two threadtest C programs working again. (CVS 1756) (check-in: [ffd3312b66] user: danielk1977 branch: trunk, size: 39865) | |
2004-06-28
| ||
01:11 | [6d27d09c99] part of check-in [fae7c6e004] Fix a bunch of harmless warnings. (CVS 1749) (check-in: [fae7c6e004] user: danielk1977 branch: trunk, size: 39730) | |
2004-06-26
| ||
14:40 | [7802ab78b2] part of check-in [a4a2570822] Fold in changes submitted by the PHP developers. (CVS 1742) (check-in: [a4a2570822] user: drh branch: version_2, size: 37251) | |
10:02 | [37b6d15942] part of check-in [440bfd2ac5] Fix error message returned when a database cannot be opened. (CVS 1739) (check-in: [440bfd2ac5] user: danielk1977 branch: trunk, size: 39716) | |
09:50 | [7551892fd6] part of check-in [0af3ff3942] Minor fixes related to the tests in misuse.test (CVS 1738) (check-in: [0af3ff3942] user: danielk1977 branch: trunk, size: 39666) | |
06:37 | [7a5afce156] part of check-in [212de3ce66] Remove default_synchronous and temp_store pragmas. Allow the safety-level and cache-size to be set for attached databases. (CVS 1735) (check-in: [212de3ce66] user: danielk1977 branch: trunk, size: 38924) | |
2004-06-22
| ||
12:13 | [2a4f3fe32e] part of check-in [d98b1502e2] Patch around compilers that do not support "long long int". (CVS 1656) (check-in: [d98b1502e2] user: drh branch: trunk, size: 39989) | |
2004-06-21
| ||
08:18 | [5bf387a22f] part of check-in [7a33daef5b] Ensure sqlite3ErrorMsg() is used to report errors during compilation, sqlite3Error() during execution. Also remove unused param from sqlite3VdbeReset() and Finalize(). (CVS 1647) (check-in: [7a33daef5b] user: danielk1977 branch: trunk, size: 39998) | |
06:50 | [b4cd665e7e] part of check-in [ae2f4a0943] Update sqlite3_changes() to match the documentation and add sqlite3_total_changes(). (CVS 1645) (check-in: [ae2f4a0943] user: danielk1977 branch: trunk, size: 40004) | |
2004-06-19
| ||
09:35 | [96387fc23d] part of check-in [c94a9759ca] Remove the unused 'next_cookie' mechanism. (CVS 1634) (check-in: [c94a9759ca] user: danielk1977 branch: trunk, size: 40224) | |
08:18 | [5dc5012e10] part of check-in [728d57ff55] Remove the iCollate argument from sqlite3_create_function() (CVS 1632) (check-in: [728d57ff55] user: danielk1977 branch: trunk, size: 40313) | |
04:23 | [35b6917da5] part of check-in [cce250eaee] Backport of (1628) to version 2. (CVS 1631) (check-in: [cce250eaee] user: danielk1977 branch: version_2, size: 37241) | |
03:33 | [54ce5c19d6] part of check-in [61819740fe] Update sqlite3_close() API to match documentation. (CVS 1630) (check-in: [61819740fe] user: danielk1977 branch: trunk, size: 40359) | |
02:22 | [da53b96172] part of check-in [1f43219a74] Fix for #764. When reloading the schema, load the temp schema last. (CVS 1628) (check-in: [1f43219a74] user: danielk1977 branch: trunk, size: 40137) | |
2004-06-18
| ||
17:10 | [bbb19c7ad4] part of check-in [2590fffcaa] Changes to allow libsqlite3.a and libsqlite.a to be both linked into the same program at the same time. (CVS 1621) (check-in: [2590fffcaa] user: drh branch: trunk, size: 40382) | |
04:24 | [a7cee3b75b] part of check-in [39a415eaa6] Optimisation for unicode encoding conversion routines. (CVS 1614) (check-in: [39a415eaa6] user: danielk1977 branch: trunk, size: 40389) | |
2004-06-16
| ||
12:00 | [63c30e17ca] part of check-in [6001c5e1ce] Trivial modifications to prevent compiler warnings. (CVS 1606) (check-in: [6001c5e1ce] user: danielk1977 branch: trunk, size: 39947) | |
10:39 | [adac42394f] part of check-in [7d8edce4c1] Fix handling of a failed malloc() in various places (CVS 1604) (check-in: [7d8edce4c1] user: danielk1977 branch: trunk, size: 39932) | |
2004-06-15
| ||
16:51 | [da573d5b15] part of check-in [07b90f3690] Assorted memory leak fixes. (CVS 1600) (check-in: [07b90f3690] user: danielk1977 branch: trunk, size: 39760) | |
13:36 | [afb1200c09] part of check-in [59db58ebd3] Memory leak fixes for tests in file select1.test. (CVS 1599) (check-in: [59db58ebd3] user: danielk1977 branch: trunk, size: 39445) | |
2004-06-14
| ||
09:35 | [a62c08c9d3] part of check-in [cb3cbe00be] Ensure master journal file is deleted when a transaction is committed. (CVS 1586) (check-in: [cb3cbe00be] user: danielk1977 branch: trunk, size: 39420) | |
2004-06-13
| ||
23:07 | [c68c873165] part of check-in [77c5eaa10a] os_win.c is now working with the new locking protocol. (CVS 1581) (check-in: [77c5eaa10a] user: drh branch: trunk, size: 39409) | |
2004-06-12
| ||
09:25 | [9061fff2b0] part of check-in [5903f53828] (1) Modifications to the user-function interface and (2) Internal changes to automatically created indices. (CVS 1575) (check-in: [5903f53828] user: danielk1977 branch: trunk, size: 39418) | |
01:43 | [86b0946b5d] part of check-in [4f1cfca5ca] Change prototype for busy callbacks to "int xBusy(void *, int);" (CVS 1573) (check-in: [4f1cfca5ca] user: danielk1977 branch: trunk, size: 37974) | |
00:42 | [59b662fab2] part of check-in [9b84f2f488] Use the SQLITE_UTF* symbols instead of the old internal TEXT_Utf* symbols. (CVS 1572) (check-in: [9b84f2f488] user: danielk1977 branch: trunk, size: 37986) | |
2004-06-11
| ||
10:51 | [9f20ae4870] part of check-in [66835ee670] Fix various collation sequence issues. (CVS 1568) (check-in: [66835ee670] user: danielk1977 branch: trunk, size: 37982) | |
2004-06-10
| ||
10:50 | [335b4cd48a] part of check-in [edf069b9f4] Add the sqlite3_collation_needed() API and fix some error handling cases involving unknown collation sequences. (CVS 1562) (check-in: [edf069b9f4] user: danielk1977 branch: trunk, size: 37765) | |
02:16 | [cb41777e75] part of check-in [b8aaa3a29e] Change the collation sequence interface to allow collation sequences that use UTF-16 in non-native byte order to be registered. (CVS 1559) (check-in: [b8aaa3a29e] user: danielk1977 branch: trunk, size: 37247) | |
01:30 | [6f1c01a587] part of check-in [28c3cc0880] Add the vdbe_listing and sql_trace pragmas used for debugging. (CVS 1558) (check-in: [28c3cc0880] user: drh branch: trunk, size: 36721) | |
00:29 | [185b7bbac8] part of check-in [a22283512a] Check for schema updates if the parser fails to find a table. More locking test updates. (CVS 1555) (check-in: [a22283512a] user: drh branch: trunk, size: 36408) | |
2004-06-09
| ||
20:03 | [3df17ac486] part of check-in [3674b25edc] Turn on the atomic multifile commit logic. It does not work right yet, but it has at least stopped failing asserts. (CVS 1550) (check-in: [3674b25edc] user: drh branch: trunk, size: 35619) | |
12:30 | [8a7725b40f] part of check-in [beab038c71] Fix error reporting when trying to attach a database with a foriegn text encoding. (CVS 1545) (check-in: [beab038c71] user: danielk1977 branch: trunk, size: 35463) | |
09:55 | [ac8a6e871b] part of check-in [c634e71f19] Some progress on user-defined collation sequences. (CVS 1544) (check-in: [c634e71f19] user: danielk1977 branch: trunk, size: 35535) | |
2004-06-08
| ||
00:02 | [f94886765e] part of check-in [62e31f396c] Remove the third argument from the sqlite3_open() API. (CVS 1540) (check-in: [62e31f396c] user: danielk1977 branch: trunk, size: 33730) | |
2004-06-07
| ||
07:52 | [d34e173296] part of check-in [983221b038] Add pragma to set/get text encoding. Also fix an obscure problem where a temp trigger could be accidently dropped. (CVS 1537) (check-in: [983221b038] user: danielk1977 branch: trunk, size: 33779) | |
2004-06-06
| ||
09:44 | [2e4d37f0f8] part of check-in [92337d8f79] Enhance user function API to support association of meta-data with constant arguments and the specification of text encoding preference. The LIKE operator takes advantage of both. (CVS 1534) (check-in: [92337d8f79] user: danielk1977 branch: trunk, size: 34477) | |
2004-06-04
| ||
06:22 | [4e8e5c96e5] part of check-in [ff70b6d2b6] Move the 'busy-callback' logic to the pager layer. (CVS 1527) (check-in: [ff70b6d2b6] user: danielk1977 branch: trunk, size: 34467) | |
2004-06-02
| ||
00:41 | [d2a7632f45] part of check-in [b53640ed22] Remove the sqlite3_libencoding() api and the ISO8859 encoding option. (CVS 1523) (check-in: [b53640ed22] user: drh branch: trunk, size: 34536) | |
2004-06-01
| ||
00:03 | [66c6c35e94] part of check-in [6902fb1b49] Remove the sqlite3_open_varargs() API. (CVS 1515) (check-in: [6902fb1b49] user: danielk1977 branch: trunk, size: 35052) | |
2004-05-31
| ||
23:56 | [5e9c2c4342] part of check-in [af8e2006d8] Remove the sqlite3_error_string() API. (CVS 1514) (check-in: [af8e2006d8] user: danielk1977 branch: trunk, size: 36951) | |
19:34 | [2a5d141a83] part of check-in [f3b80bbb97] Change the name of the sqlite3_freemem API function to just sqlite3_free. (CVS 1512) (check-in: [f3b80bbb97] user: drh branch: trunk, size: 36978) | |
18:51 | [b4aed6c790] part of check-in [adf7e29ff6] Change all SQLITE3 preprocessor macros to SQLITE. Documentation updates. (CVS 1511) (check-in: [adf7e29ff6] user: drh branch: trunk, size: 36984) | |
08:55 | [9bb9578c15] part of check-in [9029274b61] Remove the <ON CONFLICT> clause from BEGIN (CVS 1501) (check-in: [9029274b61] user: danielk1977 branch: trunk, size: 37000) | |
08:26 | [4f1dd19db1] part of check-in [b8ed812c92] Replace OP_Begin, OP_Commit and OP_Rollback with OP_AutoCommit. (CVS 1500) (check-in: [b8ed812c92] user: danielk1977 branch: trunk, size: 37028) | |
2004-05-29
| ||
10:23 | [79f8142ee2] part of check-in [4feb4b9a71] Fix vacuum so that it works with blobs. (CVS 1490) (check-in: [4feb4b9a71] user: danielk1977 branch: trunk, size: 37006) | |
2004-05-27
| ||
23:56 | [a6f3739a30] part of check-in [203af2b2e3] Add API functions sqlite3_open_varargs(), sqlite3_open16_varargs() and sqlite3_complete16(). (CVS 1479) (check-in: [203af2b2e3] user: danielk1977 branch: trunk, size: 36892) | |
2004-05-26
| ||
16:54 | [488ec788a0] part of check-in [36e0316259] Remove dataType and includeTypes flags from function definitions. Added new P3_FUNCDEF type for P3 arguments on opcodes. Fixes to several user functions. 28 tests fail now. (CVS 1464) (check-in: [36e0316259] user: drh branch: trunk, size: 34985) | |
10:11 | [6a583e9d92] part of check-in [d5659f2ee6] Add some tests for the new API. Many more to come. (CVS 1462) (check-in: [d5659f2ee6] user: danielk1977 branch: trunk, size: 35390) | |
06:58 | [2f144d7576] part of check-in [93bb958d93] Remove the show_datatypes pragma. (CVS 1461) (check-in: [93bb958d93] user: danielk1977 branch: trunk, size: 35079) | |
06:18 | [bb49b5a439] part of check-in [0317bef4b0] Use the new form of the sqlite3_create_function() API. (CVS 1460) (check-in: [0317bef4b0] user: danielk1977 branch: trunk, size: 35123) | |
02:04 | [c9044ad689] part of check-in [17e7db488d] Use the new API calls more consistently. (CVS 1459) (check-in: [17e7db488d] user: danielk1977 branch: trunk, size: 35734) | |
2004-05-25
| ||
23:35 | [843361d68f] part of check-in [9385ad5ca8] Move the sqlite3_exec() function to legacy.c. (CVS 1455) (check-in: [9385ad5ca8] user: danielk1977 branch: trunk, size: 40176) | |
12:05 | [6b308d6f18] part of check-in [8f6b20c293] Change a couple of symbol names for the new user function API. (CVS 1454) (check-in: [8f6b20c293] user: danielk1977 branch: trunk, size: 42269) | |
2004-05-24
| ||
23:48 | [8279e11608] part of check-in [5c28ed5e9b] Aggregate functions also use sqlite_value* instead of const char * for arguments. (CVS 1451) (check-in: [5c28ed5e9b] user: danielk1977 branch: trunk, size: 42257) | |
12:39 | [fface1a6e1] part of check-in [1e47d7384d] Non-aggregate SQL functions use sqlite_value* instead of const char * for argument values. (CVS 1449) (check-in: [1e47d7384d] user: danielk1977 branch: trunk, size: 42254) | |
2004-05-22
| ||
17:41 | [289e05cf20] part of check-in [5c61be1c47] Split up os.c into separate files, one for each platform. (CVS 1441) (check-in: [5c61be1c47] user: drh branch: trunk, size: 42243) | |
09:21 | [6b59eda148] part of check-in [b449217318] Use the new form of the sqlite3_open() API everywhere. (CVS 1437) (check-in: [b449217318] user: danielk1977 branch: trunk, size: 42118) | |
08:09 | [25f197c6e2] part of check-in [7f00ca5801] Store the text encoding in the database (as meta value 4). (CVS 1435) (check-in: [7f00ca5801] user: danielk1977 branch: trunk, size: 43866) | |
03:05 | [a2be4b3976] part of check-in [c4a8246864] Steps towards UTF-16 databases. Some tests are failing because of this commit. (CVS 1433) (check-in: [c4a8246864] user: danielk1977 branch: trunk, size: 43456) | |
2004-05-21
| ||
11:39 | [5604d5a9a6] part of check-in [550a53b3f2] Eliminate some unused code (CVS 1429) (check-in: [550a53b3f2] user: danielk1977 branch: trunk, size: 43309) | |
10:08 | [02969649ff] part of check-in [fc94575d77] Further work on the new API. All the functions to execute queries are there now. (CVS 1427) (check-in: [fc94575d77] user: danielk1977 branch: trunk, size: 45424) | |
01:47 | [a9ee98262a] part of check-in [307b55006c] Add new sqlite3_open() and sqlite3_open16() APIs. (CVS 1423) (check-in: [307b55006c] user: danielk1977 branch: trunk, size: 44508) | |
2004-05-20
| ||
22:16 | [bb0e84eda9] part of check-in [a6cb09d7af] Add internal support for collating sequences. This breaks 244 tests. (CVS 1420) (check-in: [a6cb09d7af] user: drh branch: trunk, size: 40186) | |
11:00 | [1bbb26e37c] part of check-in [2821767b94] Add some more elements of the new API. (CVS 1416) (check-in: [2821767b94] user: danielk1977 branch: trunk, size: 39694) | |
01:40 | [2bfbddaea0] part of check-in [46b0942239] Add some comments for sqlite3_bind_*() APIs. (CVS 1411) (check-in: [46b0942239] user: danielk1977 branch: trunk, size: 35784) | |
2004-05-12
| ||
11:24 | [4b82d7e78f] part of check-in [2f16c9ef3c] Add some more code to support manifest typing in indices. Not activated yet. (CVS 1362) (check-in: [2f16c9ef3c] user: danielk1977 branch: trunk, size: 36937) | |
2004-05-11
| ||
09:50 | [a5e34ce9bb] part of check-in [ad064bd429] Fix a bug that was preventing the library from opening existing files. (CVS 1358) (check-in: [ad064bd429] user: danielk1977 branch: trunk, size: 37258) | |
09:31 | [4cbf83c093] part of check-in [6d378cb7e7] Fix an offset problem in the meta values that was causing problems for many tests. (CVS 1357) (check-in: [6d378cb7e7] user: drh branch: trunk, size: 36634) | |
09:05 | [170992aeee] part of check-in [b5d2771ee0] Remove the unused upgrade_3_schema subroutine from main.c. (CVS 1356) (check-in: [b5d2771ee0] user: drh branch: trunk, size: 36228) | |
08:48 | [2732115c88] part of check-in [6dc6004684] More small changes to get test cases to execute. (CVS 1355) (check-in: [6dc6004684] user: danielk1977 branch: trunk, size: 37977) | |
07:11 | [07dbefd622] part of check-in [dfde112116] Remove code dealing with old file formats. (CVS 1354) (check-in: [dfde112116] user: danielk1977 branch: trunk, size: 37979) | |
2004-05-10
| ||
23:29 | [5f8fe4e06f] part of check-in [bc5a2dafa1] Work toward getting the new btree.c integrated with vdbe.c. (CVS 1345) (check-in: [bc5a2dafa1] user: drh branch: trunk, size: 39373) | |
10:34 | [45f0dc8426] part of check-in [ba2ba24263] Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1337) (check-in: [ba2ba24263] user: danielk1977 branch: trunk, size: 40544) | |
01:17 | [f60224784f] part of check-in [37ae528fb8] Change some code that assumes the root-page of sqlite_master is 2 (it is now 1) (CVS 1333) (check-in: [37ae528fb8] user: danielk1977 branch: trunk, size: 40470) | |
2004-05-08
| ||
10:11 | [b6e249c71c] part of check-in [1a09a1ada1] Minor change to main.c so that it will compile with GCC 2.96. (CVS 1325) (check-in: [1a09a1ada1] user: drh branch: trunk, size: 40434) | |
08:23 | [eb4b3e7454] part of check-in [8af6474c49] Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the library links again. It doesn't work yet, due to changes in the btree layer calling convention. (CVS 1324) (check-in: [8af6474c49] user: danielk1977 branch: trunk, size: 40445) | |
2004-04-23
| ||
17:04 | [94dd355768] part of check-in [7ace576215] Get the temp_store and default_temp_store pragmas working. Update the documentation. Also fix a malloc problem that popped up during the regression testing. (CVS 1302) (check-in: [7ace576215] user: drh branch: trunk, size: 37133) | |
2004-03-17
| ||
18:44 | [89a18cfb2a] part of check-in [0a12473c4a] The sqlite_trace() API only works for commands started by the user, not for SQL commands run during initialization. (CVS 1298) (check-in: [0a12473c4a] user: drh branch: trunk, size: 37039) | |
2004-03-04
| ||
19:09 | [8e1b406d66] part of check-in [bb67311b3d] Correct duplicate tracing of SQL statements. (CVS 1284) (check-in: [bb67311b3d] user: rdc branch: trunk, size: 37021) | |
2004-02-25
| ||
22:51 | [2956e93322] part of check-in [ca99920b0d] Add comments and prototype for experimental sqlite_last_statement_changes() API function. Also, allow function to be called from tcl. (CVS 1273) (check-in: [ca99920b0d] user: rdc branch: trunk, size: 36225) | |
13:47 | [af984c8dbf] part of check-in [adbe31adf1] Min() and max() functions honor the distinction between TEXT and NUMERIC data. Ticket #623. typeof() is now a user function. Some tests are now failing due to ticket #521. (CVS 1272) (check-in: [adbe31adf1] user: drh branch: trunk, size: 35974) | |
2004-02-20
| ||
23:34 | [0f77633b37] part of check-in [6954d2c324] Turn the short_column_names pragma off by default - for the time being. (CVS 1254) (check-in: [6954d2c324] user: drh branch: trunk, size: 35855) | |
22:53 | [ab7f1aae3f] part of check-in [3383413a53] Fixed behaviour of last_insert_rowid() with triggers and add last_statement_change_count() function that works correctly with triggers. (CVS 1251) (check-in: [3383413a53] user: rdc branch: trunk, size: 35849) | |
14:50 | [8d348b97fa] part of check-in [574dd444e7] The name of a result column is now the name of column it originated from, by default. This can be turned off with PRAGMA short_column_names=OFF. This is to be more like PostgreSQL. More testing needed. (CVS 1250) (check-in: [574dd444e7] user: drh branch: trunk, size: 35776) | |
2004-02-16
| ||
03:44 | [992114429f] part of check-in [f72134852b] Remove the NullCallback opcode. Handle the empty_result_set pragma inside the sqlite_exec() function. (CVS 1244) (check-in: [f72134852b] user: drh branch: trunk, size: 35739) | |
2004-02-14
| ||
23:59 | [bb7cd00ac7] part of check-in [2dbc4593ca] Eliminate obsolete code associated with the older callback functionality. (CVS 1243) (check-in: [2dbc4593ca] user: drh branch: trunk, size: 35496) | |
23:05 | [e803d6cc6d] part of check-in [af5c2be4ae] Eliminate the use of callbacks during schema initialization. (CVS 1242) (check-in: [af5c2be4ae] user: drh branch: trunk, size: 35528) | |
17:35 | [1e4647001f] part of check-in [398bc294c8] Fix problems with malloc-failure handling. (CVS 1241) (check-in: [398bc294c8] user: drh branch: trunk, size: 35209) | |
16:31 | [e38bf6463d] part of check-in [9771ad1e81] The sqlite_exec() function is now implemented using sqlite_compile() and sqlite_step(). This opens up lots of opportunity to remove old code. (CVS 1240) (check-in: [9771ad1e81] user: drh branch: trunk, size: 35185) | |
2004-02-13
| ||
16:30 | [cfe8ca9132] part of check-in [b8f2ba7880] Begin the process over converting sqlite_exec() over to use sqlite_compile() and sqlite_step(). The new sqlite_exec() is still commented out. (CVS 1237) (check-in: [b8f2ba7880] user: drh branch: trunk, size: 36155) | |
2004-02-12
| ||
19:01 | [3230d9e31e] part of check-in [0c77cee70f] Add the SQLITE_NOTADB return code for cases when you try to open a file that does not even remotely resemble an SQLite database file. (CVS 1233) (check-in: [0c77cee70f] user: drh branch: trunk, size: 34936) | |
18:46 | [b5d68e856c] part of check-in [800c11f4bc] Add hooks on each attached database connection for storing auxiliary information. Add the USING clause to ATTACH. (CVS 1232) (check-in: [800c11f4bc] user: drh branch: trunk, size: 34856) | |
15:31 | [79e303dc17] part of check-in [12c7a83f8e] Always reload the schema after a rollback. Ticket #594. (CVS 1229) (check-in: [12c7a83f8e] user: drh branch: trunk, size: 34926) | |
2004-02-10
| ||
02:27 | [6ec57b0f14] part of check-in [dcbe2800be] Move the file-format-2 to file-format-3 conversion into sqliteInit(). (CVS 1218) (check-in: [dcbe2800be] user: drh branch: trunk, size: 34858) | |
2004-01-15
| ||
13:29 | [808ea1bda0] part of check-in [5e85025be7] More aggressive retry schedule in sqlite_busy_timeout(). (CVS 1181) (check-in: [5e85025be7] user: drh branch: trunk, size: 34758) | |
02:44 | [67af644fa7] part of check-in [72bc84f2f1] Reinsert the experimental sqlite_commit_hook() API. (CVS 1179) (check-in: [72bc84f2f1] user: drh branch: trunk, size: 34560) | |
2003-12-06
| ||
21:43 | [3dd3cae00b] part of check-in [656c90387a] Always use "(char*)0" to terminate the argument list of sqliteSetString(). This is needed for 64-bit systems that use a 32-bit integer by default. (CVS 1126) (check-in: [656c90387a] user: drh branch: trunk, size: 34054) | |
2003-10-18
| ||
09:37 | [9422005bb4] part of check-in [ddb364635a] Add sqlite_progress_handler() API for specifying an progress callback (CVS 1111) (check-in: [ddb364635a] user: danielk1977 branch: trunk, size: 33939) | |
2003-09-06
| ||
22:18 | [ae92469674] part of check-in [990bb11898] Update Makefile.in for the new vdbeaux.c file. Remove the experimental "sqlite_instantiate()" routine and replace it with "sqlite_bind()" which is more like ODBC and JDBC. (CVS 1095) (check-in: [990bb11898] user: drh branch: trunk, size: 33396) | |
01:10 | [e472b0c86b] part of check-in [912f47c72d] The beginnings of changes to support pre-compiled SQL. Mostly untested, though all regression tests to pass. (CVS 1093) (check-in: [912f47c72d] user: drh branch: trunk, size: 34260) | |
2003-07-27
| ||
17:26 | [2500392bad] part of check-in [8c163fc0c7] Make sure the schema loader callback can handle EMPTY_RESULT_CALLBACKS being on. Ticket #406. (CVS 1065) (check-in: [8c163fc0c7] user: drh branch: trunk, size: 33238) | |
2003-07-22
| ||
09:24 | [ce96c3c09f] part of check-in [1d2fcb0178] Add experimental sqlite_reset() API (allows pre-compiled queries) (CVS 1060) (check-in: [1d2fcb0178] user: danielk1977 branch: trunk, size: 33166) | |
2003-07-09
| ||
00:28 | [8053b3a76e] part of check-in [dd84f88f6c] Allow the output arguments in sqlite_compile and sqlite_step to be NULL pointers. Tickets #384 and #385. (CVS 1049) (check-in: [dd84f88f6c] user: drh branch: trunk, size: 32640) | |
2003-06-23
| ||
15:15 | [1bfd1bfed2] part of check-in [c697410af4] Remove a surplus "return" statement accidentaly left in check-in (1032). (CVS 1033) (check-in: [c697410af4] user: drh branch: trunk, size: 32627) | |
11:06 | [284e19c72a] part of check-in [ec31a5292c] Remove all references to SQLITE_OMIT_TRACE. Tracing is always enabled. Ticket #361. (CVS 1032) (check-in: [ec31a5292c] user: drh branch: trunk, size: 32639) | |
2003-06-12
| ||
08:59 | [e818e84e9e] part of check-in [3afb7b3586] Added missing error string to sqlite_error_string(). (CVS 1018) (check-in: [3afb7b3586] user: jplyon branch: trunk, size: 32630) | |
2003-06-04
| ||
15:48 | [c785a3d467] part of check-in [f39100f575] Change the "database_list" pragma to return a third column containing the filename of the underlying database file. Always use an in-memory TEMP database with an in-memory main database. (CVS 1003) (check-in: [f39100f575] user: drh branch: trunk, size: 32547) | |
2003-06-02
| ||
18:17 | [945f9b6855] part of check-in [89957b09ce] Fix an initialized variable in sqliteInitOne. (CVS 995) (check-in: [89957b09ce] user: drh branch: trunk, size: 32457) | |
2003-05-31
| ||
16:21 | [d299e89637] part of check-in [7202d4f1a8] Tighter binding of views, triggers, and indices to their respective databases. Ticket #323. Much more testing needs to be done to the sqliteFix...() routines in attach.c. (CVS 990) (check-in: [7202d4f1a8] user: drh branch: trunk, size: 32447) | |
2003-05-17
| ||
17:35 | [717aaf32d4] part of check-in [01398fb78b] Fix problems with TEMP indices that lead to corrupt databases. These problems were discovered while working on ticket #317. No sure yet if that ticket is fixed. (CVS 981) (check-in: [01398fb78b] user: drh branch: trunk, size: 32516) | |
2003-05-04
| ||
17:58 | [16e6890579] part of check-in [54b33a5ed9] Fix deficiencies in sqlite_complete() pointed out by R. Dennis Cote. (CVS 955) (check-in: [54b33a5ed9] user: drh branch: trunk, size: 32276) | |
2003-04-29
| ||
16:20 | [5265058c9a] part of check-in [c6bf62e41c] The sqlite_complete() function should ignore carriage-return characters. (Oops - some unrelated edits also made it into this check-in.) (CVS 942) (check-in: [c6bf62e41c] user: drh branch: trunk, size: 35246) | |
2003-04-26
| ||
02:31 | [6763d9a555] part of check-in [ef8eb580fc] Fix the sqlite_complete() routine so that it recognizes /*...*/ comments. Ticket #277. (CVS 937) (check-in: [ef8eb580fc] user: drh branch: trunk, size: 35229) | |
2003-04-23
| ||
12:25 | [5e4d4d081d] part of check-in [6289b86359] Remove the begin_hook and commit_hook APIs. They were a bad idea. Add a "trace" method to the TCL interface. (CVS 929) (check-in: [6289b86359] user: drh branch: trunk, size: 34908) | |
2003-04-17
| ||
22:57 | [d6a7f78ec5] part of check-in [1e5e00fb73] Fix triggers to work in an ATTACHed database. Ticket #295. (CVS 915) (check-in: [1e5e00fb73] user: drh branch: trunk, size: 35758) | |
2003-04-16
| ||
20:24 | [e48b3b019c] part of check-in [f04bd43254] Fix the authorizer so that it correctly interprets attempts to read the OLD and NEW pseudo-tables of a trigger. (CVS 911) (check-in: [f04bd43254] user: drh branch: trunk, size: 35689) | |
01:28 | [9b3e2e1e12] part of check-in [35cc7c7d37] Remove some unnecessary code and complication from the btree interface. (CVS 909) (check-in: [35cc7c7d37] user: drh branch: trunk, size: 35514) | |
2003-04-15
| ||
01:19 | [daf5b7c256] part of check-in [e76787f877] Change some variable names and comments in the new in-memory database file implementation. Partial (non-working) implementation of the VACUUM command. (CVS 904) (check-in: [e76787f877] user: drh branch: trunk, size: 35514) | |
2003-04-13
| ||
18:26 | [8500dcd5da] part of check-in [96336bffde] Support in-memory databases for temp tables (CVS 903) (check-in: [96336bffde] user: paul branch: trunk, size: 34619) | |
2003-04-05
| ||
03:42 | [c5109638c0] part of check-in [7a0f8024a1] Begin testing the new ATTACH and DETACH commands. (CVS 898) (check-in: [7a0f8024a1] user: drh branch: trunk, size: 32936) | |
2003-04-03
| ||
15:46 | [60a64f792a] part of check-in [5efbf62313] Added experimental APIs: sqlite_begin_hook() and sqlite_commit_hook(). (CVS 896) (check-in: [5efbf62313] user: drh branch: trunk, size: 32767) | |
2003-03-31
| ||
00:30 | [6d9a38491f] part of check-in [c7c5e927a5] The ATTACH and DETACH statements are now coded but are still mostly untested. (CVS 890) (check-in: [c7c5e927a5] user: drh branch: trunk, size: 32176) | |
2003-03-30
| ||
19:17 | [df729d604e] part of check-in [b6d6e07f3a] Remove the experimental sqlite_open_aux_file() API. It will soon be replaced by ATTACH and DETACH SQL commands. (CVS 889) (check-in: [b6d6e07f3a] user: drh branch: trunk, size: 30470) | |
2003-03-27
| ||
12:51 | [e0d9a86541] part of check-in [d2fb2bb50c] Changes to the "sqlite" structure that allow simultaneous operations on multiple database files. Many regession tests pass - but not all of them. Do not use this version except for debugging SQLite itself. (CVS 883) (check-in: [d2fb2bb50c] user: drh branch: trunk, size: 31876) | |
2003-03-20
| ||
01:16 | [66cd7ff4fc] part of check-in [a5d8fc95ee] Record the database name in addition to the table name for DELETE, INSERT, and UPDATE statements. (CVS 879) (check-in: [a5d8fc95ee] user: drh branch: trunk, size: 31682) | |
2003-03-19
| ||
03:14 | [d041885038] part of check-in [875da9eed9] Modifications to the VDBE to support more than one database file. (CVS 878) (check-in: [875da9eed9] user: drh branch: trunk, size: 31595) | |
2003-02-16
| ||
22:21 | [51688c476f] part of check-in [75ba78280f] Added test code to check for file descriptor leaks. All regression tests pass now on both win2k and linux. (CVS 868) (check-in: [75ba78280f] user: drh branch: trunk, size: 31232) | |
2003-02-12
| ||
14:09 | [f88dfe09ed] part of check-in [792a9e157d] Added the new FULL option to the SYNCHRONOUS pragma. Still need to test it. (CVS 863) (check-in: [792a9e157d] user: drh branch: trunk, size: 31148) | |
2003-01-29
| ||
18:46 | [764a72e6a4] part of check-in [ccc82f1ab4] Better error messages on constraint violations. Additional tests and bug fixes for the callback-free API. (CVS 854) (check-in: [ccc82f1ab4] user: drh branch: trunk, size: 31012) | |
14:06 | [f1c8616187] part of check-in [162b259188] The callback-free API is now working, though much more testing is need. (CVS 853) (check-in: [162b259188] user: drh branch: trunk, size: 30967) | |
2003-01-28
| ||
23:13 | [c58cdfb5f0] part of check-in [065fa818ff] First code for the new callback-free API. All regression tests pass but the new API is mostly untested and is unlikely to work. (CVS 852) (check-in: [065fa818ff] user: drh branch: trunk, size: 30987) | |
2003-01-19
| ||
03:59 | [ad3193c56d] part of check-in [f6a8706872] Update comments. No changes to code. (CVS 841) (check-in: [f6a8706872] user: drh branch: trunk, size: 28682) | |
2003-01-18
| ||
17:04 | [a05db522f8] part of check-in [960a2e4af3] Check the validity of the database connection before the trace callback, not afterwards. (CVS 837) (check-in: [960a2e4af3] user: drh branch: trunk, size: 28613) | |
2003-01-16
| ||
16:28 | [2747a82e1f] part of check-in [f67bff8ff3] Add the sqlite_trace() hook for tracing the SQL that an application executes. The plan is to leave this API undocumented for the time being, in case we want to make changes to it later. (CVS 836) (check-in: [f67bff8ff3] user: drh branch: trunk, size: 28613) | |
2003-01-12
| ||
18:02 | [c8f8fdfe45] part of check-in [52d5007f64] Initial check-in of the code for the new sqlite_set_authorizer() API function. The code is mostly untested at this point. (CVS 827) (check-in: [52d5007f64] user: drh branch: trunk, size: 28035) | |
2002-12-02
| ||
04:25 | [cee05c2ba2] part of check-in [fa5c042585] Change to the pager to avoid opening journal files unnecessarily. This can sometimes results in a significant speed improvement. (CVS 791) (check-in: [fa5c042585] user: drh branch: trunk, size: 27955) | |
2002-11-09
| ||
00:33 | [f04f93b892] part of check-in [a29d60ecc5] Try to better detect when the library is compiled for large file support (LFS) but the support is not available in the host OS kernel. (CVS 782) (check-in: [a29d60ecc5] user: drh branch: trunk, size: 27958) | |
2002-11-01
| ||
01:55 | [b95d7eeec9] part of check-in [326e0983c3] Improvements in threadtest.c (for Unix) and some minor bug fixes that result from the better testing. (CVS 776) (check-in: [326e0983c3] user: drh branch: trunk, size: 27878) | |
2002-09-05
| ||
23:21 | [ff7c05ef88] part of check-in [a876021304] Fix a memory leak that occurred when sqlite_open() failed. (CVS 745) (check-in: [a876021304] user: drh branch: trunk, size: 27802) | |
2002-09-03
| ||
19:43 | [367c0d2c72] part of check-in [7f8fd5c75d] Always fill in the 5th parameter to sqlite_exec if there is an error. (CVS 742) (check-in: [7f8fd5c75d] user: drh branch: trunk, size: 27802) | |
2002-08-31
| ||
18:53 | [46d6a88070] part of check-in [170711ca65] Parse foreign key constraints and populate internal data structures appropriately. Constraints are still not enforced. (CVS 738) (check-in: [170711ca65] user: drh branch: trunk, size: 27674) | |
2002-08-29
| ||
23:59 | [26a3120113] part of check-in [78a0229a7e] If the database is locked when sqlite_open() is called, sqlite_exec() should still honor the busy callback and should return an error message together with the SQLITE_BUSY result code. (CVS 733) (check-in: [78a0229a7e] user: drh branch: trunk, size: 27589) | |
2002-08-24
| ||
18:24 | [9f2633cb20] part of check-in [22d8726e61] Change the way token memory is allocated in an effort to fix ticket #136. There is now a memory leak when using views of views. (CVS 725) (check-in: [22d8726e61] user: drh branch: trunk, size: 27352) | |
2002-08-13
| ||
23:02 | [c7e313ef70] part of check-in [310ac4fbaf] Make the distinction between text and numeric data. (CVS 710) (check-in: [310ac4fbaf] user: drh branch: trunk, size: 27236) | |
20:45 | [69f85a5620] part of check-in [92c403f485] Documentation and makefile updates. (CVS 709) (check-in: [92c403f485] user: drh branch: trunk, size: 27236) | |
2002-08-02
| ||
10:36 | [0f5d0f6f27] part of check-in [bdbdb866f2] Remove the restriction that a transaction cannot be started by one linuxthread and continued by another. Leave in the documentation the warning about not carrying a database connection across fork() but do not test for it any more. Ticket #130. (CVS 701) (check-in: [bdbdb866f2] user: drh branch: trunk, size: 27236) | |
2002-07-31
| ||
00:32 | [6ae1d21113] part of check-in [04973fc2a6] Fix for ticket #104: Make triggers on views work properly even after closing and reopening the database. Also fixed an unrelated bug in the version 2.6.0 database format upgrade logic. The upgrade logic bug was found while testing the trigger fixes. (CVS 697) (check-in: [04973fc2a6] user: drh branch: trunk, size: 27335) | |
2002-07-30
| ||
18:43 | [4a9b0bae94] part of check-in [5b814b5df6] Fix for ticket #114: Correctly handle SQLITE_BUSY if it occurs during database initialization. (CVS 696) (check-in: [5b814b5df6] user: drh branch: trunk, size: 26895) | |
2002-07-19
| ||
19:03 | [d759cb3ed9] part of check-in [773d36c8d9] Rig the ident string so that it is not changed by RCS on checkin. (CVS 692) (check-in: [773d36c8d9] user: drh branch: trunk, size: 26799) | |
18:52 | [bbf5b5536c] part of check-in [612df00401] Fix an assertion failure that occurs when attempting to delete all rows of a table while the "count_changes" pragma is turned on. Up the version number to 2.6.1. (CVS 690) (check-in: [612df00401] user: drh branch: trunk, size: 26811) | |
18:13 | [553efc8e20] part of check-in [712ee3914e] Add static ident strings (such as picked up by the RCS "ident" command) containing the library version number. (CVS 689) (check-in: [712ee3914e] user: drh branch: trunk, size: 26807) | |
17:46 | [ac96008489] part of check-in [c8a7b725b7] Better detection and reporting of errors when initializing from the sqlite_master table. (CVS 688) (check-in: [c8a7b725b7] user: drh branch: trunk, size: 26722) | |
2002-07-18
| ||
01:27 | [e22729b978] part of check-in [0493e39c1c] Make the automatic database upgrade work even if there are triggers. Add tests for automatic upgrade and for failing if reading a more advanced version of the database. Ticket #107. (CVS 682) (check-in: [0493e39c1c] user: drh branch: trunk, size: 26068) | |
00:34 | [dbe691d2b6] part of check-in [20d152fcdd] Fix for ticket #107: Fix a design defect in indices that was causing queries to fail when using an index on a column containing an empty string. This fix is an incompatible file-format change. (CVS 681) (check-in: [20d152fcdd] user: drh branch: trunk, size: 25805) | |
2002-07-13
| ||
17:23 | [d9ff20d741] part of check-in [72a609ec64] Partial fix for ticket #96: Return SQLITE_MISUSE from sqlite_exec() if called from a child process with an active transaction that was started in the parent. (CVS 675) (check-in: [72a609ec64] user: drh branch: trunk, size: 23756) | |
2002-06-25
| ||
19:31 | [6ac32ca71a] part of check-in [332164d645] Add the sqlite_open_aux_file() API. (CVS 646) (check-in: [332164d645] user: drh branch: trunk, size: 23657) | |
01:09 | [43d5f4e381] part of check-in [9c1432bf74] Added support for the "sqlite_temp_master" table. Increased the version number to 2.5.2. (CVS 640) (check-in: [9c1432bf74] user: drh branch: trunk, size: 22156) | |
2002-06-22
| ||
02:33 | [0e922ecfe4] part of check-in [8aa73ce612] An optimization: avoid the use of an intermediate table on UNION ALL if there is no ORDER BY clause. (CVS 637) (check-in: [8aa73ce612] user: drh branch: trunk, size: 27544) | |
2002-06-21
| ||
11:55 | [53995702ae] part of check-in [2532792a58] Fix for ticket #78: Avoid an assertion failure when sqlite_close() to be called in the middle of a transaction. (CVS 634) (check-in: [2532792a58] user: drh branch: trunk, size: 27524) | |
2002-06-20
| ||
11:36 | [d026463c50] part of check-in [cbbc858d97] This patch contains the beginnings of the data-typing infrastructure. The new build-in TypeOf() function is added. New opcodes for doing pure text comparisons are added. Most changes are disabled pending the 2.6.0 release. (CVS 632) (check-in: [cbbc858d97] user: drh branch: trunk, size: 27487) | |
2002-06-16
| ||
18:21 | [07f5638714] part of check-in [cd74495f99] Expose an additional internal API routine (sqliteInitCallback()) for use by private code. (CVS 624) (check-in: [cd74495f99] user: drh branch: trunk, size: 27009) | |
2002-06-14
| ||
20:54 | [c99dc0a521] part of check-in [e67ac0fec5] Fix for bug #72: Make sure the file descriptors are properly closed if sqliteInit() fails for any reason. (CVS 617) (check-in: [e67ac0fec5] user: drh branch: trunk, size: 26998) | |
2002-06-09
| ||
10:14 | [3a4e53122c] part of check-in [74d297d97e] Fix the spelling of sqliteRegisterBuiltinFunctions(). (CVS 613) (check-in: [74d297d97e] user: drh branch: trunk, size: 26998) | |
2002-05-23
| ||
13:15 | [6e53c49a39] part of check-in [82b74a494a] Fix for ticket #50. (CVS 582) (check-in: [82b74a494a] user: drh branch: trunk, size: 26998) | |
02:09 | [1b10b0530c] part of check-in [01ad352c3c] Fix some places where a malloc() failure would lead to a segfault. (CVS 580) (check-in: [01ad352c3c] user: drh branch: trunk, size: 26981) | |
2002-05-19
| ||
23:43 | [3f0db74a3e] part of check-in [8a4195c746] Style fixes to triggers code in various *.c files (partial fix to ticket #39) (CVS 571) (check-in: [8a4195c746] user: danielk1977 branch: trunk, size: 26891) | |
2002-05-15
| ||
14:17 | [de486c893c] part of check-in [f45c4b767a] Fix for ticket #41: Better handling of CREATE TRIGGER in the sqlite_complete() function. (CVS 567) (check-in: [f45c4b767a] user: drh branch: trunk, size: 26887) | |
11:44 | [9e9ba7d849] part of check-in [690f9a1631] Remove all tabs from the beginning of source code lines. Replace tabs with the appropriate number of spaces. (CVS 565) (check-in: [690f9a1631] user: drh branch: trunk, size: 25718) | |
08:30 | [6bc0b3dd01] part of check-in [794bf67b6b] Added FOR EACH ROW triggers functionality (CVS 562) (check-in: [794bf67b6b] user: danielk1977 branch: trunk, size: 25648) | |
2002-05-10
| ||
13:14 | [0a4643660b] part of check-in [f42907ce45] Improvements to the SQLITE_MISUSE detection logic. Also added test cases for this logic, including the new test file "misuse.test". (CVS 559) (check-in: [f42907ce45] user: drh branch: trunk, size: 24752) | |
05:44 | [a7041c9a32] part of check-in [a05fabd2df] Attempt to detect when two or more threads try to use the same database at the same time and return an SQLITE_MISUSE error. Also return this error if an attempt is made to use a closed database. (CVS 558) (check-in: [a05fabd2df] user: drh branch: trunk, size: 23627) | |
2002-04-12
| ||
10:08 | [df43fe585d] part of check-in [6e71493b9d] Fix for bug #15: Add the sqlite_changes() API function for retrieving the number of rows that changed in the previous operation. (CVS 526) (check-in: [6e71493b9d] user: drh branch: trunk, size: 22211) | |
2002-03-06
| ||
22:01 | [b21019084b] part of check-in [161c0c5f5d] Added the default_cache_size and default_synchronous pragmas. Added additional tests for pragmas. Added a new speedtest script. (CVS 421) (check-in: [161c0c5f5d] user: drh branch: trunk, size: 21976) | |
2002-03-05
| ||
01:11 | [3015c23fae] part of check-in [414da4af1f] Add the ability to turn of calls to fsync() using the "synchronous" pragma. Increased the default cache size from 100 to 2000 and made the "cache_size" pragma persistent. (CVS 418) (check-in: [414da4af1f] user: drh branch: trunk, size: 21937) | |
2002-02-28
| ||
00:41 | [5651146585] part of check-in [50797fee50] Completely remove the old SQL function system and replace it with the new user functions. The code currently compiles but it coredumps on the test suite. Do not use in its present state. (CVS 400) (check-in: [50797fee50] user: drh branch: trunk, size: 21509) | |
2002-02-27
| ||
19:00 | [98f6c6f288] part of check-in [633951f0fa] Revise the API for user-defined functions. (CVS 398) (check-in: [633951f0fa] user: drh branch: trunk, size: 21530) | |
01:53 | [cbfa66d535] part of check-in [085b0d671a] The user-defined function routines failed to detect a malloc() failure. (CVS 397) (check-in: [085b0d671a] user: drh branch: trunk, size: 21388) | |
2002-02-24
| ||
01:55 | [69ba234014] part of check-in [530b0f4f2d] Move the build-in function definitions into a new source file "func.c". (CVS 391) (check-in: [530b0f4f2d] user: drh branch: trunk, size: 21342) | |
2002-02-23
| ||
23:45 | [0fa2298ab8] part of check-in [c490a1ff95] Added support for user-defined normal functions. Support for user-defined aggregates is pending. (CVS 390) (check-in: [c490a1ff95] user: drh branch: trunk, size: 22044) | |
2002-02-21
| ||
12:01 | [abc0732d4c] part of check-in [b2a9807fed] Change the SQLITE_MASTER format to version 2 in preparation for adding views. (CVS 386) (check-in: [b2a9807fed] user: drh branch: trunk, size: 19387) | |
2002-02-19
| ||
22:42 | [fada622b46] part of check-in [1686196a8a] New ROWIDs are numbered sequentially. (CVS 383) (check-in: [1686196a8a] user: drh branch: trunk, size: 17954) | |
2002-02-18
| ||
18:30 | [669cfd9a8c] part of check-in [78a50971e9] Add support for CREATE TABLE AS. (CVS 377) (check-in: [78a50971e9] user: drh branch: trunk, size: 17970) | |
2002-02-02
| ||
15:01 | [300320ba68] part of check-in [aaa53e113e] Checkpoint code added to the pager. Regression tests work but the new APIs have not been tested yet. (CVS 361) (check-in: [aaa53e113e] user: drh branch: trunk, size: 17808) | |
2002-01-31
| ||
15:54 | [637582b8b8] part of check-in [d0e7cf4a83] Change to five conflict resolution algorithms: ROLLBACK, ABORT, FAIL, IGNORE, and REPLACE. This checkin is code only. Documentation and tests are still needed. Also, ABORT is not fully implemented. (CVS 360) (check-in: [d0e7cf4a83] user: drh branch: trunk, size: 17138) | |
2002-01-16
| ||
21:00 | [0205771a6c] part of check-in [f74d61aaf3] Added the last_insert_rowid API function. Improved documentation of the random ROWID algorithm. (CVS 349) (check-in: [f74d61aaf3] user: drh branch: trunk, size: 17110) | |
2002-01-10
| ||
14:31 | [bdce5ed20f] part of check-in [ba89da6031] Fix a problem with the way temporary tables mask permanent tables. (CVS 345) (check-in: [ba89da6031] user: drh branch: trunk, size: 16989) | |
2002-01-09
| ||
03:19 | [46c7527113] part of check-in [b3656a5cfe] Working on a bug: Dropping and recreating a table within a transaction causes an assertion failure. (CVS 342) (check-in: [b3656a5cfe] user: drh branch: trunk, size: 16679) | |
2002-01-06
| ||
17:07 | [567e472a1c] part of check-in [9b0be4fcc1] Comment updates most. Also some small changes to the VDBE. (CVS 339) (check-in: [9b0be4fcc1] user: drh branch: trunk, size: 16405) | |
2001-12-21
| ||
14:30 | [00a9f5603e] part of check-in [236a54d289] Added support for the INTEGER PRIMARY KEY column type. (CVS 333) (check-in: [236a54d289] user: drh branch: trunk, size: 16219) | |
2001-12-05
| ||
00:21 | [e5fa4773e6] part of check-in [585ed5ebf1] Bug fix: sqlite_exec() would sometimes return SQLITE_PROTOCOL when it should have returned SQLITE_BUSY. There was also a deadlock that the previous bug was masking. (CVS 322) (check-in: [585ed5ebf1] user: drh branch: trunk, size: 16405) | |
2001-11-23
| ||
00:24 | [799bdaf30c] part of check-in [8a98466711] Fix a bug in DROP TABLE that could cause SQLITE_MASTER table corruption. The root problem was that the sequence of BTree operations (Delete, Next) would not always leave the cursor pointing at the first entry after the entry that was deleted. A consequence of this error was that a DROP TABLE on a table with indices would not always remove every index associated with that table from the SQLITE_MASTER table. Subsequent attempts to open the database will fail when the index for the missing table was parsed. Changes have also been made to ignore extra indices in the SQLITE_MASTER table so that a database previously corrupted by this bug is once again readable. (CVS 316) (check-in: [8a98466711] user: drh branch: trunk, size: 16407) | |
2001-11-07
| ||
16:48 | [0b0e7244c7] part of check-in [decbeb9151] New Next opcode and indexing style implemented. (CVS 304) (check-in: [decbeb9151] user: drh branch: trunk, size: 16414) | |
2001-11-03
| ||
23:57 | [e2ae5e14a3] part of check-in [1c448f1fd2] Added "const" to lots of "char*" parameters in the API. (CVS 298) (check-in: [1c448f1fd2] user: drh branch: trunk, size: 16447) | |
2001-10-22
| ||
02:58 | [47922699c7] part of check-in [f8328a5f11] More changes for 2.0.7. (CVS 293) (check-in: [f8328a5f11] user: drh branch: trunk, size: 16447) | |
2001-10-12
| ||
17:30 | [9a18e97290] part of check-in [0a7848b619] Fix an assertion failure when the disk fills up. Add tests for a full disk situation. (CVS 285) (check-in: [0a7848b619] user: drh branch: trunk, size: 15928) | |
2001-10-09
| ||
13:46 | [ece73e5a44] part of check-in [abe5a25b9d] The sqlite_busy_timeout() function was interpreting its second argument as seconds, not milliseconds as advertised. This patch fixes the problem. (CVS 284) (check-in: [abe5a25b9d] user: drh branch: trunk, size: 15928) | |
2001-10-08
| ||
13:22 | [87b2fca50c] part of check-in [9368c62e40] Support for temporary tables added. Still need more testing. (CVS 279) (check-in: [9368c62e40] user: drh branch: trunk, size: 15938) | |
2001-10-06
| ||
16:33 | [6db4ba7ed8] part of check-in [b63b3f3684] Adding table column query capability to support ODBC. (CVS 278) (check-in: [b63b3f3684] user: drh branch: trunk, size: 15414) | |
2001-09-27
| ||
15:11 | [87cabd64c9] part of check-in [116fdad068] Fixed the support of UNIQUE and PRIMARY KEY. (CVS 268) (check-in: [116fdad068] user: drh branch: trunk, size: 14401) | |
2001-09-23
| ||
20:17 | [00ff61d821] part of check-in [bb4313a94b] RowIDs are now always expressed in native byte order. (CVS 263) (check-in: [bb4313a94b] user: drh branch: trunk, size: 14504) | |
2001-09-22
| ||
18:12 | [49af06b732] part of check-in [9114420dd0] Put in a generic hash table system in place of the various ad-hoc hash table scattered everywhere. Except, the page hash table in the pager is unchanged. (CVS 260) (check-in: [9114420dd0] user: drh branch: trunk, size: 14461) | |
2001-09-19
| ||
13:22 | [5e5794eea3] part of check-in [abff526d00] Trying to get the OS abstraction layer to work. (CVS 256) (check-in: [abff526d00] user: drh branch: trunk, size: 14274) | |
2001-09-17
| ||
20:25 | [71ca839b90] part of check-in [602ea4f9f6] Add a new column in the SQLITE_MASTER table to record the root page number of primary key indices. (CVS 252) (check-in: [602ea4f9f6] user: drh branch: trunk, size: 14332) | |
2001-09-16
| ||
00:13 | [1523c790c2] part of check-in [4e926efe2b] Disclaimed copyright. Preparing for release 2.0. (CVS 250) (check-in: [4e926efe2b] user: drh branch: trunk, size: 13828) | |
2001-09-15
| ||
00:57 | [73be8d00a8] part of check-in [14474fa144] Everything is working on Linux. This is release 2.0-Alpha-1. (CVS 246) (check-in: [14474fa144] user: drh branch: trunk, size: 14383) | |
2001-09-14
| ||
16:42 | [a2c142626b] part of check-in [7da856cd94] Bug fixes and speed improvements. Delete is still slow. (CVS 244) (check-in: [7da856cd94] user: drh branch: trunk, size: 13470) | |
2001-09-13
| ||
21:53 | [b72d2b03a2] part of check-in [62c7bd11bc] Many problems fixed. Many problems yet to go. (CVS 242) (check-in: [62c7bd11bc] user: drh branch: trunk, size: 13464) | |
16:18 | [1feb8e6681] part of check-in [9ac8399c99] It runs. Simple tables can be created. INSERT and SELECT work. Much more testing is needed, however. (CVS 241) (check-in: [9ac8399c99] user: drh branch: trunk, size: 13400) | |
15:21 | [c5f8931674] part of check-in [991ce81150] The new Btree code runs, but it does not yet work. (CVS 240) (check-in: [991ce81150] user: drh branch: trunk, size: 12975) | |
14:46 | [b7a2da8375] part of check-in [a0a1e701ab] The BTree changes are now integrated and the whole thing compiles and links. I have not yet tried to run it, though. (CVS 239) (check-in: [a0a1e701ab] user: drh branch: trunk, size: 12953) | |
13:46 | [afdb7ecb5d] part of check-in [6ecc8b20d4] The code is in place to replace GDBM with BTree. But I have not yet attempted to compile it. I am sure the code contains bugs. (CVS 238) (check-in: [6ecc8b20d4] user: drh branch: trunk, size: 12954) | |
2001-04-28
| ||
16:52 | [0a13c7a2be] part of check-in [73a1ed6126] :-) (CVS 214) (check-in: [73a1ed6126] user: drh branch: trunk, size: 12659) | |
2001-04-11
| ||
14:28 | [92ce30a89f] part of check-in [86b30cd097] better handling of out-of-memory errors (CVS 207) (check-in: [86b30cd097] user: drh branch: trunk, size: 12612) | |
2001-04-06
| ||
16:13 | [fe5c26620c] part of check-in [735d8b5c13] Check for miscompiled Tcl (CVS 204) (check-in: [735d8b5c13] user: drh branch: trunk, size: 12365) | |
2001-04-05
| ||
15:57 | [d52a1c2a7a] part of check-in [8390f6521a] i18n changes (CVS 201) (check-in: [8390f6521a] user: drh branch: trunk, size: 12353) | |
2001-02-11
| ||
16:56 | [5afe29c425] part of check-in [6adb607887] Perpare to fork SQLite2.0 develop into a separate tree (CVS 183) (check-in: [6adb607887] user: drh branch: trunk, size: 12122) | |
2001-01-15
| ||
22:51 | [92fcd6d967] part of check-in [c6ffb7ec6a] continued progress toward version 2.0 (CVS 177) (check-in: [c6ffb7ec6a] user: drh branch: trunk, size: 12124) | |
2001-01-13
| ||
14:34 | [340e5b04ce] part of check-in [c0730217a0] Changes to the DBBE. Moving toward having many more backend driver choices. (CVS 176) (check-in: [c0730217a0] user: drh branch: trunk, size: 12112) | |
2000-12-10
| ||
18:23 | [5235545813] part of check-in [ced90c3f93] speed tweaks and documentation updates (CVS 167) (check-in: [ced90c3f93] user: drh branch: trunk, size: 12109) | |
2000-10-19
| ||
01:49 | [6686df1f9e] part of check-in [979ef5d5d6] Break out DBBE drivers into separate files. (CVS 157) (check-in: [979ef5d5d6] user: drh branch: trunk, size: 11637) | |
2000-10-16
| ||
22:06 | [4774731549] part of check-in [f7ea08b931] Added an interrupt capability (CVS 153) (check-in: [f7ea08b931] user: drh branch: trunk, size: 11638) | |
2000-10-11
| ||
19:28 | [03ca6d7601] part of check-in [3f0f1fa1fc] Misc cleanup. Notes on compiling for Win95. (CVS 152) (check-in: [3f0f1fa1fc] user: drh branch: trunk, size: 11505) | |
2000-08-22
| ||
13:40 | [9a89579b40] part of check-in [67e2da38c3] :-) (CVS 139) (check-in: [67e2da38c3] user: drh branch: trunk, size: 11515) | |
13:40 | [6cd0bb4a97] part of check-in [c6b71d9b4b] :-) (CVS 138) (check-in: [c6b71d9b4b] user: drh branch: trunk, size: 11522) | |
2000-08-02
| ||
13:47 | [ba16b81890] part of check-in [b7b9023794] file format change (CVS 122) (check-in: [b7b9023794] user: drh branch: trunk, size: 11432) | |
2000-07-31
| ||
13:38 | [c4b6678af8] part of check-in [47dfec3aaa] patches to compile for WinNT (CVS 115) (check-in: [47dfec3aaa] user: drh branch: trunk, size: 10227) | |
2000-07-28
| ||
14:32 | [82dba47063] part of check-in [4fe8e51c24] added the sqlite_busy_handler() interface (CVS 109) (check-in: [4fe8e51c24] user: drh branch: trunk, size: 10206) | |
2000-06-21
| ||
13:59 | [30b33b6e0c] part of check-in [e1bf96a467] :-) (CVS 104) (check-in: [e1bf96a467] user: drh branch: trunk, size: 8539) | |
2000-06-07
| ||
23:51 | [e3297835b8] part of check-in [2ffeb8509c] :-) (CVS 74) (check-in: [2ffeb8509c] user: drh branch: trunk, size: 8532) | |
15:11 | [b427595218] part of check-in [d3baa046c9] :-) (CVS 70) (check-in: [d3baa046c9] user: drh branch: trunk, size: 8446) | |
14:42 | [48440ddd39] part of check-in [5d773b5d4e] :-) (CVS 1697) (check-in: [5d773b5d4e] user: drh branch: trunk, size: 8452) | |
2000-06-05
| ||
16:01 | [93a7ad14bb] part of check-in [ce45dea902] separate Select structure (CVS 51) (check-in: [ce45dea902] user: drh branch: trunk, size: 8419) | |
02:07 | [06ee1dd192] part of check-in [1cf2873d55] :-) (CVS 50) (check-in: [1cf2873d55] user: drh branch: trunk, size: 8440) | |
2000-06-02
| ||
14:27 | [ed15e01326] part of check-in [46c4b792e0] :-) (CVS 38) (check-in: [46c4b792e0] user: drh branch: trunk, size: 8447) | |
13:27 | [e0fb4de580] part of check-in [2b55f9b790] :-) (CVS 37) (check-in: [2b55f9b790] user: drh branch: trunk, size: 8446) | |
01:51 | [9123ef6567] part of check-in [d3c31defba] :-) (CVS 36) (check-in: [d3c31defba] user: drh branch: trunk, size: 7643) | |
01:36 | [9567f6f441] part of check-in [a57ecd606c] :-) (CVS 35) (check-in: [a57ecd606c] user: drh branch: trunk, size: 7643) | |
01:17 | [ff4e6abaea] part of check-in [52338f4ab5] :-) (CVS 34) (check-in: [52338f4ab5] user: drh branch: trunk, size: 7643) | |
2000-05-31
| ||
22:58 | [a14b1e8837] part of check-in [09054df318] :-) (CVS 29) (check-in: [09054df318] user: drh branch: trunk, size: 6714) | |
2000-05-29
| ||
14:26 | Added: [25cce7bce0] part of check-in [6f3655f79f] initial check-in of the new version (CVS 1) (check-in: [6f3655f79f] user: drh branch: trunk, size: 6652) | |