C++ ORM and Query Builder for PostgreSQL.
Go to file
Tomasz Sowa 2f72bd29ec fixed: has_primary_key_set was always set to false in Model::insert()
and this prevented to insert a model which had a primary key set by hand
2021-05-21 22:36:04 +02:00
samples namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
src fixed: has_primary_key_set was always set to false in Model::insert() 2021-05-21 22:36:04 +02:00
.gitignore Added flag has_primary_key_set to Model 2021-03-09 18:10:34 +01:00