mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Georg fixed endian issue, added support for MDB_BOOL
I (Brian) reorged data.c, added AUTHORS file
This commit is contained in:
@@ -48,6 +48,7 @@ enum {
|
||||
MDB_UNKNOWN_0B
|
||||
};
|
||||
enum {
|
||||
MDB_BOOL = 0x01,
|
||||
MDB_INT = 0x03,
|
||||
MDB_LONGINT = 0x04,
|
||||
MDB_SDATETIME = 0x08,
|
||||
@@ -96,6 +97,7 @@ typedef struct {
|
||||
char name[MDB_MAX_OBJ_NAME+1];
|
||||
int col_type;
|
||||
int col_size;
|
||||
void *bind_ptr;
|
||||
GHashTable *properties;
|
||||
} MdbColumn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user