aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/MySQLDialect/001_AssetStore.sql (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-10/+0
* Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
2009-02-19* Apply http://opensimulator.org/mantis/view.php?id=3151Justin Clarke Casey1-1/+1
* Fixes NHibernate overflow exception when saving some objects (under at least PostgreSQL 8.3) * Thanks Tommil!
2009-02-13Remove extra ID field from asset DB mapping. Mantis #3122, fixes Mantis #3080.Mike Mazur1-1/+0
2009-02-09Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-0/+1
* Updated migration scripts and hbm.xml so that nhibernate tests work.
2009-01-12Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke1-15/+10
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.
2008-06-18add mysql migrations for nhibernate driverSean Dague1-10/+11
2008-06-16I really didn't expect that one to work out of the box, but just managedSean Dague1-2/+2
to get NHibernate + MySQL + Assets working.
2008-06-16fix nhibernate driver so that it starts (based on the appearanceSean Dague1-1/+1
changes it wouldn't come up). include embedded dialect specific sql files for nhibernate migrations figure out how to get the raw db connection so that migrations can work with nhibernate. create initial migration for NHibernate + SQLite + Assets.
2008-06-16futzing around on the NHibernate side again trying to connectSean Dague1-0/+14
migrations into it.