[odb-users] std::map<Entity, int>

Boris Kolpackov boris at codesynthesis.com
Wed Apr 15 08:23:11 EDT 2015


Hi Adnan,

Adnan RIHAN <axel50397 at gmail.com> writes:

> 1: table invoice_carts has no column named offer_id_o

FYI, a composite column name is constructed by concatenating the
composite member name and the inner member name ("o" in your case).

So the question is whether the schema that was produced by the
ODB compiler is incorrect or the mapping to an existin schema
is incorrect.

Boris



More information about the odb-users mailing list