PostgreSQL GUI client
Find a file
eelke 0ba632afd1 The getAsArray variation that uses a default value for NULL elements crashed when the
array value itself was NULL.

Choosen to return without error adding zero elements to the list. If you really need strict NULL handling do this
using the other functions possibly checking for null before hand to choose other code path.
2018-09-19 08:45:01 +02:00
core Adjusted project files for new boost version. 2018-09-18 20:24:54 +02:00
ctk Adjusted project files for new boost version. 2018-09-18 20:24:54 +02:00
docs design docs 2018-05-20 13:44:04 +02:00
pglab Adjusted project files for new boost version. 2018-09-18 20:24:54 +02:00
pglablib Moved implementations from header to cpp. 2018-09-19 08:25:58 +02:00
pgsql The getAsArray variation that uses a default value for NULL elements crashed when the 2018-09-19 08:45:01 +02:00
src Builds on windows again 2017-11-26 13:07:21 +01:00
tests Better support for boost::optional in database layer. 2018-09-19 08:25:23 +02:00
.gitignore Basic support for update in Crud implementation, error reporting and transfering data to modified set is still missing. 2018-02-05 21:42:54 +01:00
BUILD Renamed PgsqlDatabaseCatalogue to PgDatabaseCatalogue so name is consistend 2017-08-26 11:44:40 +02:00
common.pri Adjusted project files for new boost version. 2018-09-18 20:24:54 +02:00
pglabAll.pro Adjusted project files for new boost version. 2018-09-18 20:24:54 +02:00