mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-12-19 19:53:28 +08:00
Handle sql queries using REP_ID columns
This commit is contained in:
committed by
Evan Miller
parent
2aea0e2e41
commit
fa336fd325
@@ -254,6 +254,7 @@ mdb_test_sarg(MdbHandle *mdb, MdbColumn *col, MdbSargNode *node, MdbField *field
|
|||||||
ret = mdb_test_string(node, tmpbuf);
|
ret = mdb_test_string(node, tmpbuf);
|
||||||
break;
|
break;
|
||||||
case MDB_MEMO:
|
case MDB_MEMO:
|
||||||
|
case MDB_REPID:
|
||||||
val = mdb_col_to_string(mdb, mdb->pg_buf, field->start, col->col_type, (gint32)mdb_get_int32(field->value, 0));
|
val = mdb_col_to_string(mdb, mdb->pg_buf, field->start, col->col_type, (gint32)mdb_get_int32(field->value, 0));
|
||||||
//printf("%s\n",val);
|
//printf("%s\n",val);
|
||||||
ret = mdb_test_string(node, val);
|
ret = mdb_test_string(node, val);
|
||||||
|
|||||||
Reference in New Issue
Block a user