Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -1/+1 | |
2018-12-29 | change DBGSuids a bit, let it return uuid.zero in more fail cases, not ↵ | UbitUmarov | 1 | -11/+12 | |
killing region | |||||
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -1/+1 | |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2010-09-12 | Add copyright headers. | Jeff Ames | 1 | -1/+28 | |
2010-05-18 | Binary Guids are 16 chars long. Fix parser. | Melanie | 1 | -1/+1 | |
2010-05-19 | Added DBGuids.cs (static func DBGuid.FromDB() | AlexRa | 1 | -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). |