Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor: eliminate more debug Console.WriteLines, convert one to logging instead | Justin Clark-Casey (justincc) | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 2010-04-30 | 1 | -8/+10 |
| | | | | | | | this seems the least evil way forward since mono 2.6 and later will see increasing usage, and this only works with what was SQLiteNG MAC USERS WILL NEED TO CHANGE REFERENCES TO "OpenSim.Data.SQLite.dll" to "OpenSim.Data.SQLiteLegacy.dll" in OpenSim.ini and config-include/StandaloneCommon.ini (if using standalone) See the OpenSim.ini.example and StandaloneCommon.ini.example files for more details This commit also temporarily changes unsigned ParentEstateID values in the OpenSim.Data.Tests to signed temporarily, since the new plugin enforces creation of signed fields in the database (which is what the SQL actually specifies). And change data columns in sqlite is a pita. | ||||
* | SQLite connector for UserAccounts and Auth works. Yey! | Diva Canto | 2010-02-21 | 1 | -5/+11 |
| | |||||
* | Reverted SQLite/SQLiteGenericTableHandler to what it was + singleton. | Diva Canto | 2010-02-20 | 1 | -6/+6 |
| | |||||
* | SQLite connector better, but access to tables still doesn't work. | Diva Canto | 2010-02-20 | 1 | -6/+10 |
| | |||||
* | Added UserAccountData and auth to the SQLite connector. Compiles, runs, but ↵ | Diva Canto | 2010-02-20 | 1 | -4/+11 |
| | | | | access to these tables doesn't work. | ||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2010-02-03 | 1 | -3/+1 |
| | |||||
* | Sqlite framework and generic handler. They compile. More I cannot say. | Melanie | 2010-01-04 | 1 | -0/+253 |