initial import of sqlite extension
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401209
This commit is contained in:
@@ -49,6 +49,9 @@ namespace SourceMod
|
||||
DBType_Blob, /**< Raw binary data (variable length) */
|
||||
DBType_Integer, /**< 4-byte signed integer */
|
||||
DBType_Float, /**< 4-byte floating point */
|
||||
DBType_NULL, /**< NULL (no data) */
|
||||
/* --------- */
|
||||
DBTypes_TOTAL, /**< Total number of database types known */
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user