Fossil

Timeline
Login

Timeline

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

13 check-ins related to "omit-db_name"

2016-08-22
20:12
Remove the db_name() function. In its place, the SQLITE_DBCONFIG_MAINDBNAME feature of SQLite is used to ensure that the three attached databases are always exactly named "repository", "configdb" and "localdb", regardless of which is opened first or the order in which they are attached. Update to the latest 3.15 alpha of SQLite which is now required for correct operation, since SQLITE_DBCONFIG_MAINDBNAME is required. ... (check-in: 06aec611 user: drh tags: trunk)
02:22
Slightly improve clarity of the db_database_slot() function. ... (Closed-Leaf check-in: a12d7122 user: mistachkin tags: omit-db_name)
2016-08-21
02:17
Fix the code in db_open_config() that checks the current 'attachment mode' for the configuration database against the requested one. ... (check-in: 569f4b0e user: mistachkin tags: omit-db_name)
00:42
Merge test updates from trunk. ... (check-in: 5a14b783 user: mistachkin tags: omit-db_name)
00:13
Account for recent 'hr' markup changes in the th1-tcl tests. ... (check-in: 6a73034e user: mistachkin tags: trunk)
2016-08-20
18:16
Fix compilation errors when the JSON feature is enabled. ... (check-in: e2f4f1f8 user: mistachkin tags: omit-db_name)
2016-08-19
16:36
Fix the db_database_slot() routine so that it works ever if the g.db database has been closed. ... (check-in: 0c1f876e user: drh tags: omit-db_name)
16:26
Handle the "-u" option on "fossil all sync". ... (check-in: ce910a43 user: drh tags: trunk)
16:25
Handle the "-u" option on "fossil all sync". ... (check-in: 5031cb08 user: drh tags: omit-db_name)
15:25
Incorporate the version of SQLite that allows VACUUM on attached databases. ... (check-in: 80d0df05 user: drh tags: omit-db_name)
09:14
Clarification of comments on the db_set_main_schemaname() routine. ... (check-in: 81184a02 user: drh tags: omit-db_name)
00:13
Use the new SQLITE_DBCONFIG_MAINDBNAME feature of SQLite to eliminate the need for the db_name() hack. ... (check-in: d858f3da user: drh tags: omit-db_name)
2016-08-18
19:16
Fix typos in the Unversioned Content document. ... (check-in: 1a765646 user: drh tags: trunk)