Hi Roland,
One the tables I work with has a field named "ref".
Because the tables structs inherit from table_t and table_t have a member fonction called ref, I have compilation error on
db(insert_into(my_table).set(my_table.ref = something))
How would you deal with that ?
Best regards,
Matthieu