Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file src/db.c version 7e577017c0
|
2016-08-23
| ||
| 01:41 | Better default sort orders for columns on the /uvlist check-in: 401d9b2937 user: drh tags: trunk | |
| 01:37 | In the /uvlist, do not link to deleted files. check-in: d8b0489b81 user: drh tags: trunk | |
| 01:22 | Improved origin tracking for unversioned files. Show Admin/Setup users the rcvid and allow them to see the originating IP address and to delete unversioned files. Update the rcvfrom table viewer to include unversioned file entries. check-in: 8972aae720 user: drh tags: trunk | |
|
2016-08-22
| ||
| 21:10 | Create a valid rcvfrom entry when adding unversioned content from the command-line. check-in: 7deeb51511 user: drh tags: trunk | |
| 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: 06aec61111 user: drh tags: trunk | |
| 02:22 | Slightly improve clarity of the db_database_slot() function. Closed-Leaf check-in: a12d712203 user: mistachkin tags: omit-db_name | |