mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 09:50:07 +08:00
Clean up backend export logic
* Differentiate character lengths from byte lengths (see #112) * Use GNU-style indexed initializers for clarity * Remove needs_quotes since it's not used anywhere
This commit is contained in:
@@ -210,9 +210,10 @@ typedef struct mdbsargtree MdbSargNode;
|
||||
|
||||
typedef struct {
|
||||
char *name;
|
||||
unsigned char needs_length; /* or precision */
|
||||
unsigned char needs_precision;
|
||||
unsigned char needs_scale;
|
||||
unsigned char needs_quotes;
|
||||
unsigned char needs_byte_length;
|
||||
unsigned char needs_char_length;
|
||||
} MdbBackendType;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user