Opened 17 years ago
Closed 16 years ago
#251 closed defect (fixed)
UUIDs should be generated for databases and stored.
Reported by: | Richard Boulton | Owned by: | Olly Betts |
---|---|---|---|
Priority: | normal | Milestone: | 1.1.0 |
Component: | Other | Version: | SVN trunk |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #227 | Operating System: | All |
Description
The replication code needs a uuid for a database, to identify whether two databases are the same. This code is currently generated from the timestamp at which the database was created, which is highly fragile and unsatisfactory. A proper uuid should be generated and stored in the database (possibly in the "iamchert" file) - this is a database change, so should be addressed (at least insofar as updating the format to have space for it) for 1.1.0
Change History (2)
comment:1 by , 17 years ago
Owner: | changed from | to
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in trunk r11065