This commit is contained in:
eelke 2017-12-16 21:43:51 +01:00
parent 8f1ba8130c
commit 1fe7d3c56d
8 changed files with 410 additions and 4 deletions

View file

@ -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 +=