Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for src/tclsqlite.c
2025-06-28
| ||
14:36 | [0b1341fe9e] part of check-in [6e1f97d99b] Merge all the latest trunk fixes and enhancements into the reuse-schema branch. (check-in: [6e1f97d99b] user: drh branch: reuse-schema, size: 133973) | |
2025-05-31
| ||
11:02 | [3c604c49e6] part of check-in [413a626b5c] tcl extension: UDFs may now 'break' to return an SQL NULL. Add the (eval -asdict) flag to use a dict, instead of an array, for the eval row data. (check-in: [413a626b5c] user: stephan branch: trunk, size: 133555) | |
2025-05-30
| ||
16:22 | [117dd05691] part of check-in [6747183c90] Merge trunk into tcl-cw branch. (check-in: [6747183c90] user: stephan branch: tcl-cw, size: 133555) | |
2025-05-29
| ||
14:59 | [6603c89e39] part of check-in [4b1a38ff6b] Update the reuse-schema branch to version 3.50.0 (check-in: [4b1a38ff6b] user: drh branch: reuse-schema, size: 131637) | |
2025-05-26
| ||
07:15 | [d0e63ffe79] part of check-in [de0dfac1e5] tclsqlite.c doc typo fix. (check-in: [de0dfac1e5] user: stephan branch: trunk, size: 131219) | |
2025-05-05
| ||
23:44 | [661032a24b] part of check-in [46b0bf5603] Account for Tcl 8.x's lack of Tcl_BounceRefCount(). (check-in: [46b0bf5603] user: stephan branch: tcl-cw, size: 133559) | |
22:56 | [deb1fb446c] part of check-in [5368647a1f] Part 2 of 2(?) of adding the -asdict flag to the db eval command of the Tcl interface. This needs a critical review from seasoned Tcl C API users before merging can be considered (noting that it's not planned for inclusion until 3.51). (check-in: [5368647a1f] user: stephan branch: tcl-cw, size: 133386) | |
20:44 | [e909c45323] part of check-in [003e2c9bca] Part 1 of 2(3?) of adding the -asdict flag to the db eval command of the Tcl interface, as proposed in forum post dce85c5ab9f0bc10. This is the lowest-level part but it does nothing because the higher-level part does not yet exist to activate it, a notable consequence of which is that it's untested. Rename pArray to pTgtName because the former name is now confusingly incorrect. (check-in: [003e2c9bca] user: stephan branch: tcl-cw, size: 132144) | |
16:49 | [23cab775ff] part of check-in [034211985d] Allow Tcl-defined UDFs to 'break' to result in an SQL NULL, as per suggestion in forum post 585ebac2c48f1411. (check-in: [034211985d] user: stephan branch: tcl-cw, size: 131285) | |
2025-04-21
| ||
13:08 | [834f1708b4] part of check-in [b3a526a887] Merge all the latest trunk enhancements into the reuse-schema branch. (check-in: [b3a526a887] user: drh branch: reuse-schema, size: 131641) | |
2025-03-31
| ||
11:24 | [b13fe776a3] part of check-in [ac27c2f816] Add the ?ENCODING? parameter to the "db copy" command. If used, it will translate from the given encoding to UTF-8 (check-in: [ac27c2f816] user: jan.nijtmans branch: db-copy-encoding, size: 131553) | |
2025-03-27
| ||
17:30 | [767a11d470] part of check-in [e60198001e] Fix for forum-post b5fde3596c. Also fix encoding issue for non-ASCII characters. Also includes a fix from Stephan Beal, about a missing <stdint.h> include. (check-in: [e60198001e] user: jan.nijtmans branch: tclsqlite-db-copy-fix, size: 131223) | |
2025-03-15
| ||
20:35 | [9e4e8708e3] part of check-in [271e0373a8] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [271e0373a8] user: drh branch: reuse-schema, size: 131393) | |
2025-03-06
| ||
13:38 | [5875b959c3] part of check-in [205979813c] Cygwin-centric fixes from Jan Nijtmans. (check-in: [205979813c] user: stephan branch: cygwin-fixes, size: 131097) | |
2025-03-04
| ||
21:25 | [254e69d6b4] part of check-in [ea1f7f8de4] tclsqlite3 patch from Christian Werner: replace FILE handles with TCL channels for the db copy command. (check-in: [ea1f7f8de4] user: stephan branch: trunk, size: 130975) | |
06:29 | [4fc7960259] part of check-in [6f6a03e93c] Minor doc typo fixes via forum post 65bd941da8. (check-in: [6f6a03e93c] user: stephan branch: trunk, size: 130870) | |
2025-02-03
| ||
15:17 | [09d33ad9a3] part of check-in [858163f938] Merge the latest trunk changes into the reuse-schema branch. (check-in: [858163f938] user: drh branch: reuse-schema, size: 131287) | |
2025-01-30
| ||
16:07 | [5c1e367e26] part of check-in [a700692b39] Remove an unused parameter from an internal-use subroutine in the TCL interface. (check-in: [a700692b39] user: drh branch: trunk, size: 130869) | |
16:00 | [0eb2b419b8] part of check-in [d76c5db866] Improvements to the TCL interface for Tcl9 as suggested by Jan Nijtmans. (check-in: [d76c5db866] user: drh branch: trunk, size: 130897) | |
2025-01-21
| ||
11:10 | [6a7538560a] part of check-in [a8d9dcfd23] Use Tcl_GetString() instead of Tcl_GetCharLength() to test for a zero-length string in the TCL interface, since that is much more efficient. (check-in: [a8d9dcfd23] user: drh branch: trunk, size: 130783) | |
2025-01-14
| ||
12:43 | [120e6d3928] part of check-in [1a031a536b] Version 3.48.0 for the reuse-schema branch. (check-in: [1a031a536b] user: drh branch: reuse-schema, size: 131204) | |
2025-01-07
| ||
16:36 | [c6b9d3a0b1] part of check-in [4e85343d61] Improvements to [14b38ae6ab86a314] so that the Tcl interface is better able to work with boolean values in both Tcl86 and Tcl90. (check-in: [4e85343d61] user: drh branch: trunk, size: 130786) | |
12:14 | [6e25a72d3f] part of check-in [14b38ae6ab] Make the TCL extension aware of the booleanString type within TCL. (check-in: [14b38ae6ab] user: drh branch: trunk, size: 130772) | |
11:54 | [9004ed7a51] part of check-in [7d41885e85] Fix a typo in the previous check-in. (check-in: [7d41885e85] user: drh branch: trunk, size: 130584) | |
00:17 | [ada7d3ffea] part of check-in [dd934f032f] Minor fixes to tclsqlite.c to promote portability. (check-in: [dd934f032f] user: drh branch: trunk, size: 130584) | |
2024-12-16
| ||
14:06 | [0ee1a54f90] 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: 130971) | |
2024-12-09
| ||
20:46 | [90441d3cc1] part of check-in [e2bae4143a] Make the TCL interface more rebust against very large strings coming out of TCL9. (check-in: [e2bae4143a] user: drh branch: trunk, size: 130553) | |
2024-11-25
| ||
14:16 | [0538288317] part of check-in [83e95cf3ed] Version 3.47.1 for the reuse-schema branch. (check-in: [83e95cf3ed] user: drh branch: reuse-schema-3.47, size: 131014) | |
2024-11-22
| ||
17:45 | [b30c05721b] part of check-in [dcef1992d5] Fix two problems with argument expansion in sqlite-tclsh on Windows. (check-in: [dcef1992d5] user: drh branch: branch-3.47, size: 130596) | |
17:41 | [1c2f697cb1] part of check-in [0fe1622cec] Fix another issue in argument expansion on Windows for tclsqlite3.c in interpreter mode. Problem introduced by check-in [9b87ea219bce5689] and unfixed by [cd942dce148c9d8f]. (check-in: [0fe1622cec] user: drh branch: trunk, size: 130458) | |
2024-11-18
| ||
15:51 | [39e66a9760] part of check-in [00d021eda4] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [00d021eda4] user: drh branch: reuse-schema, size: 130850) | |
2024-11-16
| ||
17:39 | [c4b0b27b0a] part of check-in [cd942dce14] Fix argument expansion in sqlite-tclsh on Windows such that if an argument does not match a filename even after glob expansion, it is appended to the argument list verbatim. (check-in: [cd942dce14] user: drh branch: trunk, size: 130432) | |
2024-10-30
| ||
14:24 | [a068917be2] 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: 130753) | |
2024-10-28
| ||
17:27 | [ff2dc3ec1b] 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: 130335) | |
2024-10-25
| ||
20:21 | [12c9eaef23] part of check-in [12fc5fd5e0] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [12fc5fd5e0] user: drh branch: reuse-schema, size: 130910) | |
2024-10-22
| ||
16:19 | [47d4bb6eb0] part of check-in [53491688cf] Do not typedef Tcl_Size if it is already #defined. (check-in: [53491688cf] user: drh branch: trunk, size: 130492) | |
2024-10-16
| ||
15:14 | [b69c543cb2] part of check-in [93f0febab4] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [93f0febab4] user: drh branch: reuse-schema, size: 130891) | |
2024-10-11
| ||
17:02 | [e2b752dd08] part of check-in [9b87ea219b] An improved method for statically linking sqlite3_analyzer.exe using Tcl9. Enable wildcard expansion of arguments to testfiture on Windows. (check-in: [9b87ea219b] user: drh branch: trunk, size: 130473) | |
2024-10-10
| ||
10:33 | [e4bd0a252e] part of check-in [69346e9d47] For compatibility, allow the TCL interfact to continue working with TCL 8.5. (check-in: [69346e9d47] user: drh branch: make-install-fixes, size: 130125) | |
2024-10-09
| ||
13:19 | [b3fea4c31c] part of check-in [9c06901932] Changes to the TCL extension and how it is built, suggested by Jan Nijtmans. (check-in: [9c06901932] user: drh branch: make-install-fixes, size: 130125) | |
2024-08-10
| ||
20:24 | [f3c74b7612] part of check-in [31a71a79bf] Merge the latest trunk enhancements into main reuse-schema branch. (check-in: [31a71a79bf] user: drh branch: reuse-schema, size: 130542) | |
2024-08-01
| ||
23:30 | [c6888598f0] part of check-in [72a80aa0ab] Simplification the ./configure script. Carry Makefile CFLAGS and OPTS through into builttclext.tcl. Fix a bug in tclsqlite.c introduced by the previous check-in. (check-in: [72a80aa0ab] user: drh branch: autoconf-revamp, size: 130124) | |
23:00 | [9bd7443f5d] part of check-in [2f667cc8e5] Add the tclextension-list makefile target. The the makefile running on Mac. (check-in: [2f667cc8e5] user: drh branch: autoconf-revamp, size: 130124) | |
01:06 | [ef55aeb328] part of check-in [ff9fdd07d2] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [ff9fdd07d2] user: drh branch: reuse-schema, size: 130336) | |
2024-07-31
| ||
22:25 | [8e86ab2595] part of check-in [2afadbeb12] Make the #include section of tclsqlite.c the same as tclsqlite.h. (check-in: [2afadbeb12] user: drh branch: tcl9, size: 129918) | |
10:59 | [6242341191] part of check-in [7157c3c910] Fixes to tclsqlite.c to facilitate TEA installs. (check-in: [7157c3c910] user: drh branch: tcl9, size: 129918) | |
2024-07-30
| ||
18:49 | [671206cdad] part of check-in [fa549a5507] More adjustments to the incrblob channel: Apparently you need to wait until the close2Proc is called with a flag of 0 before actually shutting down the channel. (check-in: [fa549a5507] user: drh branch: tcl9, size: 129322) | |
18:15 | [121754e462] part of check-in [19fda979c5] Tcl_ChannelType implementations for Tcl9 apparently require that wideSeekProc be implemented. Also adjust minor test script issues for fts5 tests so that they can be run sequentially and so that they do not depend on the specific floating point output formats generated by Tcl. (check-in: [19fda979c5] user: drh branch: tcl9, size: 129484) | |
16:51 | [e36996d142] part of check-in [d54ec2de78] Fix the incrblob channel so that partial close works with Tcl9. (check-in: [d54ec2de78] user: drh branch: tcl9, size: 129220) | |
15:49 | [f4753c1c90] part of check-in [6e5bb48a74] First attempt at getting the build to work with Tcl 9.0. (check-in: [6e5bb48a74] user: drh branch: tcl9, size: 128617) | |
2023-06-22
| ||
14:50 | [df375d63a3] part of check-in [905c6c9ddb] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [905c6c9ddb] user: drh branch: reuse-schema, size: 128565) | |
2023-06-17
| ||
15:42 | [ecbc3c99c0] part of check-in [bc4d20f362] Fix harmless compiler warnings that show up on 32-bit RaspberryPI builds. (check-in: [bc4d20f362] user: drh branch: trunk, size: 128147) | |
2023-06-07
| ||
08:40 | [9952874a1f] 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: 127461) | |
2023-02-07
| ||
15:29 | [be4795cda3] part of check-in [4d21640c58] Merge latest trunk changes into this branch. (check-in: [4d21640c58] user: dan branch: reuse-schema, size: 127871) | |
2023-01-12
| ||
19:51 | [8522a04fb9] part of check-in [0546165159] Fix sqlite3_prepare() so that it only invokes the progress handler on every N-th call to sqlite3ProgressCheck(), where N is the progress handler step count. Also fix faulty asserts exposed by the ability to interrupt in the middle of sqlite3_prepare(). (check-in: [0546165159] user: drh branch: progress-during-prepare, size: 127453) | |
2022-06-16
| ||
13:57 | [c5b9f6540d] part of check-in [7f405fe209] Merge the latest trunk enhancements into the reuse-schema branch. (check-in: [7f405fe209] user: drh branch: reuse-schema, size: 127776) | |
2022-06-01
| ||
14:32 | [4e64ba300a] part of check-in [e96feccc21] Fix a minor problem in the Tcl "incrblob" command. This does not affect the SQLite core. (check-in: [e96feccc21] user: dan branch: trunk, size: 127358) | |
2022-02-21
| ||
16:49 | [d438eb0f0d] part of check-in [b3c26f4a34] Merge the latest trunk changes into the reuse-schema branch. (check-in: [b3c26f4a34] user: drh branch: reuse-schema, size: 127765) | |
2022-02-16
| ||
15:11 | [1f66739911] part of check-in [3454a1222b] Make the sqlite3_error_offset() interface accessible from TCL using the new "erroroffset" method on the sqlite3 object. (check-in: [3454a1222b] user: drh branch: trunk, size: 127347) | |
2021-11-27
| ||
15:12 | [d59959ac59] part of check-in [f83d50d507] Merge version 3.37.0 into the reuse-schema branch. (check-in: [f83d50d507] user: drh branch: reuse-schema, size: 127479) | |
2021-11-23
| ||
12:59 | [48f291e1a7] part of check-in [ba71d030fe] Fix a compiler warning in the dbserialize method of the TCL interface. (check-in: [ba71d030fe] user: drh branch: trunk, size: 127061) | |
2021-11-22
| ||
16:05 | [2291fa6e93] part of check-in [d08832cb93] Merge recent trunk enhancements into the reuse-schema branch. (check-in: [d08832cb93] user: drh branch: reuse-schema, size: 127441) | |
2021-11-18
| ||
20:56 | [50c2b759f4] part of check-in [90b06b6f42] Minor tweaks to the way auxiliary tools are built, to make it easier to customize the builds without having to alter the code. (check-in: [90b06b6f42] user: drh branch: trunk, size: 127023) | |
2021-10-04
| ||
11:49 | [78450c0a24] part of check-in [64234c5c9a] Merge recent trunk enhancements into the reuse-schema branch. (check-in: [64234c5c9a] user: drh branch: reuse-schema, size: 127450) | |
2021-09-16
| ||
14:17 | [428e813dab] part of check-in [e54a33ce56] Add a reference counter to a structure used internally by the Tcl interface so that it does not segfault if the database connection is closed from any of the various callback scripts that may be invoked. (check-in: [e54a33ce56] user: dan branch: trunk, size: 127032) | |
2021-07-09
| ||
13:29 | [1ae70091c3] part of check-in [0e968f9de3] Merge latest trunk changes into this branch. (check-in: [0e968f9de3] user: dan branch: reuse-schema, size: 126661) | |
2021-06-22
| ||
18:32 | [05663f6b50] part of check-in [48fdec22c9] Add the sqlite3_changes64() and sqlite3_total_changes64() API functions. (check-in: [48fdec22c9] user: dan branch: trunk, size: 126243) | |
2021-05-22
| ||
15:05 | [5642a5fd32] part of check-in [dbc65a6958] Merge latest trunk changes into this branch. (check-in: [dbc65a6958] user: dan branch: reuse-schema, size: 126649) | |
2021-05-08
| ||
17:18 | [97645e4a15] 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: 126231) | |
2020-07-29
| ||
16:18 | [1d71c071ee] 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: 126239) | |
2020-05-16
| ||
19:00 | [f4dd32d001] 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: 126655) | |
2020-05-15
| ||
01:18 | [986b6391f0] part of check-in [0119d96dec] Enhancements to long-path support in the Win32 VFS. (check-in: [0119d96dec] user: mistachkin branch: trunk, size: 126237) | |
2020-02-27
| ||
15:20 | [e232685462] part of check-in [3f5650aae6] Merge latest trunk changes into this branch. (check-in: [3f5650aae6] user: dan branch: reuse-schema, size: 126395) | |
2020-02-07
| ||
01:12 | [d0aa320416] 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: 125977) | |
2020-01-20
| ||
15:32 | [400c8d6d7b] part of check-in [9c920bbad3] Merge recent fixes from trunk. (check-in: [9c920bbad3] user: drh branch: reuse-schema, size: 127364) | |
2020-01-18
| ||
22:20 | [97590069ef] part of check-in [1accfa8cf0] In the TCL interface, add the ability to change the SQLITE_DBCONFIG_TRUSTED_SCHEMA setting using the "db config" method. (check-in: [1accfa8cf0] user: drh branch: trunk, size: 126946) | |
2020-01-15
| ||
14:26 | [adf091277c] part of check-in [f783917800] Merge all recent enhancements and fixes from trunk. (check-in: [f783917800] user: drh branch: reuse-schema, size: 127218) | |
2020-01-08
| ||
15:44 | [f2dae14bfe] part of check-in [0138652b6c] Provide the -innocuous option to the "db func" method in the TCL interface. (check-in: [0138652b6c] user: drh branch: new-security-options, size: 126800) | |
2019-11-18
| ||
17:46 | [8cd2600e8d] part of check-in [cb79c82849] Add support for SQLITE_OPEN_NOFOLLOW. (check-in: [cb79c82849] user: drh branch: trunk, size: 126614) | |
2019-09-16
| ||
12:35 | [02d9f47e17] part of check-in [27eb223690] Merge all recent trunk enhancements into the reuse-schema branch. (check-in: [27eb223690] user: drh branch: reuse-schema, size: 126709) | |
2019-08-17
| ||
00:53 | [50c93be3e1] 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: 126291) | |
2019-08-15
| ||
23:11 | [2170b32731] part of check-in [f17e72291f] Fix harmless compiler warnings in the TCL interface. (check-in: [f17e72291f] user: drh branch: trunk, size: 125888) | |
21:27 | [172792eb66] 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: 125954) | |
20:04 | [a65eb317f8] 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: 123571) | |
2019-03-21
| ||
17:13 | [5947f37974] 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: 123586) | |
2019-03-04
| ||
07:25 | [9514e43ebd] part of check-in [97a9604d85] Merge latest trunk changes into this branch. (check-in: [97a9604d85] user: dan branch: reuse-schema, size: 123462) | |
2019-02-28
| ||
17:29 | [cfe7f93daf] part of check-in [c7f70b6d96] Add the new "bind_fallback" method to the "sqlite3" object in the TCL interface. (check-in: [c7f70b6d96] user: drh branch: trunk, size: 123168) | |
2019-02-27
| ||
16:38 | [de81c50e51] part of check-in [789a492b68] Add the "-returntype" option to the "db function" Tcl method. (check-in: [789a492b68] user: dan branch: trunk, size: 120542) | |
2019-02-14
| ||
18:38 | [f11d822fb2] part of check-in [7257fcc8c9] Change the name of the SQLITE_OPEN_REUSE_SCHEMA flag to SQLITE_OPEN_SHARED_SCHEMA. (check-in: [7257fcc8c9] user: dan branch: reuse-schema, size: 119150) | |
2019-02-05
| ||
19:51 | [b17e7c1629] part of check-in [c089cc4fbe] Merge latest trunk into this branch. (check-in: [c089cc4fbe] user: dan branch: reuse-schema, size: 119146) | |
2019-01-22
| ||
16:06 | [6b19e75621] part of check-in [30f08d5888] Enhancements to deserialize: (1) Add the SQLITE_FCNTL_SIZE_LIMIT file control to set a maximum size for an in-memory database, defaulting to SQLITE_MEMDB_DEFAULT_MAXSIZE or 1GiB. (2) Honor the SQLITE_DESERIALIZE_READONLY flag. (3) Enhance the TCL interface to support -maxsize N and -readonly BOOLEAN. (4) Add the --maxsize option to the ".open" command and on the command-line for the CLI. (check-in: [30f08d5888] user: drh branch: trunk, size: 118856) | |
2018-10-08
| ||
18:58 | [b15e46bdc1] part of check-in [2ac72114a1] Merge latest trunk changes into this branch. (check-in: [2ac72114a1] user: dan branch: reuse-schema, size: 118243) | |
2018-09-19
| ||
15:08 | [e72862a271] part of check-in [2034fa8089] Fix the "sqlite3" command in the TCL interface so that it correctly returns an error if invoked with no arguments. (check-in: [2034fa8089] user: drh branch: trunk, size: 117953) | |
2018-07-22
| ||
06:25 | [e0bf71a6d2] part of check-in [21510a66dc] In the Win32 VFS, when truncating a file, unmap it first. (check-in: [21510a66dc] user: mistachkin branch: trunk, size: 117900) | |
2018-03-10
| ||
20:25 | [916a92de77] part of check-in [8f9a125186] Fix the second callback argument to the "profile" response of the "trace_v2" method in the TCL interface so that it shows the actual number of nanoseconds for the command, not the address of the variable containing the number of nanoseconds. (check-in: [8f9a125186] user: drh branch: trunk, size: 117650) | |
2018-03-06
| ||
21:43 | [3c3e085e02] 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: 117648) | |
2018-01-24
| ||
15:02 | [d05dde2bb9] part of check-in [6ef3de810d] Merge changes from trunk. (check-in: [6ef3de810d] user: drh branch: memdb, size: 117636) | |
2018-01-23
| ||
07:11 | [11a2618c22] part of check-in [195f5323df] Skip defining WIN32_LEAN_AND_MEAN when it is already defined. (check-in: [195f5323df] user: mistachkin branch: trunk, size: 114891) | |
2018-01-03
| ||
23:40 | [4f4ca19af1] part of check-in [e0da2cc382] New test cases and fixes for minor problems. (check-in: [e0da2cc382] user: drh branch: memdb, size: 117596) | |
19:03 | [8370ce15f9] part of check-in [2f6e9df9f0] Replace sqlite3_memdb_config() with sqlite3_deserialize(). Remove the "db memdb" command from the TCL interface, replacing it with "db serialize" and "db deserialize". (check-in: [2f6e9df9f0] user: drh branch: memdb, size: 117575) | |
16:49 | [322ad6b4e6] part of check-in [8cf2ed4eff] Replace the sqlite3_memdb_ptr() interface with the more general sqlite3_serialize() interface. (check-in: [8cf2ed4eff] user: drh branch: memdb, size: 118261) | |
13:20 | [907133153d] part of check-in [47398ae772] Simplify the "sqlite3" command in the TCL interface. The filename is now optional. There is a new --memdb option with an argument that is the blob to which the database content should be initialized. (check-in: [47398ae772] user: drh branch: memdb, size: 117194) | |
01:28 | [45bcce558f] 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: 116261) | |
2017-10-13
| ||
20:14 | [1833388c01] part of check-in [d65d1f297d] Improved ability to generate stand-alone program using TCL and SQLite by compiling with -DTCLSH_INIT_PROC=name to cause the TCL interpreter to be initialized using procedure name(). Both sqlite3_analyzer and testfixture are now built this way. (check-in: [d65d1f297d] user: drh branch: trunk, size: 114851) | |
15:56 | [7ffde8e2cd] part of check-in [bf86478d9c] When compiling with SQLITE_TEST, extra options are available on the "DB version" command for controlling the internal state of the SqliteDb object, for testing purposes. (check-in: [bf86478d9c] user: drh branch: tclsqlite-cleanup, size: 115489) | |
15:06 | [93b2267ade] part of check-in [95b7687fed] Move some test logic out of tclsqlite.c and into auxiliary test_*.c files. This is a work in progress. (check-in: [95b7687fed] user: drh branch: tclsqlite-cleanup, size: 116793) | |
2017-10-11
| ||
20:26 | [97a582d4aa] part of check-in [2719cf5c5b] Merge latest trunk changes with this branch. (check-in: [2719cf5c5b] user: dan branch: schemalint, size: 135060) | |
2017-10-10
| ||
20:11 | [37be19e8ea] part of check-in [6395544230] Add new extension "bgckpt" in ext/misc/bgckpt.c. For experimenting with running wal2 mode checkpoints in a background thread. (check-in: [6395544230] user: dan branch: wal2, size: 135052) | |
2017-08-09
| ||
20:35 | [e117575fed] 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: 135280) | |
2017-07-30
| ||
19:50 | [487951d81f] part of check-in [ac1da06a82] Add the schema6.test module for demonstrating schemas that generate identical and different content. (check-in: [ac1da06a82] user: drh branch: trunk, size: 134986) | |
2017-07-06
| ||
18:52 | [c2390f9f84] part of check-in [7029111044] Change the sqlite3_namelist() interface to return a pointer to an array of pointers to strings, and to avoid duplicates. (check-in: [7029111044] user: drh branch: experimental-namelist, size: 135534) | |
17:36 | [c18cf90f93] part of check-in [04ef6783a5] Initial implementation of a highly experimental interface for listing all keywords and symbolic names for an SQLite database connection. (check-in: [04ef6783a5] user: drh branch: experimental-namelist, size: 135488) | |
2017-06-28
| ||
17:29 | [4aea28e390] 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: 134791) | |
15:56 | [2c29b0b76e] part of check-in [62b8269ba2] Incorporate recent trunk changes. (check-in: [62b8269ba2] user: drh branch: prepare_v3, size: 134746) | |
2017-06-26
| ||
21:08 | [cbf6313f86] part of check-in [18f0616e15] Add the -withoutnulls option to the "db eval" method in the TCL interface. (check-in: [18f0616e15] user: drh branch: trunk, size: 134443) | |
16:13 | [bdf3b4386f] part of check-in [cbe441b231] Add the "-unsetnull 1" option to the "sqlite3" command in the TCL interface. (check-in: [cbe441b231] user: drh branch: unsetnull-option, size: 134398) | |
2017-06-22
| ||
16:51 | [1ac29f18b1] part of check-in [e4a022be4b] When generating individual loops for each ORed term of an OR scan, move any constant WHERE expressions outside of the loop, as is done for top-level loops. (check-in: [e4a022be4b] user: dan branch: or-optimization, size: 133553) | |
2017-06-01
| ||
00:54 | [659416c37e] part of check-in [4a25c58833] Add interfaces sqlite3_prepare_v3() and sqlite3_prepare16_v3() with the extra prepFlags argument. Add the SQLITE_PREPARE_PERSISTENT option as one bit in that argument. (check-in: [4a25c58833] user: drh branch: prepare_v3, size: 133620) | |
2017-05-15
| ||
17:56 | [d98070d604] part of check-in [6e0f64ab5e] Merge changes from trunk. (check-in: [6e0f64ab5e] user: drh branch: schemalint, size: 133391) | |
2017-05-11
| ||
13:43 | [c8cf60d0c5] part of check-in [3980ea0911] New requirements marks and documentation for the authorizer. (check-in: [3980ea0911] user: drh branch: trunk, size: 133317) | |
2017-04-10
| ||
16:13 | [2e0f7f63de] part of check-in [5dd9831721] Changes to allow the code in sqlite3expert.c to be tested directly (via the API in sqlite3expert.h) instead of by invoking the sqlite3_expert application. Fix memory leaks and other problems. (check-in: [5dd9831721] user: dan branch: schemalint, size: 133058) | |
2017-02-15
| ||
04:16 | [6c2151b6d8] part of check-in [ee1e689633] Further reforms to Tcl_*Alloc() usage. (check-in: [ee1e689633] user: mistachkin branch: trunk, size: 132984) | |
2017-01-12
| ||
11:50 | [418f5e5e08] part of check-in [c07aef6f90] Make sure Tcl_AppendResult() always has a NULL-pointer argument at the end. (check-in: [c07aef6f90] user: drh branch: trunk, size: 133088) | |
2016-12-06
| ||
19:33 | [205c66b9b8] part of check-in [0820f8b3de] Add missing nul-terminator to a Tcl_AppendResult() call in tclsqlite.c. (check-in: [0820f8b3de] user: dan branch: trunk, size: 133064) | |
2016-09-10
| ||
19:51 | [aef87dcd8c] part of check-in [711c59171b] Changes to give a warning-free build with SQLITE_OMIT_INCRBLOB and SQLITE_OMIT_SHARED_CACHE. (check-in: [711c59171b] user: drh branch: trunk, size: 133032) | |
2016-07-28
| ||
22:53 | [bdae822f21] part of check-in [b8218129bc] More compiler warning fixes for GCC related to the auto-extension mechanism. (check-in: [b8218129bc] user: mistachkin branch: callbackConv, size: 132814) | |
22:23 | [2ca362fa9c] part of check-in [3ea567c4b0] Make the extension auto-loading mechanism work with the __stdcall calling convention. Also, fix a couple Tcl command calling conventions missed in the previous check-in. (check-in: [3ea567c4b0] user: mistachkin branch: callbackConv, size: 132798) | |
18:06 | [342379845d] part of check-in [90e89ec9c8] Adjustments to get 'testfixture.exe' compiling with Tcl 8.6 when __stdcall is enabled. (check-in: [90e89ec9c8] user: mistachkin branch: callbackConv, size: 132704) | |
17:11 | [a9c6e33c44] part of check-in [f2f1323cc4] Make sure the SQLITE_TCLAPI macro is always defined and use it for all callback functions that must interface with the Tcl C API. (check-in: [f2f1323cc4] user: mistachkin branch: callbackConv, size: 132662) | |
14:37 | [e348648c28] part of check-in [e8be3dfeab] Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. (check-in: [e8be3dfeab] user: mistachkin branch: callbackConv, size: 132397) | |
04:14 | [53274d5bbd] part of check-in [02b8040e1a] Work in progress on setting a calling convention for all callback functions. (check-in: [02b8040e1a] user: mistachkin branch: callbackConv, size: 132329) | |
2016-07-25
| ||
00:05 | [5c213bf5fe] 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: 132316) | |
2016-07-14
| ||
23:17 | [573e63c959] part of check-in [f3c4aa97d8] More work on the Tcl interface and tests for the sqlite3_trace_v2() API. (check-in: [f3c4aa97d8] user: mistachkin branch: sqlite3_trace_v2, size: 132274) | |
21:26 | [361167055f] part of check-in [7b59fa40a0] Initial work on the Tcl API interface to the new sqlite3_trace_v2() function. (check-in: [7b59fa40a0] user: mistachkin branch: sqlite3_trace_v2, size: 130885) | |
2016-06-13
| ||
12:34 | [25fbbbb97f] part of check-in [d362ba157f] Fix the "onecolumn" and "exists" methods of the TCL interface so that they work in combination with the "profile" callback. (check-in: [d362ba157f] user: drh branch: trunk, size: 126883) | |
2016-04-12
| ||
20:15 | [9c4c4589d0] part of check-in [7faec9ea33] Even more compiler warning fixes. (check-in: [7faec9ea33] user: mistachkin branch: warnings, size: 126836) | |
2016-03-16
| ||
01:16 | [56569acc73] part of check-in [6a7ee04b0d] Merge all recent enhancements from trunk. (check-in: [6a7ee04b0d] user: drh branch: sessions, size: 126832) | |
01:03 | [4bf3bea9b0] part of check-in [45f7f0c80b] Add the SQLITE_OMIT_CODEC_FROM_TCL compile-time option. (check-in: [45f7f0c80b] user: drh branch: trunk, size: 122169) | |
2016-03-04
| ||
16:42 | [23a5c32889] 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: 126510) | |
2016-03-01
| ||
18:07 | [54dca4eaf3] part of check-in [de034c0db6] Add test code useful for testing the planners use of teh virtual table xBestIndex() method. (check-in: [de034c0db6] user: dan branch: test-bestindex, size: 121847) | |
2016-02-15
| ||
17:39 | [89b2757347] part of check-in [631023dd9a] Merge 3.11.0 changes. (check-in: [631023dd9a] user: drh branch: sessions, size: 126430) | |
2016-02-13
| ||
18:54 | [13debcc6a5] part of check-in [37ec3015ec] Provide Sqlite3_SafeInit() and Sqlite3_SafeUnload() entry points on the TCL interface, but have the always return TCL_ERROR, because the non-standard TCL builds on Macs require this. (check-in: [37ec3015ec] user: drh branch: trunk, size: 121767) | |
2016-02-02
| ||
02:22 | [769c38453e] part of check-in [f3f9200115] Merge all recent enhancements from trunk. (check-in: [f3f9200115] user: drh branch: sessions, size: 126274) | |
2016-01-22
| ||
23:17 | [94ef6e2794] part of check-in [a1c8116ced] In the TCL interface, if a database connection object was opened with the -uri 1 option, then also honor URI filenames for the "backup" and "restore" commands. (check-in: [a1c8116ced] user: drh branch: trunk, size: 121611) | |
2016-01-11
| ||
13:10 | [b2fa693e57] part of check-in [c4a858b228] Merge recent enhancements, and especially the WAL overwrite change, from trunk. (check-in: [c4a858b228] user: drh branch: sessions, size: 126035) | |
2016-01-07
| ||
02:06 | [82979239a8] part of check-in [4f80440bf5] Add the "sqlite3 -sourceid" command in the TCL interface. Use that command and others to output additional information about the test configuration at the conclusion of a TCL test. (check-in: [4f80440bf5] user: drh branch: trunk, size: 121372) | |
2015-08-13
| ||
20:07 | [72f4dd747d] part of check-in [82a7a61bc0] Merge in all the trunk changes from the previous year. This breaks the cursor-hint mechanism, but provides a baseline for trouble-shooting. (check-in: [82a7a61bc0] user: drh branch: cursor-hints, size: 121378) | |
2015-08-11
| ||
10:59 | [1a7b57f3ae] part of check-in [e844304de7] Add a tcl interface for the experimental logging functionality. (check-in: [e844304de7] user: dan branch: experimentalIoLog, size: 121742) | |
2015-07-23
| ||
21:59 | [e2344bee0d] 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: 125908) | |
20:44 | [d9439b6a91] part of check-in [017c5019e1] Change the name of the OTA extension to RBU: Resumable Bulk Update. (check-in: [017c5019e1] user: drh branch: trunk, size: 121245) | |
2015-06-30
| ||
16:29 | [6cfb538d12] 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: 125908) | |
2015-06-02
| ||
18:07 | [13b9c2aa72] part of check-in [c9ffda4abb] Merge latest trunk changes with this branch. (check-in: [c9ffda4abb] user: dan branch: fts5, size: 121245) | |
2015-05-19
| ||
22:42 | [060e6398f4] part of check-in [0a0de8b72c] Merge recent trunk changes, include the R-Tree enhancement that allows 8-byte BLOB arguments to geometry functions, and the fix for the TEXT affinity problem that could cause corrupt indexes. (check-in: [0a0de8b72c] user: drh branch: sessions, size: 125840) | |
2015-05-14
| ||
15:17 | [3e98ca80d7] 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: 125768) | |
08:58 | [555f646770] part of check-in [299ed55c90] Merge latest trunk changes with this branch. (check-in: [299ed55c90] user: dan branch: ota-update, size: 121177) | |
2015-05-13
| ||
18:12 | [47f303d657] part of check-in [b5f0e8c5b4] Merge latest trunk changes with this branch. (check-in: [b5f0e8c5b4] user: dan branch: fts5, size: 121174) | |
2015-05-11
| ||
11:59 | [9111a95999] part of check-in [4e6520159e] Revamp the way the DBSTAT virtual table is registered. (check-in: [4e6520159e] user: drh branch: trunk, size: 121105) | |
2015-05-05
| ||
17:12 | [d6952e9d73] part of check-in [de7083cfe2] Merge all trunk enhancements and fixes into the sessions branch. (check-in: [de7083cfe2] user: drh branch: sessions, size: 127192) | |
00:48 | [d4fa052d3f] part of check-in [fe723bb5d5] Fix #ifdef problem in tclsqlite.c. (check-in: [fe723bb5d5] user: drh branch: trunk, size: 122529) | |
2015-05-04
| ||
18:31 | [22b7040d20] part of check-in [a24480a474] Rename the test_stat.c source file to dbstat.c and rework the makefiles to make dbstat.c a first-class source module. (check-in: [a24480a474] user: drh branch: dbstat-in-amalgamation, size: 122368) | |
2015-04-23
| ||
19:32 | [9ac7a3ee50] part of check-in [1506e99eca] Merge latest trunk changes into this branch. (check-in: [1506e99eca] user: dan branch: ota-update, size: 121545) | |
13:49 | [9039c3559c] part of check-in [4e5f17d189] Merge the latest trunk enhancements and fixes into the sessions branch. (check-in: [4e5f17d189] user: drh branch: sessions, size: 126136) | |
2015-04-22
| ||
09:40 | [3d89752d9a] part of check-in [9797482ded] Update this branch with latest trunk changes. (check-in: [9797482ded] user: dan branch: fts5, size: 121542) | |
2015-04-19
| ||
21:43 | [14f1992dd6] part of check-in [d05becd873] Fix harmless compiler warnings seen with MSVC 2015. (check-in: [d05becd873] user: mistachkin branch: vsix2015, size: 121473) | |
2015-03-24
| ||
18:21 | [796b427293] part of check-in [9d9b6c883b] Merge the latest trunk changes into this branch. (check-in: [9d9b6c883b] user: dan branch: ota-update, size: 121546) | |
2015-03-21
| ||
15:45 | [a1c728bf8a] part of check-in [142743918f] Merge trunk changes with this branch. (check-in: [142743918f] user: dan branch: fts5, size: 121543) | |
2015-03-17
| ||
18:54 | [7ed2644b48] part of check-in [1d1c57c356] Merge all recent trunk enhancements into the sessions branch. (check-in: [1d1c57c356] user: drh branch: sessions, size: 126137) | |
2015-03-13
| ||
08:31 | [fa72a7c527] part of check-in [5aa522dcb9] Extra tests for commit [0f250957]. (check-in: [5aa522dcb9] user: dan branch: trunk, size: 121474) | |
2015-03-09
| ||
13:24 | [fb310fcbb6] part of check-in [5489cb6892] Merge recent trunk enhancements into the ota-update branch. (check-in: [5489cb6892] user: drh branch: ota-update, size: 121098) | |
13:07 | [82984e4630] part of check-in [68c8937e83] Merge recent trunk enhancements into the sessions branch. (check-in: [68c8937e83] user: drh branch: sessions, size: 125689) | |
2015-02-26
| ||
16:32 | [b290774586] part of check-in [a62ba58c73] Fix a real bug (in test code) that was introduced while trying to eliminate harmless compiler warnings from OpenBSD (see check-in [10321910990195878c]). (check-in: [a62ba58c73] user: drh branch: trunk, size: 121026) | |
2015-02-23
| ||
16:17 | [c7897dcf03] part of check-in [e5ca79d2d3] Merge latest trunk changes with this branch. (check-in: [e5ca79d2d3] user: dan branch: ota-update, size: 121098) | |
2015-02-06
| ||
15:40 | [8dd6e1241a] part of check-in [ae7eef117f] Merge all the latest enhancements from trunk. (check-in: [ae7eef117f] user: drh branch: sessions, size: 125689) | |
2015-01-28
| ||
12:00 | [b321464aba] part of check-in [17c69be805] Merge in all changes from trunk. (check-in: [17c69be805] user: drh branch: ota-update, size: 121156) | |
2015-01-21
| ||
06:36 | [d2a1533910] part of check-in [b3348b1e07] Merge latest trunk changes with this branch. (check-in: [b3348b1e07] user: dan branch: fts5, size: 121095) | |
2015-01-19
| ||
00:35 | [b8014393a9] part of check-in [1032191099] Eliminate all use of sprintf(), strcpy() and strcat() from test logic because OpenBSD hates those functions. (check-in: [1032191099] user: drh branch: trunk, size: 121026) | |
2015-01-14
| ||
17:16 | [b6a4f27d57] part of check-in [0ba124540b] Merge trunk 3.8.8 beta changes into the sessions branch (check-in: [0ba124540b] user: drh branch: sessions, size: 125628) | |
2015-01-12
| ||
19:59 | [0bbb445431] part of check-in [44375a34e5] Silence some harmless uninitialized local variable warnings. (check-in: [44375a34e5] user: mistachkin branch: msvcW4, size: 120965) | |
19:49 | [799315b0cd] part of check-in [923fd66031] Harmless compiler warning fixes for 'testfixture' and the miscellaneous extensions when built with the MSVC makefile. (check-in: [923fd66031] user: mistachkin branch: msvcW4, size: 120965) | |
2015-01-09
| ||
21:54 | [b1d0a181a9] part of check-in [90f422ed81] Change the testfixture binary so that it explicitly enabled core files on a crash (on unix). Add a test case to verify that this works. (check-in: [90f422ed81] user: drh branch: trunk, size: 120839) | |
2015-01-01
| ||
18:03 | [36d0331f50] part of check-in [4b3651677e] Merge latest trunk changes with this branch. (check-in: [4b3651677e] user: dan branch: fts5, size: 120487) | |
2014-12-16
| ||
01:05 | [95452a59e1] part of check-in [9817a2864e] Merge threading fixes from trunk into the sessions branch. (check-in: [9817a2864e] user: drh branch: sessions, size: 125081) | |
2014-12-10
| ||
20:29 | [c6a21c64da] part of check-in [2eb6d3e4fb] Add new test file e_walhook.test. (check-in: [2eb6d3e4fb] user: dan branch: trunk, size: 120418) | |
2014-12-01
| ||
20:05 | [3a274c56cf] part of check-in [9c1697a2aa] Add code to parse a rank() function specification. And a tcl interface to add auxiliary functions to fts5. (check-in: [9c1697a2aa] user: dan branch: fts5, size: 119012) | |
2014-11-21
| ||
14:37 | [8cf7d53aa1] part of check-in [7ef44c5b5b] Merge latest trunk changes with this branch. (check-in: [7ef44c5b5b] user: dan branch: ota-update, size: 120466) | |
2014-11-18
| ||
21:20 | [05be576205] 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: 125056) | |
2014-11-07
| ||
14:41 | [0a874655dd] part of check-in [ecbccd0e59] Add new test file e_blobopen.test, containing tests for sqlite3_blob_open(). (check-in: [ecbccd0e59] user: dan branch: trunk, size: 120393) | |
2014-10-31
| ||
20:11 | [7cdd4dd3c2] part of check-in [6a9bab34ae] Add the experimental sqlite3_stmt_scanstatus() API. (check-in: [6a9bab34ae] user: dan branch: scanstatus, size: 120309) | |
2014-09-21
| ||
22:49 | [684c317b85] part of check-in [6406b77f2c] Merge all recent trunk changes into the sessions branch. (check-in: [6406b77f2c] user: drh branch: sessions, size: 123916) | |
2014-09-15
| ||
15:34 | [ac7d1672f6] part of check-in [55b8011d5b] Merge latest trunk changes with this branch. (check-in: [55b8011d5b] user: dan branch: ota-update, size: 119326) | |
2014-09-11
| ||
13:44 | [c67d310c83] part of check-in [596e728b0e] Add support for the extra parameter on the sqlite3_set_authorizer() callback and support for failing an ATTACH with an authentication-required database using bad credentials. The extension is now feature complete, but much testing and bug-fixing remains. (check-in: [596e728b0e] user: drh branch: user-auth, size: 119253) | |
2014-09-08
| ||
15:04 | [9d0073dda7] part of check-in [c2885c6bb2] Merge support for large files on Android from trunk. (check-in: [c2885c6bb2] user: drh branch: sessions, size: 123619) | |
2014-09-06
| ||
16:39 | [8d6d6833c0] part of check-in [e62aab5e92] Fix typos in comments. No code changes. (check-in: [e62aab5e92] user: peter.d.reid branch: trunk, size: 118956) | |
2014-09-02
| ||
19:59 | [29357f2be7] part of check-in [2954ab5010] Add an experimental extension for applying bulk updates to databases. (check-in: [2954ab5010] user: dan branch: ota-update, size: 119031) | |
2014-08-21
| ||
16:09 | [30d8f4ba51] part of check-in [0b9e2c3269] Merge all recent trunk changes, especially the fix for ticket [369d57fb8e5ccdff06f1], but also the skip-scan improvement and performance improvements in the b-tree code. (check-in: [0b9e2c3269] user: drh branch: sessions, size: 123621) | |
2014-08-19
| ||
09:15 | [7d100e2e7a] part of check-in [f10a611126] Minor changes to do with the Tcl tea extension package autoconf system. (check-in: [f10a611126] user: dan branch: trunk, size: 118958) | |
2014-07-15
| ||
11:59 | [571af8d366] part of check-in [1efa6ed584] Add simple tests for new sqlite3BtreeCursorHint() functionality. (check-in: [1efa6ed584] user: dan branch: cursor-hints, size: 118598) | |
2014-03-04
| ||
14:34 | [7ada527ce7] 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: 123606) | |
2014-02-14
| ||
00:25 | [e87c99e28a] part of check-in [9e573198e1] Revise how the Tcl system encoding is handled by the test suite. (check-in: [9e573198e1] user: mistachkin branch: trunk, size: 118943) | |
2014-02-11
| ||
04:30 | [52c628d5ac] part of check-in [b006792695] Sync the latest trunk changes, and in particular the STAT4 IS NOT NULL fix. (check-in: [b006792695] user: drh branch: sessions, size: 123566) | |
2014-02-07
| ||
19:26 | [649d373f2a] part of check-in [ea4d23d1c0] In the TCL bindings, make sure Tcl_AppendResult() is always terminated by "(char*)0" and not just "0". (check-in: [ea4d23d1c0] user: drh branch: trunk, size: 118903) | |
2014-01-28
| ||
18:06 | [97a7cb5364] part of check-in [7b5f377386] Bring in the latest updates from trunk. (check-in: [7b5f377386] user: drh branch: sessions, size: 123241) | |
2014-01-24
| ||
17:03 | [21ca0043d7] part of check-in [35bc81f5ad] Fix harmless compiler warnings in the Tcl interface. (check-in: [35bc81f5ad] user: mistachkin branch: trunk, size: 118578) | |
14:05 | [a870d43e3c] 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: 123198) | |
2014-01-16
| ||
22:40 | [46073db710] part of check-in [9efc120a15] Add the ability for the authorizer callback to disallow recursive queries. (check-in: [9efc120a15] user: drh branch: common-table-expr, size: 118535) | |
2013-12-24
| ||
12:09 | [fa8d54ebdb] part of check-in [cfd110bf5d] Merge the latest trunk changes into the sessions branch. (check-in: [cfd110bf5d] user: drh branch: sessions, size: 123129) | |
2013-12-20
| ||
18:57 | [c43379f77f] part of check-in [d93ae6833a] Fix compiler harmless warnings in tclsqlite.c that appeared with GCC 4.8.x. (check-in: [d93ae6833a] user: drh branch: trunk, size: 118466) | |
2013-11-26
| ||
18:00 | [758fa6b6cf] part of check-in [fc9ae83956] Merge in performance enhancements from trunk. (check-in: [fc9ae83956] user: drh branch: sessions, size: 123165) | |
16:48 | [651b10698c] part of check-in [c07caabf23] Change tclsqlite3.c so that it never invokes ctype macros with signed character arguments. (check-in: [c07caabf23] user: drh branch: trunk, size: 118502) | |
2013-10-10
| ||
20:13 | [c63a05eff9] part of check-in [136445ba02] Synchronize with the trunk. (check-in: [136445ba02] user: drh branch: sessions, size: 123147) | |
2013-10-03
| ||
11:27 | [3b5f3716e3] part of check-in [eec3187bc6] Remove unnecessary memset() calls from test code. (check-in: [eec3187bc6] user: drh branch: trunk, size: 118484) | |
2013-08-19
| ||
12:49 | [a25933b085] part of check-in [67587a3348] Merge in all the latest updates and enhancements from trunk. (check-in: [67587a3348] user: drh branch: sessions, size: 123217) | |
2013-08-15
| ||
08:06 | [659dad8ef3] part of check-in [c23acba11b] Make it easy to attach a debugger the test fixture process prior to any tests being run. (check-in: [c23acba11b] user: mistachkin branch: dbgTestFixture, size: 118554) | |
2013-06-26
| ||
13:31 | [e0eaf3a78e] 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: 122754) | |
2013-06-03
| ||
12:34 | [b8835978e8] part of check-in [7cc0c4ee11] Further improvements to error handling of the run-time loading of SQLite into TCL. (check-in: [7cc0c4ee11] user: drh branch: trunk, size: 118091) | |
2013-05-31
| ||
15:36 | [b90c5175b0] part of check-in [b3f23d1864] Improved handling of errors when doing run-time loading of an SQLite shared-library into TCL. (check-in: [b3f23d1864] user: drh branch: trunk, size: 118062) | |
2013-05-03
| ||
18:29 | [c21f61c56d] part of check-in [3879ab1b53] Merge all recent trunk changes into the sessions branch. (check-in: [3879ab1b53] user: drh branch: sessions, size: 122676) | |
2013-04-25
| ||
14:31 | [2ecec9937e] part of check-in [c8c69307f6] Convert the fuzzer virtual table into a loadable extension and move it to the ext/misc/fuzzer.c file. (check-in: [c8c69307f6] user: drh branch: std-ext, size: 118013) | |
11:58 | [454a2ec58d] part of check-in [efcc9dd012] Make test_wholenumber.c into a loadable extension and move it to ext/misc/wholenumber.c. (check-in: [efcc9dd012] user: drh branch: std-ext, size: 118099) | |
2013-04-23
| ||
20:10 | [fd60f59505] part of check-in [860fc393bf] Make "test_regexp.c" into a loadable extension and move it over to ext/misc/regexp.c. Add the "load_static_extension" command for testing purposes. (check-in: [860fc393bf] user: drh branch: std-ext, size: 118195) | |
2013-03-28
| ||
01:19 | [a15550a334] 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: 122944) | |
2013-03-21
| ||
21:20 | [9a716c7375] part of check-in [6f6e2d5094] Many spelling fixes in comments. No changes to code. (check-in: [6f6e2d5094] user: mistachkin branch: trunk, size: 118281) | |
2013-01-25
| ||
02:10 | [bc021495ca] part of check-in [82d3d1ae82] Enhancements to the query planner to exploit transitive relationships in the WHERE clause, and other minor changes to bring the sessions branch into alignment with the trunk. (check-in: [82d3d1ae82] user: drh branch: sessions, size: 122943) | |
2013-01-11
| ||
09:58 | [3213f3101e] part of check-in [7e6007a000] Add another test for the fts4 content= option. (check-in: [7e6007a000] user: dan branch: trunk, size: 118280) | |
2013-01-03
| ||
22:22 | [0faa4b56ab] part of check-in [7e068e39b3] Merge recent trunk changes into the sessions branch. (check-in: [7e068e39b3] user: drh branch: sessions, size: 122865) | |
2012-12-31
| ||
19:18 | [5203bb7b71] part of check-in [46c8c01b75] Add the test_regexp.c module containing a cross-platform implementation of the REGEXP operator. (check-in: [46c8c01b75] user: drh branch: trunk, size: 118202) | |
2012-10-09
| ||
14:58 | [289be7b639] 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: 122777) | |
2012-10-04
| ||
22:45 | [55b8c6fad0] part of check-in [17644c0e33] Merge the 3.7.14.1 release including the fix for the LEFT JOIN problem into the sessions branch. (check-in: [17644c0e33] user: drh branch: sessions-3.7.14, size: 122660) | |
2012-10-03
| ||
12:56 | [515abd8e33] part of check-in [956e4d7f89] Update the query planner to recognize more cases where ORDER BY clauses can be optimized out. Add test cases to verify correct behavior of the ORDER BY optimization when the covering-index-scan optimization is disabled. Fix a harmless compiler warning in the TCL interface. (check-in: [956e4d7f89] user: drh branch: trunk, size: 118116) | |
11:11 | [d20022c647] part of check-in [9bf64b6612] Fix the TCL interface so that SQL functions implemented in TCL honor the "nullvalue" setting. Also remove from the TCL interface some unused legacy UTF8 translation code left over from SQLite2. (check-in: [9bf64b6612] user: drh branch: branch-3.7.14, size: 117999) | |
11:02 | [fc9027118d] part of check-in [c1f10a2643] Fix the TCL interface so that SQL functions implemented in TCL honor the "nullvalue" setting. Also remove from the TCL interface some unused legacy UTF8 translation code left over from SQLite2. (check-in: [c1f10a2643] user: drh branch: trunk, size: 118109) | |
2012-09-29
| ||
14:45 | [22de426c57] part of check-in [fd74d3d917] Fix compiler warnings found on Lion. (check-in: [fd74d3d917] user: drh branch: trunk, size: 118798) | |
2012-09-28
| ||
13:05 | [79ac64bdd8] 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: 123460) | |
2012-09-11
| ||
02:00 | [e4de2458b3] 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: 118799) | |
2012-09-10
| ||
09:33 | [f6bc566b5a] part of check-in [a716b9a309] Avoid using the sqlite3ErrStr function in the Tcl package if USE_SYSTEM_SQLITE is defined. (check-in: [a716b9a309] user: mistachkin branch: trunk, size: 119016) | |
07:29 | [192dd01625] part of check-in [f260d7d567] Refine error messages in the sqlite3 Tcl command when a NULL database connection is returned from sqlite3_open_v2. (check-in: [f260d7d567] user: mistachkin branch: trunk, size: 118917) | |
2012-04-19
| ||
20:00 | [e4feb5698e] part of check-in [2b7a91e617] Merge the latest trunk changes into the sessions branch. (check-in: [2b7a91e617] user: drh branch: sessions, size: 123349) | |
18:04 | [fe5406573e] part of check-in [3281972eaa] Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in tclsqlite.c and in the FTS4 module. (check-in: [3281972eaa] user: drh branch: trunk, size: 118688) | |
17:19 | [c936d7e673] part of check-in [de3f7187eb] Fix a harmless compiler warning in tclsqlite.c for MSVC x64. Fix a test case associated with the FTS4 merge feature. (check-in: [de3f7187eb] user: drh branch: trunk, size: 118678) | |
2012-03-30
| ||
17:30 | [6246dd3e1a] part of check-in [fb9b9987de] Merge all recent trunk changes into the sessions branch. (check-in: [fb9b9987de] user: drh branch: sessions, size: 123334) | |
2012-03-20
| ||
15:10 | [086dfdd72e] part of check-in [0fb26c7bfa] Remove the _SafeInit() entry points from the TCL interface. They have long been no-ops. Removing them completely avoids confusion as to why they don't work. (check-in: [0fb26c7bfa] user: drh branch: trunk, size: 118673) | |
2012-01-14
| ||
13:50 | [47d088f383] part of check-in [01c84fd391] Update sessions branch with latest changes from trunk. (check-in: [01c84fd391] user: dan branch: sessions, size: 123700) | |
2012-01-13
| ||
16:16 | [2aeb699589] part of check-in [7987e28578] Add the -uri option to the usage comment that is printed by the "sqlite3" TCL command when an unknown command-line option is supplied. (check-in: [7987e28578] user: drh branch: trunk, size: 119039) | |
2012-01-05
| ||
13:02 | [008daf83b2] part of check-in [a9bcb432f5] Merge all of the latest trunk changes into the sessions branch. (check-in: [a9bcb432f5] user: drh branch: sessions, size: 123685) | |
2011-12-21
| ||
14:42 | [bd86070f52] 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: 119024) | |
2011-10-21
| ||
17:08 | [b9615cb7f3] part of check-in [8baef58170] Merge the latest trunk enhancements into the sessions branch. (check-in: [8baef58170] user: drh branch: sessions, size: 123451) | |
2011-10-14
| ||
21:49 | [de581e2e71] 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: 118790) | |
2011-10-11
| ||
12:58 | [8adc2f2bc8] part of check-in [403431cac6] Merge all the latest trunk changes into the sessions branch - especially the SQLITE_ENABLE_STAT3 enhancements. (check-in: [403431cac6] user: drh branch: sessions, size: 123384) | |
2011-09-21
| ||
16:43 | [20578e66dd] part of check-in [05e3cced8a] Change the way the sqlite3_analyzer executable is built. (check-in: [05e3cced8a] user: dan branch: trunk, size: 118723) | |
2011-08-26
| ||
19:20 | [be0e691e22] part of check-in [eb036d6f81] Merge the latest trunk changes into the sessions branch. (check-in: [eb036d6f81] user: drh branch: sessions, size: 122971) | |
2011-08-18
| ||
17:47 | [3ef1dda2f1] part of check-in [928bcaf0f0] Ensure that the Tcl "db onecolumn" command returns an empty string if the SELECT statement returns zero rows. (check-in: [928bcaf0f0] user: dan branch: trunk, size: 118310) | |
2011-07-22
| ||
12:49 | [e85bada4bf] part of check-in [110cfd6920] Merge the latest trunk changes into the sessions branch. (check-in: [110cfd6920] user: drh branch: sessions, size: 122905) | |
2011-06-27
| ||
16:55 | [c355b33803] part of check-in [d9f7993bfa] Add a case to permutations.test to run the veryquick test suite using sqlite3_prepare() instead of sqlite3_prepare_v2(). This helps to test the fix for bug [25ee812710]. (check-in: [d9f7993bfa] user: dan branch: trunk, size: 118244) | |
2011-06-21
| ||
01:29 | [6a34149c9f] part of check-in [f3d148e0d1] Merge the latest trunk changes into the sessions branch. (check-in: [f3d148e0d1] user: drh branch: sessions, size: 119637) | |
2011-06-20
| ||
19:00 | [5db825be61] part of check-in [ed2dda9329] More compiler warning fixes. (check-in: [ed2dda9329] user: drh branch: trunk, size: 114976) | |
11:17 | [2c9ac84e46] part of check-in [699b884383] Merge trunk changes with sessions branch. (check-in: [699b884383] user: dan branch: sessions, size: 119628) | |
11:15 | [c124d55e3e] part of check-in [e539d08a4d] Fix a problem where FTS test code was not being included in the testfixture build when SQLITE_ENABLE_FTS4 was defined. (check-in: [e539d08a4d] user: dan branch: trunk, size: 114967) | |
10:44 | [761d9d7a7b] part of check-in [4c5e276c90] Merge the latest trunk changes into the sessions branch. (check-in: [4c5e276c90] user: drh branch: sessions, size: 119554) | |
2011-06-13
| ||
09:11 | [c83f5b4a15] part of check-in [5f6b87f420] Fix a bug exposed by combining matchinfo(), NEAR and "ORDER BY rowid DESC". (check-in: [5f6b87f420] user: dan branch: fts3-prefix-search, size: 114893) | |
2011-04-04
| ||
13:19 | [fe0da0eb0e] part of check-in [95d53c4432] Merge the latest changes of trunk into the session branch. (check-in: [95d53c4432] user: drh branch: sessions, size: 119398) | |
2011-04-01
| ||
23:49 | [501c9a200f] part of check-in [975dff155b] Add the "wholenumber" virtual table module to the test suite - useful in populating tables with many rows of content prior to a test. (check-in: [975dff155b] user: drh branch: trunk, size: 114736) | |
20:47 | [e8c3bc4662] part of check-in [f77609d441] Merge the word-fuzzer branch into trunk. (check-in: [f77609d441] user: drh branch: trunk, size: 114640) | |
2011-03-30
| ||
21:04 | [8376ae45f7] part of check-in [6634521461] Add the SQLITE_ENABLE_PREUPDATE_HOOK compile-time option. (check-in: [6634521461] user: drh branch: sessions, size: 119216) | |
02:03 | [c233c25153] part of check-in [b11d941e92] Merge in all the latest changes from trunk. (check-in: [b11d941e92] user: drh branch: sessions, size: 118821) | |
2011-03-28
| ||
19:10 | [b020ebf3b4] part of check-in [0e1d20dfae] Add test infrastructure (and some tests) to inject faults into os_unix.c using the new xSetSystemCall interface. (check-in: [0e1d20dfae] user: dan branch: trunk, size: 114554) | |
2011-03-26
| ||
15:05 | [4497940559] part of check-in [ea3a4ee136] Skeleton code for the word-fuzzer virtual table. (check-in: [ea3a4ee136] user: drh branch: word-fuzzer, size: 114552) | |
2011-03-22
| ||
18:45 | [78713534e6] part of check-in [bdea70895c] Add API function sqlite3_preupdate_depth(), for determining the depth of the trigger stack from within a pre-update callback. (check-in: [bdea70895c] user: dan branch: sessions, size: 118734) | |
2011-03-18
| ||
16:47 | [520e124994] part of check-in [9604d13001] Fixes for compiler warnings. Minor code cleanup. (check-in: [9604d13001] user: drh branch: sessions, size: 118429) | |
2011-03-16
| ||
19:59 | [fc0321c62a] part of check-in [526545c49f] Add the sqlite3_preupdate_new() API, for retrieving the new.* values from within a pre-update callback. (check-in: [526545c49f] user: dan branch: sessions, size: 118213) | |
09:49 | [0aa7e768b3] part of check-in [b0015a1cfe] Remove the sqlite3_transaction_hook() API. (check-in: [b0015a1cfe] user: dan branch: sessions, size: 118367) | |
2011-03-08
| ||
19:22 | [b124fb7312] part of check-in [269a81a37d] Add start of sessions feature. (check-in: [269a81a37d] user: dan branch: sessions, size: 119428) | |
2011-03-03
| ||
20:06 | [64aeb4109e] part of check-in [093d8cd8e2] Add the experimental sqlite3_transaction_hook() API. (check-in: [093d8cd8e2] user: dan branch: sessions, size: 119280) | |
2011-03-01
| ||
18:42 | [20a3bf120f] part of check-in [6145d7b89f] Add the experimental sqlite3_preupdate_hook() API. (check-in: [6145d7b89f] user: dan branch: sessions, size: 118219) | |
2011-02-09
| ||
19:55 | [879bf8a23d] part of check-in [7cc515edc9] Make sure code *compiles* with each OMIT and ENABLE option. Mostly changes to test modules. (check-in: [7cc515edc9] user: shaneh branch: trunk, size: 114466) | |
2010-12-29
| ||
18:24 | [549859dc2c] part of check-in [430635dacf] Have testfixture invoke C routine Zipvfs_Init() when creating a new interpreter if SQLITE_ENABLE_ZIPVFS is defined. (check-in: [430635dacf] user: dan branch: trunk, size: 114374) | |
2010-11-19
| ||
18:20 | [77c5c4b8ac] part of check-in [1a3e7417a2] Add file test_superlock.c with example code for obtaining an exclusive lock on either rollback or wal mode databases. (check-in: [1a3e7417a2] user: dan branch: superlock, size: 114272) | |
2010-11-04
| ||
20:50 | [e1c485fa32] part of check-in [dd4dc8a426] First attempt at a sharding VFS to split large DBs. (check-in: [dd4dc8a426] user: shaneh branch: experimental, size: 114188) | |
2010-10-27
| ||
15:36 | [dc71e2bd0f] part of check-in [1d17e3dc83] Fix a memory leak in the update_hook method of the TCL interface. (check-in: [1d17e3dc83] user: drh branch: trunk, size: 114104) | |
2010-09-01
| ||
11:40 | [e91019fb67] part of check-in [383eb87bbf] Add file test_quota.c, demonstrating how file-system quotas may be implemented as a VFS wrapper. (check-in: [383eb87bbf] user: dan branch: experimental, size: 114078) | |
2010-08-28
| ||
18:58 | [3a66878061] 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: 114002) | |
2010-08-26
| ||
16:46 | [b1565eb727] part of check-in [8b2cf9d492] Add EXTERN macros before entry points in tclsqlite.c. These EXTERN macros were inexplicably removed by [1f680cb37584baa106cee05] a few days ago. (check-in: [8b2cf9d492] user: drh branch: trunk, size: 113918) | |
2010-08-25
| ||
20:35 | [a378d78d7a] part of check-in [699cc6b487] Reinstate the "sqlite" alias for backwards compatibility (but leave it undocumented) but remove the PackageProvide for "sqlite". (check-in: [699cc6b487] user: drh branch: trunk, size: 113789) | |
19:39 | [07cbbfbf48] part of check-in [909b3d8862] Disable the legacy "sqlite" command in the TCL interface. Provide only the "sqlite3" command. (check-in: [909b3d8862] user: drh branch: trunk, size: 113661) | |
2010-08-20
| ||
12:34 | [cacee94824] part of check-in [1f680cb375] Merge leaf created by accident. (check-in: [1f680cb375] user: dan branch: trunk, size: 113648) | |
2010-08-01
| ||
22:41 | [5cd96419fb] part of check-in [8eadd7b87b] Fix a typo in an error message of the TCL interface. (check-in: [8eadd7b87b] user: drh branch: trunk, size: 113760) | |
2010-07-12
| ||
16:47 | [ae1e4fb653] part of check-in [e6cd15451d] Fix makefiles so that they build sqlite3_analyzer again. Tweaks to comments in test_stat.c. Fix tclsqlite.c to build the sqlite3_analyzer again. (check-in: [e6cd15451d] user: drh branch: trunk, size: 113750) | |
08:39 | [0e47807e6e] part of check-in [86159cb3f0] Changes so that the space-analyzer script works with 3.7.0. (check-in: [86159cb3f0] user: dan branch: trunk, size: 113584) | |
2010-06-22
| ||
11:10 | [b898ab058f] part of check-in [8f98e8b5a5] Fix problem with handling of -vfs option in tcl interface. (check-in: [8f98e8b5a5] user: dan branch: trunk, size: 113502) | |
2010-06-07
| ||
14:28 | [6355a8b950] part of check-in [c2edf8e17f] Refactor some of the global variables and commands used by tester.tcl. (check-in: [c2edf8e17f] user: dan branch: trunk, size: 113511) | |
2010-05-05
| ||
20:00 | [6bc5fbde63] 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: 112596) | |
19:04 | [a6d69438c2] part of check-in [72663123d6] Test the handling of errors returned by the xShmXXX() APIs. (check-in: [72663123d6] user: dan branch: trunk, size: 112536) | |
2010-04-28
| ||
14:42 | [4de8152117] 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: 112455) | |
2010-04-19
| ||
18:03 | [e27e045710] part of check-in [9bda601455] Add the sqlite3_log_hook() interface for scheduling checkpoints. (check-in: [9bda601455] user: dan branch: wal, size: 112542) | |
2010-04-07
| ||
20:32 | [ebf7a964f8] part of check-in [e388fe8be8] Pull over the latest changes from the trunk. (check-in: [e388fe8be8] user: drh branch: experimental, size: 111505) | |
19:32 | [c00d4ed7b3] part of check-in [1f40441204] Add an interface to the SQLITE_STMTSTATUS_AUTOINDEX status information to the TCL bindings. Add some simple automatic index test cases. (check-in: [1f40441204] user: drh branch: experimental, size: 111414) | |
07:57 | [1c7faac837] part of check-in [af3b72d94a] Add file test_demovfs.c, containing a simple VFS implementation that demonstrates how writes to the journal file may be safely buffered by the VFS layer to improve performance on some embedded systems. (check-in: [af3b72d94a] user: dan branch: trunk, size: 111324) | |
2009-12-01
| ||
13:57 | [bad6570a00] part of check-in [58113932d9] Changes to the TCL interface header to allow it to be compiled independently from the amalgamation. (check-in: [58113932d9] user: drh branch: trunk, size: 111233) | |
2009-11-10
| ||
17:24 | [2237465241] part of check-in [0e7d29253f] Initial implementation and test cases for the "intarray" virtual table. (check-in: [0e7d29253f] user: drh branch: trunk, size: 111207) | |
01:13 | [21432a3618] part of check-in [01f2271e51] Remove from the TCL interface some old code associated with sqlite3_analyzer. (check-in: [01f2271e51] user: drh branch: trunk, size: 111117) | |
2009-10-24
| ||
15:51 | [c2c4047177] part of check-in [fc36034bdc] Fix a compiler warning that occurs when building the TCL interface. (check-in: [fc36034bdc] user: drh branch: trunk, size: 111341) | |
2009-10-22
| ||
20:52 | [e192559194] part of check-in [a024c0a85b] Merge the MD5 checksum logic into the TCL interface. This facilitates building a tclsh that contains both SQLite and MD5. The plan is to use this augmented tclsh to help build the documentation. (check-in: [a024c0a85b] user: drh branch: trunk, size: 111342) | |
2009-10-19
| ||
18:11 | [97e1d25695] part of check-in [2c50b3d5aa] Remove the sqlite3_reoptimize() API. The same functionality is now provided automatically to queries prepared using prepare_v2(). (check-in: [2c50b3d5aa] user: dan branch: trunk, size: 97126) | |
2009-10-15
| ||
18:35 | [00cefd8c37] part of check-in [9bd6f3d886] Add the experimental sqlite3_reoptimize() API. (check-in: [9bd6f3d886] user: dan branch: experimental, size: 97512) | |
2009-10-13
| ||
18:38 | [b91a03d52d] part of check-in [1b3cfa01dd] Update the TCL wrapper to provide a non-NULL objProc pointer to the Tcl_NRCreateCommand() interface. The TCL gurus say this is needed to support legacy TCL extensions. (check-in: [1b3cfa01dd] user: drh branch: trunk, size: 97125) | |
2009-10-06
| ||
14:59 | [868d62910b] part of check-in [e9f72f1de4] Change tclsqlite.c to use the Tcl_NRxxx() APIs in Tcl versions 8.6 and later. (check-in: [e9f72f1de4] user: dan branch: trunk, size: 96725) | |
2009-08-17
| ||
15:16 | [5eea5025c3] 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: 90583) | |
2009-07-03
| ||
22:54 | [e18e5013dc] part of check-in [983cb6924b] Remove two unused fields from the Parse structure. The TCL interface now removes leading whitespace from SQL statements before parsing them. (CVS 6846) (check-in: [983cb6924b] user: drh branch: trunk, size: 90560) | |
2009-03-27
| ||
12:44 | [d3195e0738] part of check-in [47ffc4dca8] Fix another compiler warning in the test logic of tclsqlite.c. (CVS 6393) (check-in: [47ffc4dca8] user: drh branch: trunk, size: 90517) | |
12:32 | [37d34e4131] part of check-in [a43ecc9cb9] Fix some compiler warnings in test code. (CVS 6392) (check-in: [a43ecc9cb9] user: drh branch: trunk, size: 90472) | |
2009-03-24
| ||
15:08 | [3d64c59fa4] part of check-in [ea74d8dc62] Changes to insure that lookaside memory allocations are never used to hold schema content. Ticket #3743. (CVS 6377) (check-in: [ea74d8dc62] user: drh branch: trunk, size: 90430) | |
2009-03-16
| ||
13:19 | [8a472804b9] part of check-in [b649a6cc5b] Add the sqlite3_unlock_notify() API. (CVS 6348) (check-in: [b649a6cc5b] user: danielk1977 branch: trunk, size: 89953) | |
2009-02-17
| ||
16:29 | [c18d6b71b3] part of check-in [79431c58d9] Allow sqlite3_shutdown() to be called by a process before sqlite3_initialize() is. Prior to this commit such a call could segfault. (CVS 6296) (check-in: [79431c58d9] user: danielk1977 branch: trunk, size: 88167) | |
2009-02-04
| ||
22:46 | [524c1f49cc] part of check-in [e420a3cedc] Add "backup" and "restore" methods to the TCL interfaces and test cases to exercise those methods. (CVS 6260) (check-in: [e420a3cedc] user: drh branch: trunk, size: 87952) | |
2009-02-03
| ||
16:51 | [7b3e7fc485] part of check-in [663479b417] Commit first version of the 'backup' feature. (CVS 6241) (check-in: [663479b417] user: danielk1977 branch: trunk, size: 84728) | |
2009-01-14
| ||
23:38 | [7d77c3899d] part of check-in [7bc08bc719] Make some changes requested by Fedora. (CVS 6181) (check-in: [7bc08bc719] user: drh branch: trunk, size: 84634) | |
2009-01-02
| ||
17:33 | [4415e1033b] part of check-in [f047758de9] Modify the (transaction) method of the tcl interface to use savepoints. This makes nested calls to (transaction) work more intuitively. (CVS 6101) (check-in: [f047758de9] user: danielk1977 branch: trunk, size: 84629) | |
2008-12-30
| ||
06:24 | [9368e617bf] part of check-in [e49807b16f] Invoke the authorization callback when compiling SAVEPOINT, ROLLBACK TO and RELEASE commands. (CVS 6074) (check-in: [e49807b16f] user: danielk1977 branch: trunk, size: 83515) | |
2008-12-10
| ||
22:18 | [23afb60549] part of check-in [d8e8c7e51c] The strlen30 function in tclsqlite.c should be defined regardless of whether or not the amalgamation is used. (CVS 6012) (check-in: [d8e8c7e51c] user: drh branch: trunk, size: 83438) | |
22:15 | [6613acae9f] part of check-in [258722b617] Fix an issue with the new sqlite3Strlen30() introduced by check-in (6007). Additional casts for compiler warnings. (CVS 6011) (check-in: [258722b617] user: drh branch: trunk, size: 83473) | |
19:26 | [63fcca6796] part of check-in [c872d55493] Never use strlen(). Use our own internal sqlite3Strlen30() which is guaranteed to never overflow an integer. Additional explicit casts to avoid nuisance warning messages. (CVS 6007) (check-in: [c872d55493] user: drh branch: trunk, size: 83543) | |
2008-10-09
| ||
14:45 | [96049bd454] part of check-in [ec01bd72ee] Minor cleanup of the new "status" command on the TCL bindings. (CVS 5783) (check-in: [ec01bd72ee] user: drh branch: trunk, size: 83157) | |
2008-10-07
| ||
23:46 | [d8057cf17c] part of check-in [de473efb35] Add the experimental sqlite3_stmt_status() interface. (CVS 5781) (check-in: [de473efb35] user: drh branch: trunk, size: 83169) | |
2008-09-23
| ||
10:12 | [6a7eeff5af] part of check-in [a886062457] Fix the TCL installer so that it omits the release number. Ticket #3396. Use strcmp() instead of sqlite3StrICmp() in the "copy" method of the SQLite object in the TCL interface. (CVS 5735) (check-in: [a886062457] user: drh branch: trunk, size: 81901) | |
09:58 | [41b968e1bf] part of check-in [b31dd1e3f1] Add no-op Unload entry points to the TCL interface. Ticket #3397. (CVS 5734) (check-in: [b31dd1e3f1] user: drh branch: trunk, size: 81941) | |
2008-09-09
| ||
12:31 | [a6a346f423] part of check-in [5aa5b8044a] Calling sqlite3_create_function with nArg==(-1) does not override prior calls on the same function name with nArg>=0. Ticket #3345. Add the new -argcount option to the "function" method in the TCL interface. (CVS 5684) (check-in: [5aa5b8044a] user: drh branch: trunk, size: 81318) | |
2008-09-03
| ||
01:08 | [7f5c49f434] part of check-in [d9e8269426] Make the default threading mode multithread (-nomutex) in the TCL interface. (CVS 5670) (check-in: [d9e8269426] user: drh branch: trunk, size: 80827) | |
00:43 | [f431fe065a] part of check-in [f2f361a5e2] Add support for SQLITE_OPEN_FULLMUTEX. (CVS 5669) (check-in: [f2f361a5e2] user: drh branch: trunk, size: 80805) | |
2008-09-01
| ||
20:38 | [01312c2af4] part of check-in [bdeefe3760] Converted strcasecmp to sqlite3StrICmp. Test code only. (CVS 5654) (check-in: [bdeefe3760] user: shane branch: trunk, size: 80455) | |
2008-08-26
| ||
21:33 | [420c7936d7] part of check-in [7e1032ab00] In the TCL interface, disable the authorizer when during a BEGIN, COMMIT, or ROLLBACK associated with the transaction method. Ticket #3336. (CVS 5618) (check-in: [7e1032ab00] user: drh branch: trunk, size: 80433) | |
2008-07-10
| ||
17:52 | [ec46084184] 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: 80223) | |
2008-06-18
| ||
09:45 | [4dd9ee4cb4] 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: 79930) | |
2008-05-01
| ||
17:16 | [c57e740e30] part of check-in [59568844e7] Fix more compiler warnings. (CVS 5074) (check-in: [59568844e7] user: drh branch: trunk, size: 79836) | |
2008-04-16
| ||
00:28 | [2877726bf3] part of check-in [cce8deae2d] Back out the zero-terminator optimization introduced in check-in (4915). Ticket #3056. (CVS 5015) (check-in: [cce8deae2d] user: drh branch: trunk, size: 79791) | |
2008-04-10
| ||
14:51 | [c4892f4892] part of check-in [d9a6b653d3] Add source file test_osinst.c. A wrapper vfs with instrumentation capabilities. (CVS 4977) (check-in: [d9a6b653d3] user: danielk1977 branch: trunk, size: 79801) | |
13:42 | [0d53336f1f] part of check-in [6f07968ec4] Fix to the "copy" method in the TCL interface. Ticket #3039. (CVS 4975) (check-in: [6f07968ec4] user: drh branch: trunk, size: 79707) | |
2008-04-04
| ||
12:21 | [d272cbd208] part of check-in [046a98a8c8] Fix the TCL interface so that it does not use unpublished interfaces. (CVS 4965) (check-in: [046a98a8c8] user: drh branch: trunk, size: 79757) | |
2008-03-25
| ||
16:16 | [1367762764] part of check-in [24c3ebc0c5] Test string values passed to bind_text() and result_text() for a nul-terminator. (CVS 4915) (check-in: [24c3ebc0c5] user: danielk1977 branch: trunk, size: 79785) | |
2008-03-19
| ||
19:01 | [d42912617d] part of check-in [801a0e3c99] Initialize the MD5 SQL functions from test_func.c instead of using conditional compilation in tclsqlite.c. (CVS 4885) (check-in: [801a0e3c99] user: drh branch: trunk, size: 79775) | |
16:08 | [dcaedb102d] 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: 80019) | |
2008-02-18
| ||
22:24 | [d95e0e74c7] part of check-in [63da5d9754] Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. Limit the size of hash tables and the vdbefifo when using mem5.c. (CVS 4795) (check-in: [63da5d9754] user: drh branch: trunk, size: 79935) | |
2008-02-13
| ||
18:25 | [0d4483e37c] part of check-in [990237e27e] Where possible, avoid freeing buffers allocated for vdbe memory cells in case they can be reused. (CVS 4783) (check-in: [990237e27e] user: danielk1977 branch: trunk, size: 79932) | |
2007-11-14
| ||
06:48 | [9923abeffc] part of check-in [d31f1e0d74] Add an experimental API for retrieving the SQL source from a compiled statement: sqlite3_sql(). Ticket #2769. (CVS 4543) (check-in: [d31f1e0d74] user: danielk1977 branch: trunk, size: 79859) | |
2007-11-13
| ||
10:30 | [c5953aedd6] part of check-in [7bb00c7df6] Modify the Tcl interface to use sqlite3_prepare_v2(). (CVS 4542) (check-in: [7bb00c7df6] user: danielk1977 branch: trunk, size: 79791) | |
2007-11-12
| ||
17:56 | [8658bb91d3] part of check-in [68a43c99f1] Another attempt at fixing a memory leak in the TCL interface. See check-in (4338) for the first attempt. Ticket #2597. (CVS 4540) (check-in: [68a43c99f1] user: drh branch: trunk, size: 78397) | |
2007-10-23
| ||
08:17 | [29bb44a88e] part of check-in [2449e08069] Fix an error message in the tcl interface. (CVS 4503) (check-in: [2449e08069] user: danielk1977 branch: trunk, size: 78339) | |
2007-09-14
| ||
16:20 | [9659ec914a] part of check-in [87e37eabf0] Minor fixes for the OMIT_INCRBLOB compilation option. (CVS 4430) (check-in: [87e37eabf0] user: danielk1977 branch: trunk, size: 78339) | |
2007-09-07
| ||
11:29 | [c3f864a989] part of check-in [753908e841] Add the beginning of the thread-safety tests. There are more to come. (CVS 4413) (check-in: [753908e841] user: danielk1977 branch: trunk, size: 78261) | |
2007-09-03
| ||
15:19 | [8c970b4cdc] 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: 78167) | |
2007-08-31
| ||
14:31 | [8db0357686] part of check-in [3434b7a921] Convert the TCL interface to use sqlite3_open_v2 (CVS 4352) (check-in: [3434b7a921] user: drh branch: trunk, size: 78109) | |
2007-08-30
| ||
14:58 | [5b801c7eee] part of check-in [18a5babb72] Fix a ref-count problem in the TCL bindings. Ticket #2597. (CVS 4338) (check-in: [18a5babb72] user: drh branch: trunk, size: 77725) | |
2007-08-22
| ||
20:18 | [d76af53f45] 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: 77758) | |
00:39 | [92e06e076d] 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: 77826) | |
2007-08-21
| ||
10:44 | [299fb45c5c] part of check-in [fbbd5bda54] Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255) (check-in: [fbbd5bda54] user: drh branch: trunk, size: 77860) | |
2007-08-15
| ||
19:16 | [0606c4f317] part of check-in [9e50665672] Test infrastructure for the new memory subsystem. (CVS 4229) (check-in: [9e50665672] user: drh branch: trunk, size: 77879) | |
2007-08-07
| ||
17:13 | [648e6f5304] part of check-in [7550dd1d59] Remove all tabs from source code files. Ticket #2556. (CVS 4198) (check-in: [7550dd1d59] user: drh branch: trunk, size: 77791) | |
2007-06-26
| ||
22:55 | [0d3370e01c] part of check-in [5c93324b93] Make sure the TCL bindings always use Tcl_GetWideIntFromObj() even if the reported type is "int" because on x86-64 and "int" type is 64-bits. Ticket #2465. (CVS 4135) (check-in: [5c93324b93] user: drh branch: trunk, size: 77784) | |
2007-06-19
| ||
23:01 | [4bffe56752] part of check-in [6f7d55aced] Change the TCL bindings so that @aaa always treats the variable aaa as a bytearray and binds the value as a BLOB. This change is backwards compatible since the $ behavior is unchanged and @ was not accepted until the current round of changes. (CVS 4094) (check-in: [6f7d55aced] user: drh branch: trunk, size: 77784) | |
17:48 | [df53bcb823] part of check-in [d88b79818a] Cleanup the TCL interface source code and add documentation for recently added methods on the SQLite object of TCL. (CVS 4093) (check-in: [d88b79818a] user: drh branch: trunk, size: 77799) | |
17:15 | [344e28bd3a] part of check-in [dcb104bd41] In the TCL bindings, if a TCL variable has a bytearray representation and the host parameter starts with @ instead of $, then always store the content as a BLOB not as a string even if a string representation is also available. (CVS 4092) (check-in: [dcb104bd41] user: drh branch: trunk, size: 77773) | |
2007-06-15
| ||
18:53 | [9f96385c50] part of check-in [c8beb8674e] Remove a C++ism from the test harness. Get the TCL interface working with older versions of TCL. (CVS 4075) (check-in: [c8beb8674e] user: drh branch: trunk, size: 77651) | |
2007-06-12
| ||
18:50 | [1f3357fdf4] part of check-in [6da39fa442] In the "transaction" command of the TCL interface, if a COMMIT fails finish it with a rollback. (CVS 4059) (check-in: [6da39fa442] user: drh branch: trunk, size: 77731) | |
2007-05-08
| ||
01:08 | [f425c75836] 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: 77671) | |
2007-05-04
| ||
19:03 | [f3414b2d6b] part of check-in [a0f8adc692] Fix compilation and testing with OMIT_INCRBLOB defined. (CVS 3923) (check-in: [a0f8adc692] user: danielk1977 branch: trunk, size: 77601) | |
18:36 | [c0d9a818a3] part of check-in [4516416b4d] Test interaction of incremental io and other database writes. (CVS 3922) (check-in: [4516416b4d] user: danielk1977 branch: trunk, size: 77332) | |
13:15 | [cd87bbaffd] part of check-in [ba4845b32b] Eliminate all uses of sprintf() and strcpy(). These were not being misused. But getting rid of them removes a library dependency. And it avoids warnings from the OpenBSD compiler. Ticket #2336. (CVS 3916) (check-in: [ba4845b32b] user: drh branch: trunk, size: 77325) | |
12:05 | [0906902b96] part of check-in [641e55284e] Test cases and corrections to IO and malloc() error handling in incremental blob IO functions. (CVS 3915) (check-in: [641e55284e] user: danielk1977 branch: trunk, size: 77163) | |
2007-05-03
| ||
16:31 | [dde5098716] part of check-in [e12c522383] Test cases and minor bugfixes for incremental blob APIs. (CVS 3907) (check-in: [e12c522383] user: danielk1977 branch: trunk, size: 76964) | |
2007-05-02
| ||
13:16 | [23082fa8af] part of check-in [93a3bf71d5] Use the pointer-map pages to make the incremental blob API more efficient. (CVS 3896) (check-in: [93a3bf71d5] user: danielk1977 branch: trunk, size: 76635) | |
2007-05-01
| ||
17:49 | [82f7be1e80] part of check-in [c444836e7b] First approximation of incremental blob IO API. (CVS 3892) (check-in: [c444836e7b] user: danielk1977 branch: trunk, size: 75219) | |
2007-04-06
| ||
15:02 | [ec69eb9ad5] part of check-in [479b3d965b] Binary file I/O infrastructure added and used to increase test coverage for detection of corrupt database files. (CVS 3822) (check-in: [479b3d965b] user: drh branch: trunk, size: 69733) | |
2007-04-05
| ||
21:58 | [58fd67ba2c] part of check-in [f2caff870c] Fix the amalgamation so that it works with -DSQLITE_ENABLE_REDEF_IO. Change tclsqlite.c so that it can be appended to the amalgamation. Create a new amalgamation of header files for use by projects that want to redefine their own I/O interface using -DSQLITE_ENABLE_REDEF_IO. (CVS 3817) (check-in: [f2caff870c] user: drh branch: trunk, size: 69647) | |
2007-03-29
| ||
12:19 | [a8d1166319] part of check-in [f26b014109] Explicitly test some error cases that up until now have not been checked. (CVS 3742) (check-in: [f26b014109] user: danielk1977 branch: trunk, size: 69505) | |
2007-02-01
| ||
01:53 | [cd2b3b86ab] part of check-in [936263966e] Fix a bug in the copy method of the TCL interface. Ticket #2201. (CVS 3623) (check-in: [936263966e] user: drh branch: trunk, size: 69421) | |
2006-12-19
| ||
18:57 | [d344c7f394] 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: 69419) | |
18:46 | [c23c6ce368] part of check-in [bf4a78cb31] Use sqlite3_mprintf() instead of strdup() to reduce libc dependencies. Ticket #2114. (CVS 3532) (check-in: [bf4a78cb31] user: drh branch: trunk, size: 69244) | |
2006-09-02
| ||
14:17 | [e029f739be] part of check-in [098cbafcd6] Convert static variables into constants in the FTS module. (CVS 3385) (check-in: [098cbafcd6] user: drh branch: trunk, size: 69221) | |
2006-08-31
| ||
15:07 | [fae9746f1d] part of check-in [e1891f0dc5] Refactor the FTS1 module so that its name is "fts1" instead of "fulltext", so that all symbols with external linkage begin with "sqlite3Fts1", and so that all filenames begin with "fts1". (CVS 3377) (check-in: [e1891f0dc5] user: drh branch: trunk, size: 69333) | |
2006-08-29
| ||
12:04 | [a29488f25d] part of check-in [9763b4bfd5] Improved built-in help in the command-line shell. Enable the fulltext search extension in the TCL interface. (CVS 3372) (check-in: [9763b4bfd5] user: drh branch: trunk, size: 69329) | |
2006-08-25
| ||
23:42 | [4e97383988] part of check-in [bc84cb54b0] Add support for INSERT INTO ... DEFAULT VALUES. Tickets #299, #1940. (CVS 3368) (check-in: [bc84cb54b0] user: drh branch: trunk, size: 69221) | |
2006-08-24
| ||
14:59 | [b706556687] part of check-in [4547c81f7d] Enhance the sqlite3_set_authorizer() callback so that it provides callbacks on each SQL function that is invoked. (CVS 3365) (check-in: [4547c81f7d] user: drh branch: trunk, size: 69268) | |
02:42 | [075616e270] part of check-in [5696e0cb77] Tcl interface does filename translation prior to calling sqlite3_open(). Ticket #1937. (CVS 3364) (check-in: [5696e0cb77] user: drh branch: trunk, size: 69153) | |
2006-08-23
| ||
20:07 | [61342fafe1] part of check-in [a85fc877eb] Add the new experimental sqlite3_auto_extension() API. (CVS 3362) (check-in: [a85fc877eb] user: drh branch: trunk, size: 69010) | |
2006-08-22
| ||
23:53 | [7eb16876ab] part of check-in [533154099c] Add argc as a default global to match standard tcl environment. (CVS 3361) (check-in: [533154099c] user: shess branch: trunk, size: 68924) | |
2006-07-17
| ||
00:02 | [92a997ee5c] part of check-in [b0d19e575b] Add the "interrupt" method to the TCL interface. Ticket #1889. (CVS 3332) (check-in: [b0d19e575b] user: drh branch: trunk, size: 68781) | |
2006-07-12
| ||
00:18 | [64c4a41dac] part of check-in [9c6090c609] Reset TCL results when onecolumn or eval methods have no reply. Ticket #1887. (CVS 3331) (check-in: [9c6090c609] user: drh branch: trunk, size: 68515) | |
2006-07-10
| ||
21:15 | [22ab598cfa] part of check-in [b10d4220dc] Back out the changes of ticket #1687 since they broken the ActiveTcl build. (CVS 3326) (check-in: [b10d4220dc] user: drh branch: trunk, size: 68456) | |
2006-07-06
| ||
17:08 | [0220791dc6] part of check-in [ce96b890bb] Make the sqlite3_enable_load_extension() interface accessible from the TCL bindings. (CVS 3321) (check-in: [ce96b890bb] user: drh branch: trunk, size: 68230) | |
2006-06-21
| ||
19:30 | [32d9e01470] part of check-in [d50c37975d] Make the last_insert_rowid method in the TCL interface work with 64-bit rowids. (CVS 3283) (check-in: [d50c37975d] user: drh branch: trunk, size: 67728) | |
2006-06-16
| ||
08:01 | [c408a49ae4] part of check-in [9497c66e55] Add some tests (and fixes) for virtual tables and the authorization callback. Still more to come. (CVS 3260) (check-in: [9497c66e55] user: danielk1977 branch: trunk, size: 67724) | |
2006-06-15
| ||
15:59 | [c03bf44bd9] part of check-in [de8d32ac71] Add test_schema.c, containing a module for viewing the database schema via a virtual table. (CVS 3257) (check-in: [de8d32ac71] user: danielk1977 branch: trunk, size: 67580) | |
2006-06-13
| ||
23:51 | [4ad22f354b] part of check-in [29199eeea4] The echo module test is now running. Added the tclvar module test but have not yet done anything with it. (CVS 3234) (check-in: [29199eeea4] user: drh branch: trunk, size: 67486) | |
2006-06-11
| ||
23:41 | [0b2a04cfc1] 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: 67400) | |
2006-05-10
| ||
14:39 | [5ae9f08f7a] part of check-in [364031d6e5] Out-of-memory checks added to tclsqlite.c and shell.c. Tickets #1805 and #1806. (CVS 3182) (check-in: [364031d6e5] user: drh branch: trunk, size: 67324) | |
2006-03-16
| ||
16:19 | [d20bdf1822] part of check-in [6c5175bc0f] Fix some compiler warnings. (CVS 3140) (check-in: [6c5175bc0f] user: drh branch: trunk, size: 67284) | |
2006-03-06
| ||
23:30 | [607ccf5ade] part of check-in [b4d3e0d528] Remove all reference to EXTERN from tclsqlite.c. Ticket #1687. (CVS 3127) (check-in: [b4d3e0d528] user: drh branch: trunk, size: 67260) | |
20:55 | [39bb47e947] part of check-in [e510e6dd9d] Code changes resulting from Coverity analysis. http://scan.coverity.com/ Found 1 potential segfault in sqlite3_mprintf(). Also 2 failures to fclose() following a malloc() failure. And lots of cases where unnecessary conditionals could be removed from the code. (CVS 3126) (check-in: [e510e6dd9d] user: drh branch: trunk, size: 67305) | |
2006-03-03
| ||
20:32 | [cecd84a579] part of check-in [da0e843c05] Fix tclsqlite.c to better support Mingw. Ticket #1687. (CVS 3119) (check-in: [da0e843c05] user: drh branch: trunk, size: 67287) | |
2006-02-10
| ||
02:27 | [d9c26374b5] part of check-in [82f502cdc1] Add the column_origin_name() etc. APIs. (CVS 3069) (check-in: [82f502cdc1] user: danielk1977 branch: trunk, size: 67477) | |
2006-01-23
| ||
13:00 | [7764ab34df] part of check-in [6385628edd] Fix additional compiler warnings. Tickets #1615, #1616, #1627 (CVS 2994) (check-in: [6385628edd] user: drh branch: trunk, size: 67457) | |
2006-01-09
| ||
23:40 | [d650bea024] part of check-in [ec332d8822] Added database server example code (untested). Fixed serveral bugs including the autovacuum compile problem described by ticket #1593. (CVS 2897) (check-in: [ec332d8822] user: drh branch: trunk, size: 67391) | |
17:29 | [da11b003e4] part of check-in [eeebc640aa] Reinstate the asynchronous I/O demonstration code and tests with minor changes. (CVS 2896) (check-in: [eeebc640aa] user: drh branch: trunk, size: 67315) | |
2006-01-06
| ||
14:32 | [42151e6c78] 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: 67231) | |
03:29 | [6794d34f6a] part of check-in [b8332aa8b8] Enable async testing. Modify the OS layer interface. Add the sqlite3_aux.h include file. Add tests for boolean value representation in file format 4. (CVS 2866) (check-in: [b8332aa8b8] user: drh branch: trunk, size: 67315) | |
2006-01-05
| ||
15:50 | [351ae47649] part of check-in [98194a45cc] Move TCL interface for sqlite3_release_memory() and sqlite3_soft_heap_limit() out of tclsqlite.c and into test1.c. Update the TCL interface documention to describe the "exists" method. (CVS 2862) (check-in: [98194a45cc] user: drh branch: trunk, size: 67321) | |
2006-01-04
| ||
18:13 | [0386460a4c] part of check-in [d0e3d46609] Bug fix in the new "exists" method of the TCL interface. (CVS 2857) (check-in: [d0e3d46609] user: drh branch: trunk, size: 68811) | |
2006-01-03
| ||
00:33 | [124f822d6c] part of check-in [70b228575e] The sqlite TCL command no longer returns the hex address of the sqlite3* structure. Instead there is a new command in testfixture to find that information. (CVS 2852) (check-in: [70b228575e] user: drh branch: trunk, size: 68761) | |
2005-12-30
| ||
16:28 | [230a367c50] 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: 68970) | |
2005-12-19
| ||
14:18 | [ce481c0a21] part of check-in [154282fca5] Add some very simple test cases (and resulting bug fixes) for release_memory(). (CVS 2826) (check-in: [154282fca5] user: danielk1977 branch: trunk, size: 68893) | |
2005-12-16
| ||
06:54 | [b21dd96ffa] 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: 68006) | |
2005-12-15
| ||
15:22 | [c2303e1b1e] part of check-in [3622901881] Add the sqlite3_update_hook() API. (CVS 2820) (check-in: [3622901881] user: danielk1977 branch: trunk, size: 67180) | |
10:11 | [5753ac020a] part of check-in [c1ed79f594] Add the sqlite3_os_routine_set()/get() functions. (CVS 2818) (check-in: [c1ed79f594] user: danielk1977 branch: trunk, size: 65553) | |
2005-12-12
| ||
06:53 | [c155bf5f9c] 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: 65469) | |
2005-12-10
| ||
21:19 | [6b34de66e8] part of check-in [8a355d7aad] Add the "exists" method to the TCL interface. (CVS 2813) (check-in: [8a355d7aad] user: drh branch: trunk, size: 64967) | |
2005-12-07
| ||
06:27 | [328060916c] part of check-in [78f10ca0a6] Add some tests for malloc() failure within the column_name() and column_decl() APIs. (CVS 2805) (check-in: [78f10ca0a6] user: danielk1977 branch: trunk, size: 64584) | |
2005-11-26
| ||
00:25 | [a497c3adfd] part of check-in [1f69aec285] Modify the OS layer so that I/O routines are called through a virtual function table. The os_test.c module has been replaced by test6.c. The crash tests are busted now and need to be fixed. (CVS 2785) (check-in: [1f69aec285] user: drh branch: trunk, size: 64510) | |
2005-10-05
| ||
10:40 | [4f274fae3d] part of check-in [e80fecc986] Changes to support TEA on cygwin. (CVS 2742) (check-in: [e80fecc986] user: drh branch: trunk, size: 64434) | |
2005-08-29
| ||
23:00 | [ac94682f9e] 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: 63896) | |
2005-08-16
| ||
11:11 | [e86b5483de] part of check-in [3a7918a66b] Null-terminate the strings array passed to Tcl_GetIndexFromObj. Bug reported on the mailing list. (CVS 2596) (check-in: [3a7918a66b] user: drh branch: trunk, size: 62029) | |
2005-08-02
| ||
17:15 | [96feead1f1] part of check-in [68dd0ed5e3] Tests and bug fixes on the new transaction method in the TCL interface. (CVS 2574) (check-in: [68dd0ed5e3] user: drh branch: trunk, size: 62026) | |
12:21 | [b24407b736] part of check-in [a5ce6c58c3] Add the "transaction" coommand to the TCL interface. Untested. (CVS 2572) (check-in: [a5ce6c58c3] user: drh branch: trunk, size: 62026) | |
2005-07-23
| ||
02:17 | [ef3276d096] part of check-in [bd7583a5d6] Full-coverage testing and documentation for the ANALYZE command. The results of analysis are still not loaded or used, however. (CVS 2561) (check-in: [bd7583a5d6] user: drh branch: trunk, size: 60165) | |
2005-06-26
| ||
17:55 | [cccaf6b78c] part of check-in [514aaab3f9] Tcl interface uses Tcl_Objs to implement user-defined functions, thus allowing BLOB values to be transferred correctly. Ticket #1304. (CVS 2530) (check-in: [514aaab3f9] user: drh branch: trunk, size: 60098) | |
2005-06-25
| ||
19:31 | [9b84e9e612] part of check-in [8c99dca60a] The TCL interface binds variables as BLOB only if they have a bytearray representation but no text representation. Ticket #1287. (CVS 2528) (check-in: [8c99dca60a] user: drh branch: trunk, size: 55909) | |
2005-05-20
| ||
09:40 | [af0f002d9d] part of check-in [f5d9a8061a] Fix memory leaks in Tcl user function interface. (CVS 2464) (check-in: [f5d9a8061a] user: danielk1977 branch: trunk, size: 55291) | |
2005-05-05
| ||
10:30 | [ebdf626f28] part of check-in [99dcba1fb1] In the TCL interface, user-defined functions preserve the datatype returned by the Tcl procedure. (CVS 2453) (check-in: [99dcba1fb1] user: drh branch: trunk, size: 55317) | |
2005-04-28
| ||
19:03 | [d568219955] part of check-in [90f4cf2ad5] Add hooks for the SSE extension. (CVS 2449) (check-in: [90f4cf2ad5] user: drh branch: trunk, size: 54500) | |
17:18 | [2a8f33a359] part of check-in [6863703abc] Enhancements to allow for extensions. (CVS 2448) (check-in: [6863703abc] user: drh branch: trunk, size: 54505) | |
2005-04-03
| ||
23:54 | [245b242edf] part of check-in [9906ae37b9] Apply Tcl 'nullvalue' patch from Stefan Finzel. (CVS 2441) (check-in: [9906ae37b9] user: danielk1977 branch: trunk, size: 54402) | |
2005-03-31
| ||
18:26 | [650b9ae64d] part of check-in [c31ea6332f] Fix a memory leak in the TCL bindings. (CVS 2435) (check-in: [c31ea6332f] user: drh branch: trunk, size: 53327) | |
2005-02-26
| ||
17:31 | [29e56ecdb9] part of check-in [bb0e7e3857] Fix an assertion fault that can occur while autovacuuming a corrupt database file. Add the SQLITE_OMIT_COMPLETE compile-time parameter. (CVS 2361) (check-in: [bb0e7e3857] user: drh branch: trunk, size: 53225) | |
2005-01-25
| ||
04:27 | [101994a2c4] 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: 53197) | |
2005-01-24
| ||
10:25 | [47ecdb00e9] 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: 53046) | |
00:28 | [279a3be922] part of check-in [8db6bfef52] Change the TCL interface so that it can cache VMs and reuse them without recompiling. But for now leave the cache turned off by default. (CVS 2269) (check-in: [8db6bfef52] user: drh branch: trunk, size: 53037) | |
2005-01-13
| ||
23:54 | [fd27457b22] part of check-in [6e905270a9] Need SQLITE_MEMDEBUG instead of SQLITE_DEBUG in tclsqlite.c. (CVS 2209) (check-in: [6e905270a9] user: drh branch: trunk, size: 46514) | |
2005-01-12
| ||
12:44 | [8419f424eb] part of check-in [4e28c82ada] Tests to improve coverage of main.c. (CVS 2202) (check-in: [4e28c82ada] user: danielk1977 branch: trunk, size: 46516) | |
00:08 | [75a8dc9cd7] part of check-in [50f1e22965] Fix a bug in tclsqlite.c. (CVS 2199) (check-in: [50f1e22965] user: drh branch: trunk, size: 46274) | |
2005-01-08
| ||
18:42 | [354d3e4525] 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: 46261) | |
2004-12-17
| ||
20:48 | [3a4044ef60] part of check-in [b49b8fdd11] Fix a C++-ism in the previous change to tclsqlite.c. (CVS 2168) (check-in: [b49b8fdd11] user: drh branch: trunk, size: 45995) | |
15:41 | [b2b53e9dfb] part of check-in [a9311d9df0] Add 'copy' method for tcl interface. Behaves similar to shell .import or COPY statment in 2.x. (CVS 2167) (check-in: [a9311d9df0] user: tpoindex branch: trunk, size: 45953) | |
2004-12-02
| ||
20:17 | [68b45ae5a9] part of check-in [f7415a0d64] Get the build of sqlite3_analyzer working with Makefile.in. (CVS 2154) (check-in: [f7415a0d64] user: drh branch: trunk, size: 38407) | |
2004-11-23
| ||
15:41 | [4a9dad39dc] part of check-in [9f0d744ee4] Add authorization callbacks for REINDEX. (CVS 2148) (check-in: [9f0d744ee4] user: danielk1977 branch: trunk, size: 38409) | |
2004-11-12
| ||
15:53 | [7f1a1a6781] part of check-in [c4115aa3a1] Add authorization callbacks to ALTER TABLE. (CVS 2093) (check-in: [c4115aa3a1] user: danielk1977 branch: trunk, size: 38342) | |
2004-09-13
| ||
13:16 | [0302e3f42f] part of check-in [dd62224ae8] The TCL interface responds correctly to "break", "continue", and "return" inside of the script of an eval statement. (CVS 1958) (check-in: [dd62224ae8] user: drh branch: trunk, size: 38263) | |
2004-09-07
| ||
13:20 | [9225350a31] part of check-in [f323e4f86a] Fix the onecolumn method in the TCL interface so that it works the same as the eval method in all ways except for returning just the first value in the result set. (CVS 1944) (check-in: [f323e4f86a] user: drh branch: trunk, size: 38165) | |
2004-09-06
| ||
17:24 | [ad6460a22c] 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: 39057) | |
2004-08-26
| ||
00:56 | [b7dd8b3531] part of check-in [6199f2f243] Protect Tcl_Obj pointers from change using Tcl_IncrRefCount() while executing SQL statements in the TCL bindings. (CVS 1903) (check-in: [6199f2f243] user: drh branch: trunk, size: 39050) | |
2004-08-25
| ||
04:07 | [dbbcc553c7] part of check-in [fd584d1ccf] Host parameter names conform to SQL-2003. (CVS 1902) (check-in: [fd584d1ccf] user: drh branch: trunk, size: 38238) | |
2004-08-24
| ||
15:23 | [90de7fd34c] part of check-in [054dd8901d] Fix a bug in the parsing of wildcards that begin with '$'. (CVS 1901) (check-in: [054dd8901d] user: drh branch: trunk, size: 38222) | |
2004-08-20
| ||
18:34 | [2e044cb063] part of check-in [e97c331362] Tcl interface transfers values directly between SQLite and Tcl_Objs, without at translation to strings. (CVS 1898) (check-in: [e97c331362] user: drh branch: trunk, size: 38103) | |
16:02 | [d6cf0db0a4] part of check-in [d3be0b7c5a] Add support for named wildcards in SQL statements. (CVS 1897) (check-in: [d3be0b7c5a] user: drh branch: trunk, size: 35610) | |
2004-07-26
| ||
12:24 | [cece44ee1d] part of check-in [e3cad1ab62] Fix problems for 64-bit machines and when SQLITE_OMIT_AUTHORIZATION is defined. (CVS 1868) (check-in: [e3cad1ab62] user: drh branch: trunk, size: 35469) | |
2004-07-23
| ||
00:01 | [3ce001b3c3] part of check-in [7c7f698b2e] First cut at a analysis tool for version 3.0 databases. (CVS 1862) (check-in: [7c7f698b2e] user: drh branch: trunk, size: 35364) | |
2004-07-22
| ||
02:40 | [8652b55cac] part of check-in [b77bec3574] Changes in support of using a codec. (CVS 1844) (check-in: [b77bec3574] user: drh branch: trunk, size: 35112) | |
2004-06-30
| ||
12:42 | [6284812801] part of check-in [ed511c2ea9] Fix a memory allocation problem in os_test.c (CVS 1782) (check-in: [ed511c2ea9] user: danielk1977 branch: trunk, size: 35157) | |
11:54 | [0bdfed5cc9] part of check-in [a98dd004c4] Coverage improvements for malloc and vdbemem.c (CVS 1781) (check-in: [a98dd004c4] user: danielk1977 branch: trunk, size: 35103) | |
2004-06-29
| ||
13:41 | [f72288553c] part of check-in [357a82cd22] Ensure the tcl interface returns an error when sqlite3_create_function() fails. (CVS 1764) (check-in: [357a82cd22] user: danielk1977 branch: trunk, size: 34994) | |
12:39 | [7648310ff0] part of check-in [008e57dcd5] Improved test coverage of tclsqlite.c (CVS 1761) (check-in: [008e57dcd5] user: drh branch: trunk, size: 34941) | |
11:26 | [a3b2acfe61] part of check-in [7a15391079] Add testing for sqlite3_trace() and fix a bug. (CVS 1760) (check-in: [7a15391079] user: drh branch: trunk, size: 34893) | |
2004-06-21
| ||
06:50 | [8d09314633] 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: 34877) | |
2004-06-19
| ||
11:57 | [2daaaa4137] part of check-in [06bf4c7e41] Add the source code to the sqlite_analyzer utility. (CVS 1637) (check-in: [06bf4c7e41] user: drh branch: version_2, size: 37579) | |
08:18 | [ddef9b1827] part of check-in [728d57ff55] Remove the iCollate argument from sqlite3_create_function() (CVS 1632) (check-in: [728d57ff55] user: danielk1977 branch: trunk, size: 35135) | |
00:16 | [16a56baa12] part of check-in [d705d051be] Change the name of the TCL command from "sqlite" to "sqlite3" so that both SQLite version 2 and SQLite version 3 can be used by Tcl at the same time. (CVS 1626) (check-in: [d705d051be] user: drh branch: trunk, size: 35131) | |
2004-06-18
| ||
17:10 | [e1e9d89ce9] 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: 35127) | |
2004-06-14
| ||
11:43 | [6f88be282a] part of check-in [f4b4df6514] Have the TCL 'errorcode' interface call sqlite3_errcode(). (CVS 1589) (check-in: [f4b4df6514] user: danielk1977 branch: trunk, size: 35129) | |
2004-06-12
| ||
09:25 | [f094cc80cd] 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: 35112) | |
01:43 | [689e47545c] 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: 35069) | |
2004-06-10
| ||
10:50 | [e974c0b247] 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: 35129) | |
02:16 | [6383ba7b62] 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: 34047) | |
2004-06-09
| ||
09:55 | [f5c5116720] part of check-in [c634e71f19] Some progress on user-defined collation sequences. (CVS 1544) (check-in: [c634e71f19] user: danielk1977 branch: trunk, size: 34028) | |
2004-06-08
| ||
00:02 | [c4d549ad9f] part of check-in [62e31f396c] Remove the third argument from the sqlite3_open() API. (CVS 1540) (check-in: [62e31f396c] user: danielk1977 branch: trunk, size: 31906) | |
2004-06-02
| ||
00:41 | [3db6b868bd] 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: 31997) | |
2004-05-31
| ||
23:56 | [ed8663e770] part of check-in [af8e2006d8] Remove the sqlite3_error_string() API. (CVS 1514) (check-in: [af8e2006d8] user: danielk1977 branch: trunk, size: 32122) | |
18:51 | [8146beb4ad] part of check-in [adf7e29ff6] Change all SQLITE3 preprocessor macros to SQLITE. Documentation updates. (CVS 1511) (check-in: [adf7e29ff6] user: drh branch: trunk, size: 32128) | |
2004-05-29
| ||
02:37 | [b314f12760] part of check-in [4060a37d0b] Allow CREATE and DROP TRIGGER on attached databases. (CVS 1488) (check-in: [4060a37d0b] user: danielk1977 branch: trunk, size: 32138) | |
2004-05-27
| ||
13:35 | [877d0b9601] part of check-in [6d552af67c] A couple of test cases and fixes for blob literals. (CVS 1474) (check-in: [6d552af67c] user: danielk1977 branch: trunk, size: 39214) | |
12:11 | [6fab796399] part of check-in [b5d5f0ad71] Alter the Tcl eval sub-command so that it supports blobs. (CVS 1473) (check-in: [b5d5f0ad71] user: danielk1977 branch: trunk, size: 39225) | |
2004-05-26
| ||
23:25 | [86daf7bf6b] part of check-in [bba6684d50] Refactoring of the vdbe Mem functions and the APIs that deal with them. The code will not compile in its current state. (CVS 1465) (check-in: [bba6684d50] user: drh branch: trunk, size: 36432) | |
16:54 | [b9386659ce] 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: 36432) | |
06:18 | [2700a35f49] 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: 36502) | |
02:04 | [a125a8b99d] part of check-in [17e7db488d] Use the new API calls more consistently. (CVS 1459) (check-in: [17e7db488d] user: danielk1977 branch: trunk, size: 36490) | |
2004-05-25
| ||
12:05 | [0b62e8df6d] 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: 36495) | |
11:47 | [0c0600409d] part of check-in [4eccae03b4] Use the new API for returning values and errors from user functions. (CVS 1453) (check-in: [4eccae03b4] user: danielk1977 branch: trunk, size: 36491) | |
2004-05-24
| ||
12:39 | [c8b511645f] 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: 36498) | |
2004-05-22
| ||
09:21 | [f241854328] 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: 36376) | |
2004-05-11
| ||
06:17 | [fbf0fac736] part of check-in [16078fe0ea] Minor changes to the vdbe so that more tests pass. (CVS 1352) (check-in: [16078fe0ea] user: danielk1977 branch: trunk, size: 36297) | |
2004-05-10
| ||
10:34 | [a38bf2263a] part of check-in [2242423e31] Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1338) (check-in: [2242423e31] user: danielk1977 branch: trunk, size: 36302) | |
2004-05-08
| ||
08:23 | [21147148e7] 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: 36267) | |
2004-05-07
| ||
17:57 | [9fe6fc0c20] part of check-in [d394b2b217] The btree.c module compiles and links and passes some tests. Many tests still fail, though. (CVS 1321) (check-in: [d394b2b217] user: drh branch: trunk, size: 36277) | |
2004-05-06
| ||
23:37 | [3a5f8192ed] part of check-in [71260ff7f7] Add code to convert between the various supported unicode encoding schemes. Untested at this point. (CVS 1315) (check-in: [71260ff7f7] user: danielk1977 branch: trunk, size: 36291) | |
2004-04-26
| ||
14:10 | [e816201db3] part of check-in [910067a200] Pager tests working. (CVS 1308) (check-in: [910067a200] user: drh branch: trunk, size: 36207) | |
2004-02-25
| ||
22:51 | [819d92d305] 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: 36170) | |
2004-02-12
| ||
20:49 | [b84dafe3a8] part of check-in [5fe8f02306] Add a new parameter to the (unimplemented) encryption API. (CVS 1234) (check-in: [5fe8f02306] user: drh branch: trunk, size: 35544) | |
2004-02-11
| ||
10:37 | [c4174ecb40] part of check-in [95989717e1] Fix the shells so that they always enable the codec if it is available, even if no key is supplied. (CVS 1226) (check-in: [95989717e1] user: drh branch: trunk, size: 35541) | |
02:18 | [735da45805] part of check-in [5200e9edc5] Pass all (relevant) regression tests when using the codec. (CVS 1223) (check-in: [5200e9edc5] user: drh branch: trunk, size: 35561) | |
2004-02-01
| ||
01:22 | [30afbb2e44] part of check-in [3c796de8d1] Fix the handling of -init option to the sqlite shell. Ticket #568. Also add hooks for encrypting the database. (CVS 1206) (check-in: [3c796de8d1] user: drh branch: trunk, size: 35566) | |
2004-01-15
| ||
02:44 | [85810fc4a8] part of check-in [72bc84f2f1] Reinsert the experimental sqlite_commit_hook() API. (CVS 1179) (check-in: [72bc84f2f1] user: drh branch: trunk, size: 34280) | |
2003-12-19
| ||
12:32 | [dcd18d1f0d] part of check-in [b1890a5b9c] Remove a comma at the end of an enum definition. Some compilers could not deal with it. (CVS 1140) (check-in: [b1890a5b9c] user: drh branch: trunk, size: 32716) | |
02:52 | [7425d6980a] part of check-in [b36a4bb610] Add new thread-testing code and fix locking under Linux threads. Ticket #530. (CVS 1137) (check-in: [b36a4bb610] user: drh branch: trunk, size: 32717) | |
2003-10-18
| ||
09:37 | [3efac6b586] 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: 32649) | |
2003-08-19
| ||
14:31 | [ec9e5b796b] part of check-in [c7b4c28fbc] Add the "onecolumn" method to the TCL language bindings. (CVS 1076) (check-in: [c7b4c28fbc] user: drh branch: trunk, size: 31127) | |
2003-06-06
| ||
19:00 | [d6860dcd56] part of check-in [a97dca73ae] Extend the authorization mechanism to disallow the ATTACH and DETACH commands. Ticket #340. (CVS 1010) (check-in: [a97dca73ae] user: drh branch: trunk, size: 29508) | |
2003-04-23
| ||
12:25 | [9e25f98f17] 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: 29376) | |
2003-04-22
| ||
20:30 | [1ca3b70aaa] part of check-in [c675a55041] Update the authorizer API so that it reports the database that table and indices belong to and so that it reports when actions are taken in response to a trigger. (CVS 928) (check-in: [c675a55041] user: drh branch: trunk, size: 31038) | |
2003-04-03
| ||
15:46 | [7a072c3c8b] 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: 26322) | |
2003-03-30
| ||
19:17 | [4cb0ffa863] 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: 23103) | |
2003-01-31
| ||
17:21 | [8167d40fd3] part of check-in [d93c1aeb54] The sqlite_exec() function now returns SQLITE_AUTH when authorization fails. Ticket #231. (CVS 857) (check-in: [d93c1aeb54] user: drh branch: trunk, size: 23845) | |
2002-11-04
| ||
19:32 | [9f2c00a923] part of check-in [7c8c0e7633] Add the sqlite_version() SQL function as a built-in. (CVS 777) (check-in: [7c8c0e7633] user: drh branch: trunk, size: 23456) | |
2002-09-14
| ||
13:47 | [fa646506f0] part of check-in [3f253afe15] Do not put a write lock on the main database file when writing to a temporary table. (CVS 750) (check-in: [3f253afe15] user: drh branch: trunk, size: 23255) | |
2002-09-03
| ||
19:43 | [79ceb1d009] 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: 21187) | |
2002-08-31
| ||
18:53 | [e6c6de6ce4] 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: 21138) | |
2002-07-15
| ||
20:58 | [c502819c20] part of check-in [47997d7f3a] Fix a syntax error in the tclsqlite.c file. (CVS 678) (check-in: [47997d7f3a] user: drh branch: trunk, size: 21110) | |
2002-07-11
| ||
12:18 | [ba454c5166] part of check-in [b98727246d] Turn of the reporting of datatypes in the 4th callback argument unless the SHOW_DATATYPES pragma is ON. Eliminate the NULL pointer that used to separate the beginning of datatypes from the end of column names so that the callback can test to see whether or not datatypes are provided. This is an incompatible changes, but since the prior behavior was never documented, we will let it in. (CVS 670) (check-in: [b98727246d] user: drh branch: trunk, size: 21111) | |
2002-07-10
| ||
21:26 | [f5d194f1d3] part of check-in [ff8b6f4ee8] When reporting back the datatype of columns, use the text of the datatype as it appears in the CREATE TABLE statement, if available. Also: removed the ".reindex" command from the shell. (CVS 669) (check-in: [ff8b6f4ee8] user: drh branch: trunk, size: 21026) | |
2002-07-07
| ||
17:12 | [8a6a8cf06f] part of check-in [ee86704daf] Fix for Win32: The %p format on Win32 does not prepend a "0x" as it should. (CVS 665) (check-in: [ee86704daf] user: drh branch: trunk, size: 20348) | |
2002-07-06
| ||
16:32 | [84bb86f3aa] part of check-in [00f83c2576] Prepare for the 2.5.5 release. (CVS 661) (check-in: [00f83c2576] user: drh branch: trunk, size: 20280) | |
2002-06-26
| ||
20:06 | [e932591c0b] part of check-in [9ca6368525] In the TCL interface, the "sqlite" command now always returns the address of the "sqlite*" pointer that sqlite_open() returns. It used to do this only when compiled with the SQLITE_TEST macro defined. (CVS 648) (check-in: [9ca6368525] user: drh branch: trunk, size: 20268) | |
2002-06-25
| ||
19:31 | [7bbdf1873d] part of check-in [332164d645] Add the sqlite_open_aux_file() API. (CVS 646) (check-in: [332164d645] user: drh branch: trunk, size: 20300) | |
2002-05-10
| ||
13:14 | [9300c9606a] 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: 19504) | |
2002-04-12
| ||
10:08 | [c9e9039762] 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: 19225) | |
2002-03-11
| ||
02:06 | [df847b71b2] part of check-in [9f5b241cb2] Preparing for the 2.4.0 release. (CVS 426) (check-in: [9f5b241cb2] user: drh branch: trunk, size: 18741) | |
2002-01-16
| ||
21:00 | [b9cf346e95] 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: 18639) | |
2001-11-09
| ||
13:41 | [b82e4faeae] part of check-in [84997fda33] Bug fixes. (CVS 306) (check-in: [84997fda33] user: drh branch: trunk, size: 18179) | |
2001-10-22
| ||
02:58 | [4896e07849] part of check-in [f8328a5f11] More changes for 2.0.7. (CVS 293) (check-in: [f8328a5f11] user: drh branch: trunk, size: 18096) | |
2001-10-19
| ||
16:44 | [7d205aeda4] part of check-in [8467d84fc6] Version 2.0.6 (CVS 291) (check-in: [8467d84fc6] user: drh branch: trunk, size: 15725) | |
2001-10-18
| ||
12:34 | [0b947866c8] part of check-in [22948fc685] Support for UTF-8 and ISO8859 characters in identifiers. Bug fix in the column name generator for selects (was coreing). (CVS 290) (check-in: [22948fc685] user: drh branch: trunk, size: 15609) | |
2001-09-28
| ||
17:47 | [765599686c] part of check-in [1df5386a55] Version 2.0.0 (CVS 272) (check-in: [1df5386a55] user: drh branch: trunk, size: 15428) | |
2001-09-16
| ||
00:13 | [04a35d04f0] part of check-in [4e926efe2b] Disclaimed copyright. Preparing for release 2.0. (CVS 250) (check-in: [4e926efe2b] user: drh branch: trunk, size: 14973) | |
2001-08-20
| ||
00:33 | [d328970848] part of check-in [2e6aff9802] Restore btree to the main line. (CVS 237) (check-in: [2e6aff9802] user: drh branch: trunk, size: 15528) | |
2001-07-23
| ||
14:33 | [386f502060] part of check-in [029e3a3a5d] Add ability to quote table and column names in expression. (CVS 235) (check-in: [029e3a3a5d] user: drh branch: trunk, size: 15376) | |
2001-07-01
| ||
22:12 | [7acb8887c4] part of check-in [55c89bfdd3] More BTree tests (CVS 233) (check-in: [55c89bfdd3] user: drh branch: trunk, size: 15528) | |
2001-06-22
| ||
19:15 | [af29a45cb4] part of check-in [b31c49021c] The BTree code compiles and links now, but it does not work yet. (CVS 226) (check-in: [b31c49021c] user: drh branch: trunk, size: 15468) | |
2001-04-15
| ||
00:37 | [1f2bf4691a] part of check-in [f82fa7070a] Pager is working, mostly. (CVS 211) (check-in: [f82fa7070a] user: drh branch: trunk, size: 15392) | |
2001-04-07
| ||
15:24 | [83dcbf015e] part of check-in [2507ec4061] Added new tests (CVS 206) (check-in: [2507ec4061] user: drh branch: trunk, size: 15317) | |
2001-04-06
| ||
16:13 | [8b30b01d9f] part of check-in [735d8b5c13] Check for miscompiled Tcl (CVS 204) (check-in: [735d8b5c13] user: drh branch: trunk, size: 15206) | |
2001-04-05
| ||
15:57 | [82eda60c7a] part of check-in [8390f6521a] i18n changes (CVS 201) (check-in: [8390f6521a] user: drh branch: trunk, size: 14579) | |
2001-04-03
| ||
16:53 | [f654b0399e] part of check-in [1f0197d504] Bug fixes from Oleg Oleinick (CVS 195) (check-in: [1f0197d504] user: drh branch: trunk, size: 13094) | |
2001-01-31
| ||
13:28 | [2a925e1835] part of check-in [df0ff30485] Working better with Win95. Continued work on the new db.c backend. (CVS 1714) (check-in: [df0ff30485] user: drh branch: trunk, size: 12805) | |
2000-10-19
| ||
14:59 | [178adf318e] part of check-in [8eee153078] remove the Et_AppInit() function from tclsqlite (CVS 161) (check-in: [8eee153078] user: drh branch: trunk, size: 12805) | |
2000-10-11
| ||
19:28 | [44b08b4761] part of check-in [3f0f1fa1fc] Misc cleanup. Notes on compiling for Win95. (CVS 152) (check-in: [3f0f1fa1fc] user: drh branch: trunk, size: 12792) | |
2000-09-30
| ||
22:46 | [7ccccae67f] part of check-in [7e0bacedf9] Documenting the TCL interface (CVS 149) (check-in: [7e0bacedf9] user: drh branch: trunk, size: 12809) | |
2000-09-21
| ||
13:01 | [a08428125b] part of check-in [85a4254ef0] Obj-ify tclsqlite (CVS 146) (check-in: [85a4254ef0] user: drh branch: trunk, size: 12717) | |
2000-08-17
| ||
09:50 | [89dc4ba2b5] part of check-in [897b4bc0e9] allow readonly access when write permission denied (CVS 131) (check-in: [897b4bc0e9] user: drh branch: trunk, size: 11456) | |
2000-08-04
| ||
14:56 | [b1ae6abd50] part of check-in [d53cccda4f] :-) (CVS 128) (check-in: [d53cccda4f] user: drh branch: trunk, size: 11413) | |
13:49 | [6ced80832c] part of check-in [ab9c533a3a] :-) (CVS 125) (check-in: [ab9c533a3a] user: drh branch: trunk, size: 11402) | |
2000-06-04
| ||
12:58 | [9f358618ae] part of check-in [6ea5cebf05] rework the VDBE engine. NULL is now distinct from "" (CVS 49) (check-in: [6ea5cebf05] user: drh branch: trunk, size: 8763) | |
2000-06-02
| ||
01:17 | [10c00c4602] part of check-in [52338f4ab5] :-) (CVS 34) (check-in: [52338f4ab5] user: drh branch: trunk, size: 8620) | |
2000-05-30
| ||
13:44 | [9efd29f79d] part of check-in [1bb8ee8d9f] :-) (CVS 14) (check-in: [1bb8ee8d9f] user: drh branch: trunk, size: 8617) | |
2000-05-29
| ||
20:41 | [30f4317e1f] part of check-in [1517f85243] :-) (CVS 6) (check-in: [1517f85243] user: drh branch: trunk, size: 8594) | |
14:26 | Added: [6eca1c1b87] part of check-in [6f3655f79f] initial check-in of the new version (CVS 1) (check-in: [6f3655f79f] user: drh branch: trunk, size: 7188) | |