This commit is contained in:
eelke 2017-02-11 08:08:50 +01:00
parent c2e201f813
commit f51105bde0
114 changed files with 92 additions and 0 deletions

5
src/pgtype.cpp Normal file
View file

@ -0,0 +1,5 @@
#include "pgtype.h"
#include "PgsqlConn.h"
PgType::PgType() = default;