summaryrefslogtreecommitdiff
path: root/src/common/sqlite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/sqlite.h')
-rw-r--r--src/common/sqlite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/sqlite.h b/src/common/sqlite.h
index 559af38..26dbd33 100644
--- a/src/common/sqlite.h
+++ b/src/common/sqlite.h
@@ -43,6 +43,7 @@ typedef struct _bound_value
union
{
+ int32_t integer; /* Nombre sur 32 bits */
int64_t integer64; /* Nombre sur 64 bits */
char *string; /* Chaîne de caractères #1 */
const char *cstring; /* Chaîne de caractères #2 */