aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/Resources/Mssql-regions.sql (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-23Removed (unused?) empty SQL files from MSSQL resource dirAlexRa1-0/+0
There was a whole bunch of these SQL files, all empty and apparently unused. Removing them is just a clean-up, if anybody has a reason for these files to be there, feel free to revert.
2008-11-15Mantis#2626: Thank you Ruud Lathrop, for a patch that cleans up MSSQL code.Homer Horwitz1-41/+0
2008-04-02whole lot more movingSean Dague1-0/+0
2008-03-02Thank you kindly, Ahzzmandius for addingCharles Krinke1-0/+1
owner_uuid support to the MSSQL data driver.
2008-02-14Update svn properties from a bar ftw. Kanpai!Jeff Ames1-40/+40
2008-02-13* Moved insertRegionRow into MSSQLGridDatalbsa711-5/+4
* Split table test and creation into table by table * Debugged table creation Sql * Added missing CreateUserFriendsTable.sql
2008-02-13* Split out MSSQLManager Test/Init into each provider.lbsa711-0/+41
* Made regions table name configurable (MSSQL only) * Added a note in ini.example pointing out that the sql resources have to change if you change table names * Removed duplicate picker method from GridData interface [Provided by openlifegrid.com]