C++ ORM and Query Builder for PostgreSQL.
Go to file
Tomasz Sowa de4abeb91c added to Finder: methods eq() and similar with table_name as an argument
Finder<ModelClass> & eq(const wchar_t * table_name, const wchar_t * field_name, const FieldValue & field_value)
Finder<ModelClass> & eq(const wchar_t * table_name, int table_index, const wchar_t * field_name, const FieldValue & field_value)
and similar for neq(), lt(), gt(), le(), ge() and in()
2021-05-13 19:32:31 +02:00
samples make depend 2021-04-09 17:50:23 +02:00
src added to Finder: methods eq() and similar with table_name as an argument 2021-05-13 19:32:31 +02:00
.gitignore Added flag has_primary_key_set to Model 2021-03-09 18:10:34 +01:00