Handle sql queries using REP_ID columns

This commit is contained in:
Nyall Dawson 2021-08-27 10:13:07 +10:00 committed by Evan Miller
parent 2aea0e2e41
commit fa336fd325

View File

@ -254,6 +254,7 @@ mdb_test_sarg(MdbHandle *mdb, MdbColumn *col, MdbSargNode *node, MdbField *field
ret = mdb_test_string(node, tmpbuf);
break;
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));
//printf("%s\n",val);
ret = mdb_test_string(node, val);