On Thu, Sep 11, 2014 at 11:05 PM, Philip Bennefall <[email protected]> wrote:
> Ah, sweet. To be safe I am going to enable foreign key constraints before > I do it, as well. If I do mess something up in the process, e.g. there is > in fact some reference to that user somewhere even though I doubt it, how > likely is Fossil to detect this and complain? > To elaborate just a bit: users are a bit special in fossil in that they're only ever referenced by their string name, and if that name doesn't exist in the user table then (aside from _possibly_ some minor cosmetic bugs) "no big deal." AFAIR Fossil never complains about missing users, but it can hypothetically do things like create a link to a name which no longer exists in the user table. Since your user never actually created any changes, that won't be a (hypothetical) problem for you. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

