Switched away from boost::asio as it doesn't play well with libpq
This commit is contained in:
parent
6dd079bf87
commit
6bb5525d5e
13 changed files with 566 additions and 143 deletions
|
|
@ -23,6 +23,7 @@ SOURCES += \
|
|||
Pglablib.cpp \
|
||||
ASyncDBConnection.cpp \
|
||||
ConnectionConfig.cpp \
|
||||
WaitHandleList.cpp \
|
||||
catalog/PgType.cpp \
|
||||
catalog/PgTypeContainer.cpp \
|
||||
catalog/PgNamespace.cpp \
|
||||
|
|
@ -88,6 +89,8 @@ HEADERS += \
|
|||
Pglablib.h \
|
||||
ASyncDBConnection.h \
|
||||
ConnectionConfig.h \
|
||||
WaitHandleList.h \
|
||||
Win32Event.h \
|
||||
catalog/PgType.h \
|
||||
catalog/PgTypeContainer.h \
|
||||
catalog/PgNamespace.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue