mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +08:00
Export REPID as string & use char(38) in mysql
This commit is contained in:
committed by
Jean-Michel Vourgère
parent
eaa9af89c3
commit
04b6cf5232
@@ -25,8 +25,8 @@
|
||||
#undef MDB_BIND_SIZE
|
||||
#define MDB_BIND_SIZE 200000
|
||||
|
||||
#define is_quote_type(x) (x==MDB_TEXT || x==MDB_OLE || x==MDB_MEMO || x==MDB_DATETIME || x==MDB_BINARY)
|
||||
#define is_binary_type(x) (x==MDB_OLE || x==MDB_BINARY)
|
||||
#define is_quote_type(x) (x==MDB_TEXT || x==MDB_OLE || x==MDB_MEMO || x==MDB_DATETIME || x==MDB_BINARY || x==MDB_REPID)
|
||||
#define is_binary_type(x) (x==MDB_OLE || x==MDB_BINARY || x==MDB_REPID)
|
||||
|
||||
static char *escapes(char *s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user