Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-04-23 | get region prim saving working properly in SQLiteNG | Justin Clark-Casey (justincc) | 1 | -10/+13 | |
it wasn't working because of debug work that I'd forgotton to take out | |||||
2010-04-23 | dispose of the DbCommand used to execute migrations after we've finished ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
with it rather than within the loop disposing of it within the loop causes Mono.Data.Sqlite.dll to get upset, and it's the wrong behaviour anyway | |||||
2010-04-23 | put SQLiteNG classes in their own namespace to avoid confusion | Justin Clark-Casey | 12 | -12/+12 | |
2010-04-23 | minor: correct the assembly information for SQLiteNG | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
2010-04-23 | Change SQLiteNG to work with mono 2.6 and above using the Mono.Data.Sqlite.dll | Justin Clark-Casey (justincc) | 16 | -429/+236 | |
Include the library so that Windows builds correctly It appears that Windows is okay with either SQLite or SQLiteNG Incorporate the latest fixes made by Diva to OpenSim.Data.SQLite | |||||
2010-04-23 | Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will ↵ | Justin Clark-Casey (justincc) | 61 | -0/+6341 | |
shortly be changed to work under mono 2.6 and above |