.
This commit is contained in:
parent
8f1ba8130c
commit
1fe7d3c56d
8 changed files with 410 additions and 4 deletions
|
|
@ -38,7 +38,8 @@ SOURCES += Pgsql_Connection.cpp \
|
|||
Pgsql_Row.cpp \
|
||||
Pgsql_Value.cpp \
|
||||
Pgsql_Col.cpp \
|
||||
ArrayParser.cpp
|
||||
ArrayParser.cpp \
|
||||
Pgsql_oids.cpp
|
||||
|
||||
HEADERS += Pgsql_Connection.h \
|
||||
Pgsql_Params.h \
|
||||
|
|
@ -47,7 +48,8 @@ HEADERS += Pgsql_Connection.h \
|
|||
Pgsql_Value.h \
|
||||
Pgsql_declare.h \
|
||||
Pgsql_Col.h \
|
||||
ArrayParser.h
|
||||
ArrayParser.h \
|
||||
Pgsql_oids.h
|
||||
|
||||
#FORMS +=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue