mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-25 17:59:54 +08:00
boolean default patch from Nirgal Vourgère
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user