mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
boolean default patch from Nirgal Vourgère
This commit is contained in:
parent
b2b00f98d1
commit
3280842de1
@ -750,8 +750,8 @@ generate_table_schema(FILE *outfile, MdbCatalogEntry *entry, char *namespace, gu
|
||||
}
|
||||
else
|
||||
fputs(defval, outfile);
|
||||
done = 1;
|
||||
}
|
||||
done = 1;
|
||||
}
|
||||
if (!done && col->col_type == MDB_BOOL)
|
||||
/* access booleans are false by default */
|
||||
|
Loading…
Reference in New Issue
Block a user