| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
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.
FossilOrigin-Name: c83627b73285f883719845c1b9fe85f378f28dd2
|
|
|
|
|
|
|
| |
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.
FossilOrigin-Name: 60fee9574b0125705787e33c16f116cf188c8323
|
|
|
| |
FossilOrigin-Name: 05e3cced8a884e8bca6f208d2f09e335d3929eac
|
|
|
|
|
| |
SELECT statement returns zero rows.
FossilOrigin-Name: 928bcaf0f00a408e2f6c1d85dfab214457f52ad5
|
|
|
|
|
| |
sqlite3_prepare() instead of sqlite3_prepare_v2(). This helps to test the fix for bug [25ee812710].
FossilOrigin-Name: d9f7993bfa2ecb30c44455de538eb6f8a4a59087
|
|
|
| |
FossilOrigin-Name: ed2dda9329ca42e9c0be1986c78b091051e7598f
|
|
|
|
|
| |
build when SQLITE_ENABLE_FTS4 was defined.
FossilOrigin-Name: e539d08a4dda073dc67dc39a104f89374d3bd8e9
|
|
|
| |
FossilOrigin-Name: 5f6b87f420f21749aa7c72e020c50aca74890086
|
|
|
|
|
| |
populating tables with many rows of content prior to a test.
FossilOrigin-Name: 975dff155bd9db42f2b6855b24c861852bb7a201
|
|\
| |
| | |
FossilOrigin-Name: f77609d44194ee8871b3fb281ea6b90a9182f69f
|
| |
| |
| | |
FossilOrigin-Name: ea3a4ee136ff6699c3099178f0efaa8bb517715f
|
|/
|
|
|
| |
using the new xSetSystemCall interface.
FossilOrigin-Name: 0e1d20dfaeea5ab285d16aa4b8f02b61b1d2bc10
|
|
|
|
|
| |
to test modules.
FossilOrigin-Name: 7cc515edc9cade2bc6c74699b3e4153bf2b74ebb
|
|
|
|
|
| |
interpreter if SQLITE_ENABLE_ZIPVFS is defined.
FossilOrigin-Name: 430635dacfa818e8266a88214aaf60c77862de1c
|
|
|
|
|
| |
on either rollback or wal mode databases.
FossilOrigin-Name: 1a3e7417a2184188fe21c3284e58720da9ca11cf
|
|
|
| |
FossilOrigin-Name: dd4dc8a4269e23ffe0e18438690da6077e17cdad
|
|
|
| |
FossilOrigin-Name: 1d17e3dc832d789c3665e240dac5019fc4f9c18b
|
|
|
|
|
| |
implemented as a VFS wrapper.
FossilOrigin-Name: 383eb87bbf560b20682dd5be0e18ddadf762f415
|
|
|
|
|
| |
untested.
FossilOrigin-Name: 782ca3b716ee1ecb0dfb5ab6f21dfd73d41758e4
|
|
|
|
|
| |
change [b4d3e0d528c7d17fa3d05] on [2006-03-06 23:30:52].
FossilOrigin-Name: 8b2cf9d492901a65942d0e0b87c568d1539deece
|
|
|
|
|
| |
it undocumented) but remove the PackageProvide for "sqlite".
FossilOrigin-Name: 699cc6b48774be111f2e076cc1920ae79497dcea
|
|
|
|
|
| |
the "sqlite3" command.
FossilOrigin-Name: 909b3d8862aeae04611969f5fc27d32a82026767
|
|
|
| |
FossilOrigin-Name: 1f680cb37584baa106cee0544d5be63049d55858
|
|
|
| |
FossilOrigin-Name: 8eadd7b87bfe8786e0352ca14b29d1451998c02c
|
|
|
|
|
| |
in test_stat.c. Fix tclsqlite.c to build the sqlite3_analyzer again.
FossilOrigin-Name: e6cd15451d8c47bfc86d07565655920134b494fe
|
|
|
| |
FossilOrigin-Name: 86159cb3f00a380dc55be3affb01c433618f0683
|
|
|
|
|
| |
Fix problem with handling of -vfs option in tcl interface.
FossilOrigin-Name: 8f98e8b5a557db5759747f3aae5ea01fb0d1f455
|
|
|
| |
FossilOrigin-Name: c2edf8e17f874d0ca4e94b75575bf6e14eea1f05
|
|
|
|
|
|
|
| |
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.
FossilOrigin-Name: 1b14195e05fe5551992a39246ec3bcf6a33bbfac
|
|
|
| |
FossilOrigin-Name: 72663123d6be2b194cad7a6057d0f20dd0d9fe05
|
|
|
|
|
| |
wal.h.
FossilOrigin-Name: bbc385111b19071e20fe963fab814262c815b3e9
|
|
|
| |
FossilOrigin-Name: 9bda601455705475075e33bfa85687bce34b15ff
|
|\
| |
| | |
FossilOrigin-Name: e388fe8be878c80ef0bfd1699a7268cdb22cb3c6
|
| |
| |
| |
| |
| | |
demonstrates how writes to the journal file may be safely buffered by the VFS layer to improve performance on some embedded systems.
FossilOrigin-Name: af3b72d94a1b6513f02402af3ada5fb5dd390151
|
|/
|
|
|
| |
to the TCL bindings. Add some simple automatic index test cases.
FossilOrigin-Name: 1f40441204d9a912b1d6b67ff6ff9e17146c7abd
|
|
|
|
|
| |
from the amalgamation.
FossilOrigin-Name: 58113932d93926b4aa037a7487105a55f883cd0a
|
|
|
| |
FossilOrigin-Name: 0e7d29253f093d4125ede3cfc478e4bf09aef987
|
|
|
| |
FossilOrigin-Name: 01f2271e51751ff66061f65556a5e324f243756a
|
|
|
| |
FossilOrigin-Name: fc36034bdc3b21e91f24be812e103da26f5d7d5d
|
|
|
|
|
|
| |
a tclsh that contains both SQLite and MD5. The plan is to use this
augmented tclsh to help build the documentation.
FossilOrigin-Name: a024c0a85b6f2288c455a7192f6ca7a8493b621a
|
|
|
|
|
| |
automatically to queries prepared using prepare_v2().
FossilOrigin-Name: 2c50b3d5aab7cd8cc841d61f8c3b2b34d2f0b54b
|
|
|
| |
FossilOrigin-Name: 9bd6f3d8864d422fe42074688b191915b27ad8ea
|
|
|
|
|
|
| |
Tcl_NRCreateCommand() interface. The TCL gurus say this is needed to
support legacy TCL extensions.
FossilOrigin-Name: 1b3cfa01dd7fb9a48f0008f5afd974db61c30cff
|
|
|
| |
FossilOrigin-Name: e9f72f1de459a9e8380609f6bd7d4b76afb59f89
|
|
|
|
|
| |
sqlite3_initialize() correctly.
FossilOrigin-Name: 904a371c6c9d3f20332b37767b06161fa0a78113
|
|
|
|
|
| |
removes leading whitespace from SQL statements before parsing them. (CVS 6846)
FossilOrigin-Name: 983cb6924b8a7d3057718b9228c0cb2fbe7f0dc4
|
|
|
| |
FossilOrigin-Name: 47ffc4dca8f106d0da8cbc0a8ff7453016e9b40d
|
|
|
| |
FossilOrigin-Name: a43ecc9cb91ea8693e0fcce12c1bb5c5e4baf434
|
|
|
|
|
|
| |
schema content.
Ticket #3743. (CVS 6377)
FossilOrigin-Name: ea74d8dc62f5784089aa8ef098e97c505a79b176
|
|
|
| |
FossilOrigin-Name: b649a6cc5bfefddd6a04b1183647d2923e0a0daa
|