Value::getAsArray function to parse array convert to correct type and

uses inserter to fill container.

Unit tests included.
This commit is contained in:
eelke 2017-12-16 21:40:19 +01:00
parent ec930218cd
commit 2ad4a2601f
3 changed files with 55 additions and 9 deletions

View file

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