C++ ORM and Query Builder for PostgreSQL.
Go to file
Tomasz Sowa c87afb40d2 use prepare_table() only with a database and not for flat strings
Model::prepare_table() will create a log: "you should provide the table name...."
and it is not needed if a Model object is used only for flat strings
2021-04-14 17:46:19 +02:00
samples make depend 2021-04-09 17:50:23 +02:00
src use prepare_table() only with a database and not for flat strings 2021-04-14 17:46:19 +02:00
.gitignore Added flag has_primary_key_set to Model 2021-03-09 18:10:34 +01:00