C++ ORM and Query Builder for PostgreSQL.
Go to file
Tomasz Sowa d78aa325d3 fixed: prepare_to_select() should initialize 'model' but it was initialized only in select() 2021-04-08 17:19:52 +02:00
samples changed the way how the table name is set in a Model - added prepare_table() method 2021-03-11 12:22:37 +01:00
src fixed: prepare_to_select() should initialize 'model' but it was initialized only in select() 2021-04-08 17:19:52 +02:00
.gitignore Added flag has_primary_key_set to Model 2021-03-09 18:10:34 +01:00