Patch from Carl for relationships

This commit is contained in:
brianb
2000-04-22 21:34:32 +00:00
parent 1980ca9694
commit a23867cd2e
6 changed files with 116 additions and 4 deletions

View File

@@ -244,6 +244,7 @@ int mdb_is_fixed_col(MdbColumn *col)
}
char *mdb_col_to_string(MdbHandle *mdb, int start, int datatype, int size)
{
/* FIX ME -- not thread safe */
static char text[256];
switch (datatype) {