Overview of triggers extended with function name and arguments.
Did a lot of refactoring on the catalog to keep things clean.
This commit is contained in:
parent
35813ae926
commit
fcb191f2cc
44 changed files with 797 additions and 404 deletions
|
|
@ -8,6 +8,9 @@ class PgConstraint;
|
|||
class PgDatabaseCatalog;
|
||||
class PgIndex;
|
||||
|
||||
QString escapeIdent(const QString &input);
|
||||
QString escapeLiteral(const QString &input);
|
||||
|
||||
bool identNeedsQuotes(QString ident);
|
||||
QString quoteIdent(QString ident);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue