summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb_mapping.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-08 03:05:37 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-08 03:24:08 +0100
commitc5f027b4d0ad0490b0fb86c7a6331222a8165e7e (patch)
treeb8811c9b22e0137b5121cb36fd5c3a2cb66fbfd0 /database/eurephiadb_mapping.h
parent882ac228dc561c2eac588e424c7449176021b392 (diff)
downloadeurephia-c5f027b4d0ad0490b0fb86c7a6331222a8165e7e.tar.gz
eurephia-c5f027b4d0ad0490b0fb86c7a6331222a8165e7e.tar.xz
eurephia-c5f027b4d0ad0490b0fb86c7a6331222a8165e7e.zip
Added possibility to also set NULL values in UPDATE
Diffstat (limited to 'database/eurephiadb_mapping.h')
-rw-r--r--database/eurephiadb_mapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/eurephiadb_mapping.h b/database/eurephiadb_mapping.h
index fc12072..e6f1134 100644
--- a/database/eurephiadb_mapping.h
+++ b/database/eurephiadb_mapping.h
@@ -24,7 +24,7 @@
#ifndef EUREPHIADB_MAPPING_H
# define EUREPHIADB_MAPPING_H
-typedef enum eDBfieldType_e { ft_UNDEF, ft_INT, ft_STRING, ft_DATETIME, ft_PASSWD } eDBfieldType;
+typedef enum eDBfieldType_e { ft_UNDEF, ft_INT, ft_STRING, ft_DATETIME, ft_PASSWD, ft_SETNULL } eDBfieldType;
typedef struct _eDBfieldMap_s {
int tableid;