* Added competely untested MSSQLMapper

* Added the new mapper to the mapper factory
* Made choice of mapper configurable
* This means, in hteory, that we can persist avatar appearance on MSSQL as well
This commit is contained in:
lbsa71
2008-03-30 21:04:45 +00:00
parent 8aa4308097
commit f52886f8f5
5 changed files with 99 additions and 8 deletions

View File

@@ -30,6 +30,7 @@ storage_prim_inventories = true
; Avatar appearance persistence
appearance_persist = false
appearance_database = "MySQL"
appearance_connection_string = "Data Source=localhost;Database=avatar_appearance;User ID=root;Password=xxxx;pooling=false;"
; Select whether you want to use local or grid asset storage.