aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/MySQLDialect/001_RegionStore.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Apply http://opensimulator.org/mantis/view.php?id=3185idb2009-02-201-0/+1
| | | | | | * Fixes NHibernate problem where prim contents show as textures * Thanks Tommil!
* * Apply http://opensimulator.org/mantis/view.php?id=3151Justin Clarke Casey2009-02-191-1/+0
| | | | | | | * Fixes NHibernate overflow exception when saving some objects (under at least PostgreSQL 8.3) * Thanks Tommil!
* Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke2009-01-121-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.
* Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke2009-01-111-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.
* fix RegionStore creation so that the .sql file worksSean Dague2008-07-161-1/+1
|
* made SOP have a blank setter for 2 convenience properties.Sean Dague2008-07-161-9/+6
| | | | | | | Got RegionStore mapping to the point that nhibernate would start, though definitely not complete
* work in progress on nhibernateSean Dague2008-07-161-2/+33
|
* added new ParentUUID property to map out from SOP.Sean Dague2008-07-151-0/+51
Updated some nhibernate parts, started in on migration.