mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20: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
|
else
|
||||||
fputs(defval, outfile);
|
fputs(defval, outfile);
|
||||||
|
done = 1;
|
||||||
}
|
}
|
||||||
done = 1;
|
|
||||||
}
|
}
|
||||||
if (!done && col->col_type == MDB_BOOL)
|
if (!done && col->col_type == MDB_BOOL)
|
||||||
/* access booleans are false by default */
|
/* access booleans are false by default */
|
||||||
|
|||||||
Reference in New Issue
Block a user