Value::getAsArray function to parse array convert to correct type and
uses inserter to fill container. Unit tests included.
This commit is contained in:
parent
ec930218cd
commit
2ad4a2601f
3 changed files with 55 additions and 9 deletions
|
|
@ -8,12 +8,16 @@ CONFIG += qt
|
|||
|
||||
QT += core
|
||||
|
||||
QMAKE_CXXFLAGS += /std:c++17
|
||||
|
||||
INCLUDEPATH += C:\prog\include C:\Prog\include\pgsql
|
||||
|
||||
HEADERS +=
|
||||
|
||||
SOURCES += main.cpp \
|
||||
tst_Value.cpp
|
||||
tst_Value.cpp \
|
||||
tst_ArrayParser.cpp \
|
||||
tst_Pgsql_oids.cpp
|
||||
|
||||
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../pgsql/release/ -lpgsql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue