add FT::date_only, FT::time_only and FT::no_time_zone flags

This commit is contained in:
2022-10-22 16:29:40 +02:00
parent 38e790c2ac
commit 0ce05850b3
7 changed files with 55 additions and 19 deletions

View File

@@ -45,8 +45,6 @@ class PostgreSQLExpression : public DbExpression
{
public:
void esc(const pt::Date & date, pt::TextStream & stream, const FT & field_type);
DbExpression & page(pt::TextStream & stream, size_t page_number, size_t page_size);