mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
changed GArray to GPtrArray for MdbColumn list. completed mdb_bind_column() stuff
This commit is contained in:
@@ -76,7 +76,7 @@ typedef struct {
|
||||
unsigned int kkd_rowid;
|
||||
int num_props;
|
||||
GArray *props;
|
||||
GArray *columns;
|
||||
GPtrArray *columns;
|
||||
} MdbCatalogEntry;
|
||||
|
||||
typedef struct {
|
||||
@@ -86,7 +86,7 @@ typedef struct {
|
||||
int num_rows;
|
||||
int num_pgs;
|
||||
int first_data_pg;
|
||||
GArray *columns;
|
||||
GPtrArray *columns;
|
||||
} MdbTableDef;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user