diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-07 18:09:21 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-07 18:09:21 +0000 |
commit | 1db7c89df8670ef1129e172fdc8b5534f4b792d6 (patch) | |
tree | 7f0f0a8529287ba4c0e71e7648d07f6bdfd25b44 /Game/Code/Classes/UAudioDecoder_FFMpeg.pas | |
parent | 507d210257a8e92246aae9d7bfa7c62f78d104ce (diff) | |
download | usdx-1db7c89df8670ef1129e172fdc8b5534f4b792d6.tar.gz usdx-1db7c89df8670ef1129e172fdc8b5534f4b792d6.tar.xz usdx-1db7c89df8670ef1129e172fdc8b5534f4b792d6.zip |
- Introduced TStatType.
- Replaced TSQLiteTable with the new TSQLiteUniTable. The ..UniTable-version does not retrieve data at once (this feature is not needed/wanted in most cases). The major advantage of this version is a better handling of datatypes. TSQLiteTable does not handle datatypes correctly (and even crashes) if the field-types are not one of the SQLite types (e.g. an INT(12) field will crash if it accessed by FieldAsInteger, the same applies to "integer" but the upper-case version "INTEGER" works). With TSQLiteUniTable those crashes should not occur.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1228 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions