aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/MySQLDialect (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Check in another patch from http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey2008-12-041-0/+32
| | | | | | | * This allows removal of the old NHiberate.Mapping.Attributes.dll * Also add in the files I forgot about last time. Doh!
* * Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey2008-12-021-2/+2
| | | | | | | | | * This patch gets NHibernate working *** PLEASE NOTE: This patch now requires the libmono-oracle2.0-cil library to be installed on Ubuntu (to stop the System.Data.Oracle missing failure) *** * Not sure what the dependency is on other distros. Adding this info to http://opensimulator.org/wiki/Build_Instructions would be most welcome * Adds Castle.* libraries that were missing last time (note, dlls have been added from http://downloads.sourceforge.net/nhibernate/NHibernate-2.0.1.GA-bin.zip)
* * Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵Justin Clarke Casey2008-12-011-2/+2
| | | | for now.
* * From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby2008-12-011-2/+2
| | | | | | | MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks!
* few additional fixed to get prim inventory up on nhibernateSean Dague2008-07-231-1/+0
|
* add primitems migration for nhibernateSean Dague2008-07-231-0/+27
|
* terrain is close to working, but I still end up at the bottom of the seaSean Dague2008-07-171-1/+1
| | | | | | right now.
* first pass at Terrain implementationSean Dague2008-07-171-0/+9
|
* 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.
* add mysql migrations for nhibernate driverSean Dague2008-06-183-10/+136
|
* 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.