C++ ORM and Query Builder for PostgreSQL.
Go to file
Tomasz Sowa 7bef1d5ead added support for PT::Space as a field in a Model
methods before_field_value_string() and after_field_value_string() moved
from DbExpression and JsonExpression to BaseExpression and made virtual
and now methods before_field_value(const std::wstring &) and after_field_value(const std::wstring &)
(and the rest of them with string arguments) can be removed from DbExpression, PostgreSqlExpression and JsonExpression
2021-03-11 18:40:32 +01: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 added support for PT::Space as a field in a Model 2021-03-11 18:40:32 +01:00
.gitignore Added flag has_primary_key_set to Model 2021-03-09 18:10:34 +01:00