[Opensim-dev] IRegionDataStore vs IRegionData ???
AlexRa
info at adeptsql.com
Mon May 17 13:23:48 UTC 2010
Hello,
How come that MySqlRegionData and MSSQLRegionData implement IRegionData,
whereas SQLiteRegionData implements IRegionDataStore, which seem to be
two totally different interfaces? According to the git histories,
there appears to be a migration from IRegionDataStore to IRegionData,
(and MSSQL/MySQL implems of IRegionDataStore renamed to 'legacy'), but
I couldn't find any SQLite* class that implements IRegionData, and
there is still a lot more references to IRegionDataStore in the code
(such as actually initializing data plugins with that interface). Am I
missing something obvious?
Also, what is the latest agreement on naming these things? There are
names like ISomethingData, ISomethingDataPlugin and ISomethingStore
all used for different parts of the data layer, shouldn't they be
renamed in a more uniform way?
Best regards,
AlexRa
More information about the Opensim-dev
mailing list