aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/DBGuids.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+1
|
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
|
* Add copyright headers.Jeff Ames2010-09-121-1/+28
|
* Binary Guids are 16 chars long. Fix parser.Melanie2010-05-181-1/+1
|
* Added DBGuids.cs (static func DBGuid.FromDB()AlexRa2010-05-191-0/+44
This DBMS-independent function to be used converting UUIDs from whatever format used in the DB (string/binary/Guid). This is mostly needed for MySQL, as in MSSQL they are always UNIQUEIDENTIFIERs and in SQLite always strings (but would look better if we use it there anyway).