| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
sqlite3_initialize() is. Prior to this commit such a call could segfault. (CVS 6296)
FossilOrigin-Name: 79431c58d964d6057c7f42f7c1df74f3df4493eb
|
|
|
|
|
| |
to exercise those methods. (CVS 6260)
FossilOrigin-Name: e420a3cedc7ee086a77cd719f6b9fb85415eb5f3
|
|
|
| |
FossilOrigin-Name: 663479b417fc06ba1790a544f28694f8797cee57
|
|
|
| |
FossilOrigin-Name: 7bc08bc719c2e9ca6d92d4709c0478e15fdfb131
|
|
|
|
|
| |
makes nested calls to (transaction) work more intuitively. (CVS 6101)
FossilOrigin-Name: f047758de9b499866aa4ddf16011498b12a7b963
|
|
|
|
|
| |
RELEASE commands. (CVS 6074)
FossilOrigin-Name: e49807b16f7f86d3f2290d6c1f7562f3db6330f9
|
|
|
|
|
| |
or not the amalgamation is used. (CVS 6012)
FossilOrigin-Name: d8e8c7e51c09dc4e4d7e45ba1866c78713d6f5aa
|
|
|
|
|
| |
check-in (6007). Additional casts for compiler warnings. (CVS 6011)
FossilOrigin-Name: 258722b6178f60eaccef1675aab3edc456d413a5
|
|
|
|
|
|
| |
guaranteed to never overflow an integer. Additional explicit casts to
avoid nuisance warning messages. (CVS 6007)
FossilOrigin-Name: c872d554930ecf221ac2be5f886d5d67bb35288c
|
|
|
| |
FossilOrigin-Name: ec01bd72ee875df179c680c1a40304d2f807fe38
|
|
|
| |
FossilOrigin-Name: de473efb35ffdf9a8222a70a84dfd7d3198c87c1
|
|
|
|
|
|
| |
Use strcmp() instead of sqlite3StrICmp() in the "copy" method of the SQLite
object in the TCL interface. (CVS 5735)
FossilOrigin-Name: a88606245760eaf8054d67773db7d8b795e8ca25
|
|
|
| |
FossilOrigin-Name: b31dd1e3f1d927b9236b7ebeb331268cbd253083
|
|
|
|
|
|
| |
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)
FossilOrigin-Name: 5aa5b8044a14f59559c1839dc0799b0d2f990809
|
|
|
|
|
| |
(CVS 5670)
FossilOrigin-Name: d9e826942673ad048d611c014bfbee39ab5535c8
|
|
|
| |
FossilOrigin-Name: f2f361a5e2fb81fb0f99e83ecf8bae9a750723b1
|
|
|
| |
FossilOrigin-Name: bdeefe37602f8b0cd7c63a8c1e52de319cc51bea
|
|
|
|
|
| |
or ROLLBACK associated with the transaction method. Ticket #3336. (CVS 5618)
FossilOrigin-Name: 7e1032ab0031ba535f37b6338a3ac81cb1449d76
|
|
|
|
|
| |
protected by an internal mutex. (CVS 5387)
FossilOrigin-Name: 7e58b78712420b3bd4320192a58d89eb71eecc9c
|
|
|
| |
FossilOrigin-Name: 262baee9952b28afe5dc77eb7365ebb11a480906
|
|
|
| |
FossilOrigin-Name: 59568844e774dbe89fd20bbc8f49a3665cc54717
|
|
|
|
|
| |
Ticket #3056. (CVS 5015)
FossilOrigin-Name: cce8deae2d556916e2817e0cb9748dceb162085d
|
|
|
|
|
| |
capabilities. (CVS 4977)
FossilOrigin-Name: d9a6b653d3cb608610f13d2492fe9b3887acb3b9
|
|
|
| |
FossilOrigin-Name: 6f07968ec4c9d773a852ecc8343df416d17af2a4
|
|
|
| |
FossilOrigin-Name: 046a98a8c88be7389c1571a819ccf1907a3f7217
|
|
|
|
|
| |
nul-terminator. (CVS 4915)
FossilOrigin-Name: 24c3ebc0c5c53c234516d16dce761d713fb29578
|
|
|
|
|
| |
conditional compilation in tclsqlite.c. (CVS 4885)
FossilOrigin-Name: 801a0e3c9972c1fc9f55a9c55cd0ff19fd79fa37
|
|
|
|
|
|
| |
test file named test_func.c. Use sqlite3_auto_extension() to make sure
the test functions appear in every database connection. (CVS 4883)
FossilOrigin-Name: e90c4cc8a89838161f218739bc821126e247498c
|