Fossil

Timeline
Login

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

31 check-ins related to "sqlite3-compat"

2017-03-06
15:32
Merge trunk ... (Closed-Leaf check-in: 4bf7e4ef56 user: jan.nijtmans tags: sqlite3-compat)
12:52
Use "auto" hash-policy for new Docker repositories ... (check-in: 3c9dc14831 user: jan.nijtmans tags: trunk)
2016-05-02
16:21
Not all headers know about SQLITE_CONFIG_EXPLAIN_COMMENTS ... (check-in: 4ba01a3758 user: jan.nijtmans tags: sqlite3-compat)
16:18
merge trunk ... (check-in: 0437cf965c user: jan.nijtmans tags: sqlite3-compat)
16:14
Update the built-in SQLite to an early beta of 3.13.0 for testing. ... (check-in: fc5f1728d5 user: drh tags: trunk)
2015-04-08
13:49
Merge trunk ... (check-in: ff571668c4 user: jan.nijtmans tags: sqlite3-compat)
12:49
Update the built-in SQLite to version 3.8.9. ... (check-in: 15e669399f user: drh tags: trunk)
2015-02-26
22:38
Merge trunk ... (check-in: 38e1ce66c7 user: jan.nijtmans tags: sqlite3-compat)
00:31
Update the built-in SQLite to the latest trunk version, as the 3.8.8.3 version contains an unused local variable and hence will not compile when -Werror is used. Add a missing space to an <input> element on the timeline submenu. ... (check-in: c3d72bd99e user: drh tags: trunk)
2015-01-28
03:34
Fix for Cygwin ACL bug ... (check-in: 4043d5ea0b user: jan.nijtmans tags: sqlite3-compat)
2015-01-27
03:34
Openssl 1.0.2 ... (check-in: 1afb9f7d9f user: jan.nijtmans tags: sqlite3-compat)
03:29
Don't forget (dummy) isaux table column. ... (check-in: 74ff0e1e41 user: jan.nijtmans tags: sqlite3-compat)
03:25
Not really take over schema change, just don't bark when the repository has a future schema. ... (check-in: aca8b6d32a user: jan.nijtmans tags: sqlite3-compat)
02:30
Cherrypick 1.31 schema-change. ... (check-in: 73069449f0 user: jan.nijtmans tags: sqlite3-compat)
02:20
The MLINK.ISAUX field was being set incorrectly by all versions since the cutover to the new MLINK schema in check-in [65aa10f97c]. Run "fossil rebuild" again after upgrading to this version. ... (check-in: a27fa3d46b user: drh tags: trunk)
2015-01-26
16:45
Add two new columns to the MLINK table. ("fossil rebuild" is not required but is highly recommended.) Use these new tables to improve the display of the history of changes to a single file. ... (check-in: 65aa10f97c user: drh tags: trunk)
2015-01-19
12:09
merge trunk ... (check-in: 6a7f73d16d user: jan.nijtmans tags: sqlite3-compat)
11:29
Version 1.30 ... (check-in: 1df1b41c86 user: drh tags: trunk, release, version-1.30)
2014-10-06
01:58
merge trunk ... (check-in: 569d3ade54 user: jan.nijtmans tags: sqlite3-compat)
00:58
Add an assert() to prove that Fossil server instances are not vulnerable to the ShellShock bug because it never shells-out while processing an HTTP request. ... (check-in: 82e30c0000 user: drh tags: trunk)
2014-10-05
23:11
Only use SQLITE_TESTCTRL_EXPLAIN_STMT/SQLITE_STMTSTATUS_VM_STEP when necessary/supported ... (check-in: 99d52b38fb user: jan.nijtmans tags: sqlite3-compat)
22:41
merge trunk ... (check-in: 4c84ee3bac user: jan.nijtmans tags: sqlite3-compat)
20:11
Update the built-in SQLite to the latest 3.8.7 beta from upstream. ... (check-in: c001fa0edf user: drh tags: trunk)
2014-06-05
08:12
Compatibility back to SQLite 3.7.17 (when configuring with --disable-internal-sqlite) ... (check-in: b6670e0545 user: jan.nijtmans tags: sqlite3-compat)
08:05
Remove the Cygwin-specific Makefile, as the option --disable-internal-sqlite has the same effect. Document this. ... (check-in: 5610dc4edf user: jan.nijtmans tags: trunk)
2014-04-21
18:41
Compatibility with SQLite 3.8.2 as external library ... (check-in: 09472e8897 user: jan.nijtmans tags: sqlite3-compat)
13:24
Update the built-in SQLite to 3.8.5 alpha, including all of the latest performance enhancements and bug fixes. ... (check-in: 88aa2e375a user: drh tags: trunk)
2014-04-10
15:16
Cherry-pick [f2ebd7e52d16891bdbf2eb423891ad007e744f61|f2ebd7e52d]: Make use of a recursive query capability (if available) to replace the compute_ancestors() function with a single query. ... (check-in: 52d8026045 user: jan.nijtmans tags: branch-1.28)
2014-01-21
17:43
merged in rss-cli. ... (check-in: 4d91004271 user: stephan tags: trunk)
11:05
Remove two SQLite version checks which no longer serve any purpose ... (check-in: 2864db3080 user: jan.nijtmans tags: trunk, sqlite3-compat)
00:38
Update the built-in SQLite to the latest 3.8.3 beta that includes support for the LEVEL pseudo-column on recursive queries. Make use of a recursive query capability and the LEVEL column to replace the compute_ancestors() function with a single query. ... (check-in: f2ebd7e52d user: drh tags: trunk)