aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/MySQLDialect/001_AssetStore.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Apply http://opensimulator.org/mantis/view.php?id=3151Justin Clarke Casey2009-02-191-1/+1
| | | | | | | * Fixes NHibernate overflow exception when saving some objects (under at least PostgreSQL 8.3) * Thanks Tommil!
* Remove extra ID field from asset DB mapping. Mantis #3122, fixes Mantis #3080.Mike Mazur2009-02-131-1/+0
|
* Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-091-0/+1
| | | | | | * Updated migration scripts and hbm.xml so that nhibernate tests work.
* Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke2009-01-121-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.
* add mysql migrations for nhibernate driverSean Dague2008-06-181-10/+11
|
* I really didn't expect that one to work out of the box, but just managedSean Dague2008-06-161-0/+14
to get NHibernate + MySQL + Assets working.