Improvements in generated SQL for CREATE FUNCTION

This commit is contained in:
eelke 2018-12-22 13:52:19 +01:00
parent f692569d27
commit 1854a4bdaa
2 changed files with 40 additions and 14 deletions

View file

@ -75,6 +75,8 @@ public:
QString argListWithNames(bool multiline = false) const;
QString argSigList(const bool forScript = false) const;
QString volatility() const;
// bool isTrigger() const
// {
// return typname == wxT("\"trigger\"") || typname == wxT("trigger") || typname == wxT("event_trigger") || typname == wxT("\"event_trigger\""))