mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-02 12:27:09 +08:00
Added support for MDB_BOOL, MDB_MONEY, MDB_BYTE, MDB_SDATETIME
This commit is contained in:
@@ -103,7 +103,8 @@ int opt;
|
||||
col=g_ptr_array_index(table->columns,j);
|
||||
if (quote_text &&
|
||||
(col->col_type==MDB_TEXT ||
|
||||
col->col_type==MDB_MEMO)) {
|
||||
col->col_type==MDB_MEMO ||
|
||||
col->col_type==MDB_SDATETIME)) {
|
||||
fprintf(stdout,"%s\"%s\"",delimiter,bound_values[j]);
|
||||
} else {
|
||||
fprintf(stdout,"%s%s",delimiter,bound_values[j]);
|
||||
|
||||
Reference in New Issue
Block a user