Login
History of src/sqlite3.c of 0ab8c75c499f558f
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file src/sqlite3.c at check-in 0ab8c75c499f558f

2024-08-16
20:00
Update sqlite3.c/h to current upstream trunk versions. file: [c02497fdd3] check-in: [6ece2a8500] user: stephan branch: trunk, size: 9117632
2024-04-16
03:37
Renamed src/sqlite3.c → extsrc/sqlite3.c. Move sqlite3.c/h from src to extsrc in prep for further configuration options for specifying which sqlite3.c (primarily for SEE support). file: [c7f50b0606] check-in: [ff9c41a8dd] user: stephan branch: trunk, size: 8745258
2023-05-17
02:20
Update to sqlite3 trunk (pre-3.43, a few checkins after 3.42.0). file: [c7f50b0606] check-in: [21063409f6] user: stephan branch: trunk, size: 8745258
2023-04-19
02:33
Latest upstream sqlite3. file: [e9de05db82] check-in: [a26e462b9c] user: stephan branch: no-common-ancestor, size: 8712960
2022-06-25
19:10
Updated sqlite3 to 3.39.0. file: [76cdc3b6ca] check-in: [a37ccdd6f3] user: stephan branch: trunk, size: 8544646
2022-05-12
08:38
Pulled in sqlite3 3.39. file: [a810b28dc1] check-in: [ea6ff4fd5f] user: stephan branch: trunk, size: 8530736
2022-05-03
03:32
Updated builtin sqlite3 to 3.38.3. file: [ddf19dd162] check-in: [dfc693fdb8] user: stephan branch: trunk, size: 8463917
2021-10-06
14:53
Latest upstream sqlite3 amalgamation. file: [128cdbdfdf] check-in: [dfcc431208] user: stephan branch: trunk, size: 8349203
2021-02-21
16:52
Ported in fsl_search_doc_touch() from fossil and call it at the appropriate points in the crosslinking steps, but it's disabled because one of the queries mysteriously fails with 'SQL logic error' when run from this context (but works fine in the fossil shell). Some more char-to-bool conversions. file: [99f2669b4f] check-in: [5a3d4bceb3] user: stephan branch: trunk, size: 8250042
2021-02-07
13:39
Updated sqlite3 for C99-ism fix. Removed sqlite3ext.h. file: [0d4d167b61] check-in: [601041d827] user: stephan branch: trunk, size: 8239694
10:32
Updated build for newer gcc and sqlite3.c, in prep for a potential upcoming effort of getting the hashing bits updated for fossil v2. file: [488ade5133] check-in: [451d0b8a9b] user: stephan branch: trunk, size: 8239608
2016-01-28
12:29
sqlite3 version 3.10.0. file: [b92ca988eb] check-in: [99efd91396] user: stephan branch: trunk, size: 6526615
2015-05-13
21:16
update sqlite 3.8.10.1 file: [85e4e1c08c] check-in: [050fc789ce] user: bch branch: trunk, size: 5548722
2014-11-04
19:49
Update to final SQLite 3.8.7.1 (with additional MinGW compile fix [f45641c753], re-applied. file: [02717329d2] check-in: [8f94f69a86] user: jan.nijtmans branch: trunk, size: 5385148
2014-10-20
17:09
sqlite3ext.h should not have been included unconditionally -- it is specific to dlls where host app provides sqlite impl. sqlite3ext.h needed to be added to repo, nonetheless, for some configurations. As such, sqlite3.h,.c were updated to be consistent with that file version (and also the final released version of 3.8.7) file: [56dcf5e931] check-in: [0ab8c75c49] user: dave branch: feech-versionedsettingsupport, size: 5384741
2014-10-02
08:41
Make sqlite compile on MinGW (already reported upstream but not yet handled) file: [cd7015181b] check-in: [f45641c753] user: jan.nijtmans branch: trunk, size: 5381469
2014-10-01
14:01
merged in dave's branch, patched a couple compile errors revealed by --no-debug config option, fixed a couple c99'isms. file: [f2e3fd6049] check-in: [c3a138fac0] user: stephan branch: trunk, size: 5381444
2014-06-11
11:38
Latest sqlite file: [c41a90b77b] check-in: [9e162ffa9a] user: jan.nijtmans branch: trunk, size: 5239398
2014-05-01
13:21
Unbreak Cygwin build: sqlite3.c: In function ‘winRandomness’: sqlite3.c:36567:25: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] if( sizeof(SYSTEMTIME)<=nBuf-n ){ Still to be reported upstream. file: [3ca882564d] check-in: [e6411df9b4] user: jan.nijtmans branch: trunk, size: 5176099
2014-04-04
14:05
Upgrade to SQLite 3.8.4.3 (retaining the SQLITE_MAX_MMAP_SIZE bug-fix which - unfortunately - didn't appear in the official version yet) file: [981a421091] check-in: [7318c5a4d2] user: jan.nijtmans branch: trunk, size: 5176056
2014-03-27
10:39
Upgrade to SQLite 3.8.4.2 (retaining the SQLITE_MAX_MMAP_SIZE bug-fix which - unfortunately - didn't appear in the official version yet) file: [b32041e1c8] check-in: [39121d2e23] user: jan.nijtmans branch: trunk, size: 5176057
2014-03-14
10:47
Unbreak Cygwin build (broken by [2de81ae7b6]) file: [f8086d9e25] check-in: [1dff0493d2] user: jan.nijtmans branch: trunk, size: 5175969
2014-03-13
14:39
Update to SQLite 3.8.4.1 file: [d5cd153505] check-in: [2de81ae7b6] user: jan.nijtmans branch: trunk, size: 5175878
2014-03-05
18:13
pulled in trunk sqlite3. file: [6c1fe6fd59] check-in: [238941ddbd] user: stephan branch: trunk, size: 5171951
2014-03-02
19:53
pulled in latest sqlite3 trunk. file: [4f21186904] check-in: [0ea9ed502f] user: stephan branch: trunk, size: 5158967
2014-02-19
20:04
since use of sqlite3BtreeSetMmapLimit() is conditional, make declaration/definition conditional too, to fix compilation warnings of unused functions. file: [0edaa20733] check-in: [a9263730f2] user: bch branch: sqlite3_repair, size: 5158782
20:00
pulled in Brad's simultaneous sqlite3 patch. Moved a script comment. file: [17dc6642f7] check-in: [7fc73c2c4a] user: stephan branch: trunk, size: 5158809
19:50
bsd build fix for sqlite3.c? file: [6489f014e3] check-in: [1cfaeaa7fd] user: stephan branch: trunk, size: 5158782
19:38
pulled in trunk sqlite3 b/c the bsd fix broke some linuxes (my hoster ;). file: [cf84383bb5] check-in: [f11a92b101] user: stephan branch: trunk, size: 5158714
2014-02-18
21:38
nbsd build errors -- remove dead sqlite3 code file: [3447aedcc9] check-in: [2a79d14fa4] user: bch branch: bch, size: 5154781
2014-02-14
09:05
Globally changes the API docs from fossil/sqlite-style '**' to Doxygen-friendly format because the extra stars hinder writability/changability and require an extra filter at the doxygen-processing level. file: [5862af1453] check-in: [a2cbd2e343] user: stephan branch: trunk, size: 5155208
2014-02-11
10:05
pulled in sqlite3 3.8.3.1 from fossil trunk. file: [8386044f2d] check-in: [19ea35490f] user: stephan branch: trunk, size: 5152398
2014-02-03
21:36
pulled in sqlite3.{c,h} from trunk b60cc11ef775. file: [cac4da2673] check-in: [8f89acc0f0] user: stephan branch: trunk, size: 5154995
2014-02-02
00:16
Added: Added sqlite3.{c,h} to the tree b/c the library now needs 3.8.3+. file: [34a3e6d247] check-in: [438eb34f5a] user: stephan branch: trunk, size: 5152266