initial import of sqlite extension

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401209
This commit is contained in:
David Anderson
2007-07-29 01:15:31 +00:00
parent 2f3c518eb1
commit 9f6a67ba17
82 changed files with 70359 additions and 0 deletions
+3
View File
@@ -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 */
};
/**