some work in morm (select statement)

git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1079 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2018-04-15 23:00:17 +00:00
parent b1af7b8d25
commit 09f31b2803
11 changed files with 405 additions and 195 deletions

View File

@@ -43,6 +43,9 @@ namespace morm
class PostgreSQLExpression : public DbExpression
{
public:
void esc(char val, PT::TextStream & stream);
protected:
@@ -65,7 +68,6 @@ private:
void after_field_value_string();
void esc(char val, PT::TextStream & stream);
};