C++ ORM and Query Builder for PostgreSQL.
Go to file
Tomasz Sowa 9a4fd9b050 fixed: add_field_for_select from Model incorrectly escaped a field string (column name)
fixed: Finder didn't use full table name (schema.table) in "from" clause
2021-04-12 18:53:55 +02:00
samples make depend 2021-04-09 17:50:23 +02:00
src fixed: add_field_for_select from Model incorrectly escaped a field string (column name) 2021-04-12 18:53:55 +02:00
.gitignore Added flag has_primary_key_set to Model 2021-03-09 18:10:34 +01:00