Added ability to test the connection in the dialog where the connection details are entered.

This commit is contained in:
eelke 2021-07-04 16:45:50 +02:00
parent 45795333f2
commit c00a0452d1
7 changed files with 201 additions and 43 deletions

View file

@ -23,6 +23,7 @@ SOURCES += \
Pglablib.cpp \
ASyncDBConnection.cpp \
ConnectionConfig.cpp \
TestConnection.cpp \
WaitHandleList.cpp \
catalog/PgType.cpp \
catalog/PgTypeContainer.cpp \
@ -89,6 +90,7 @@ HEADERS += \
Pglablib.h \
ASyncDBConnection.h \
ConnectionConfig.h \
TestConnection.h \
WaitHandleList.h \
Win32Event.h \
catalog/PgType.h \