aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/MySQLDialect (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-04* Check in another patch from http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-0/+32
* This allows removal of the old NHiberate.Mapping.Attributes.dll * Also add in the files I forgot about last time. Doh!
2008-12-02* Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-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)
2008-12-01* Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵Justin Clarke Casey1-2/+2
for now.
2008-12-01* From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby1-2/+2
MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks!
2008-07-23few additional fixed to get prim inventory up on nhibernateSean Dague1-1/+0
2008-07-23add primitems migration for nhibernateSean Dague1-0/+27
2008-07-17terrain is close to working, but I still end up at the bottom of the seaSean Dague1-1/+1
right now.
2008-07-17first pass at Terrain implementationSean Dague1-0/+9
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.
2008-06-18add mysql migrations for nhibernate driverSean Dague3-10/+136
2008-06-16I really didn't expect that one to work out of the box, but just managedSean Dague1-0/+14
to get NHibernate + MySQL + Assets working.