C++ ORM and Query Builder for PostgreSQL.
Go to file
Tomasz Sowa a1537cf8d5 BaseExpression: removed methods: put_long_field_name() and put_short_field_name()
now method put_field_name() is not making a test whether field_name is in long format
and only puts the field name (without table name),
this allows us to have a dot in the column name (field_name)
2021-05-13 00:19:22 +02:00
samples
src BaseExpression: removed methods: put_long_field_name() and put_short_field_name() 2021-05-13 00:19:22 +02:00
.gitignore