aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/MySQLDialect/001_RegionStore.sql (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-169/+0
* Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
2009-02-20* Apply http://opensimulator.org/mantis/view.php?id=3185idb1-0/+1
* Fixes NHibernate problem where prim contents show as textures * Thanks Tommil!
2009-02-19* Apply http://opensimulator.org/mantis/view.php?id=3151Justin Clarke Casey1-1/+0
* Fixes NHibernate overflow exception when saving some objects (under at least PostgreSQL 8.3) * Thanks Tommil!
2009-01-12Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke1-84/+166
Cleaned up schema creation scripts of MySQL to compliant form and created SQLite scripts from them. In future it would be optimal if scripts from different databases could be generated from MySQL scripts to ensure optimal consistency between schemas of different databases. Did not yet review column names. ID columns seem to have variety in naming which can be confusing.
2009-01-11Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke1-36/+44
Fixed all NHibernate unit tests by implementing missing persistency methods, tables, columns and fixing bugs in the existing implementation. Two minor changes to classes outside NHibernate module: Added Scene instantiation for SceneObjectGroup in OpenSim.Data.Tests.BasicRegionTest as this was required by the NHibernate persistency. In the process added also mock constructor to Scene which only populates RegionInfo in the scene which is used by ScenePart.RegionUUID. NHibernate module is still in experimental state and has not been tested at opensim region or ugaim runtime configuration. Adding unit tests to build is not yet advisable nor using NHibernate module in any production setup.
2008-07-16fix RegionStore creation so that the .sql file worksSean Dague1-1/+1
2008-07-16made SOP have a blank setter for 2 convenience properties.Sean Dague1-9/+6
Got RegionStore mapping to the point that nhibernate would start, though definitely not complete
2008-07-16work in progress on nhibernateSean Dague1-2/+33
2008-07-15added new ParentUUID property to map out from SOP.Sean Dague1-0/+51
Updated some nhibernate parts, started in on migration.