First attempt at sql engine

This commit is contained in:
brianb
2001-04-08 01:32:43 +00:00
parent 5ceaff28ce
commit 58cb55ef0a
10 changed files with 680 additions and 1 deletions

View File

@@ -159,6 +159,7 @@ typedef struct {
int num_sargs;
GPtrArray *sargs;
unsigned char is_fixed;
int query_order;
} MdbColumn;
typedef union {