C++ ORM and Query Builder for PostgreSQL.
Go to file
Tomasz Sowa 0ce7578de3 fix: the way how we test if there is a connection issue
If there is a connection issue then PQexec returns a resultset now
- older versions of PostgreSQL returned null pointer.
2022-05-25 19:11:42 +02:00
samples updated samples 2021-06-24 21:14:29 +02:00
src fix: the way how we test if there is a connection issue 2022-05-25 19:11:42 +02:00
.editorconfig added .editorconfig file 2021-06-16 14:21:34 +02:00
.gitignore Added flag has_primary_key_set to Model 2021-03-09 18:10:34 +01:00