[Opensim-dev] database architecture

SignpostMarv Martin opensim at signpostmarv.name
Thu Jan 31 16:59:50 UTC 2008


One of my pet peeves is annoying database architecture- using
varchar(255) for a UUID filed which is supposed to only ever be filled
with 36 character length strings (and never multi-byte characters
either), meaning it should be char(36).

Assuming I can modify the database architecture without OpenSim
complaining about it, how would I go about submitting the changes to be
used in distribution ?



More information about the Opensim-dev mailing list