Artifact
5ee3087a8fadd05c7218714ea541251a143c93cd:
- File
src/search.c
-
2016-08-19 00:13:01
— part of check-in
[d858f3da52]
on branch omit-db_name
— Use the new SQLITE_DBCONFIG_MAINDBNAME feature of SQLite to eliminate the
need for the db_name() hack.
(user:
drh
size: 54435)
-
2016-08-22 20:12:50
— part of check-in
[06aec61111]
on branch trunk
— 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.
(user:
drh
size: 54435)