mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 02:27:55 +08:00
Debian patch 110-export-csv-null
This commit is contained in:
@@ -205,8 +205,8 @@ main(int argc, char **argv)
|
|||||||
if (j>0) {
|
if (j>0) {
|
||||||
fprintf(stdout,delimiter);
|
fprintf(stdout,delimiter);
|
||||||
}
|
}
|
||||||
if (insert_statements && !bound_lens[j]) {
|
if (!bound_lens[j]) {
|
||||||
print_col("NULL",0,col->col_type, quote_char, escape_char);
|
print_col(insert_statements?"NULL":"",0,col->col_type, quote_char, escape_char);
|
||||||
} else {
|
} else {
|
||||||
print_col(bound_values[j], quote_text, col->col_type, quote_char, escape_char);
|
print_col(bound_values[j], quote_text, col->col_type, quote_char, escape_char);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user