Basic support for update in Crud implementation, error reporting and transfering data to modified set is still missing.
This commit is contained in:
parent
3fb32f1200
commit
d626c19e14
15 changed files with 530 additions and 83 deletions
|
|
@ -51,7 +51,8 @@ SOURCES += \
|
|||
ParamListModel.cpp \
|
||||
util.cpp \
|
||||
SqlFormattingUtils.cpp \
|
||||
PgKeywordList.cpp
|
||||
PgKeywordList.cpp \
|
||||
QueryGenerator.cpp
|
||||
|
||||
HEADERS += \
|
||||
Pglablib.h \
|
||||
|
|
@ -80,7 +81,8 @@ HEADERS += \
|
|||
util.h \
|
||||
SqlFormattingUtils.h \
|
||||
PgCatalogTypes.h \
|
||||
PgKeywordList.h
|
||||
PgKeywordList.h \
|
||||
QueryGenerator.h
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue