wip
This commit is contained in:
parent
0da32b916c
commit
698ccab6ab
20 changed files with 265 additions and 37 deletions
|
|
@ -45,11 +45,13 @@ SOURCES += \
|
|||
catalog/PgConstraintContainer.cpp \
|
||||
ParamListJson.cpp \
|
||||
ParamListModel.cpp \
|
||||
sqlast/BuildStandardItemTreeModelNodeVisitor.cpp \
|
||||
sqlast/ColumnDefinition.cpp \
|
||||
sqlast/CreateTable.cpp \
|
||||
sqlast/Expression.cpp \
|
||||
sqlast/Literal.cpp \
|
||||
sqlast/Node.cpp \
|
||||
sqlast/NodeVisitor.cpp \
|
||||
sqlast/SelectItem.cpp \
|
||||
sqlast/SelectList.cpp \
|
||||
sqlast/SelectStatement.cpp \
|
||||
|
|
@ -130,11 +132,13 @@ HEADERS += \
|
|||
catalog/PgConstraintContainer.h \
|
||||
ParamListJson.h \
|
||||
ParamListModel.h \
|
||||
sqlast/BuildStandardItemTreeModelNodeVisitor.h \
|
||||
sqlast/ColumnDefinition.h \
|
||||
sqlast/CreateTable.h \
|
||||
sqlast/Expression.h \
|
||||
sqlast/Literal.h \
|
||||
sqlast/Node.h \
|
||||
sqlast/NodeVisitor.h \
|
||||
sqlast/SelectItem.h \
|
||||
sqlast/SelectList.h \
|
||||
sqlast/SelectStatement.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue