PostgreSQL GUI client
Find a file
eelke 6313a5a918 Made behaviour of getAsArray versions and getAsVector more consistent.
The version `void getAsArray(I insert_iter, NullHandling nullhandling = NullHandling::Throw) const`
used the nullhandling param to also throw an error when the whole array is NULL however as
empty arrays are often saved as NULL values and the distinction is often not important
I decided that behaviour was more annoying then useful. You can easily use null() if the
distinction is important.

getAsArrayOfOptional and getAsVector completely forgot to check for NULL value
getAsVector also didn't test for empty strings which appears to be possible
2018-11-17 19:25:57 +01:00
core Added remember option to password dialog. 2018-11-15 19:24:29 +01: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 The codegen now can properly lookup array types. 2018-11-17 09:47:50 +01:00
pglablib Change default type for generating pgLab code to QString 2018-11-17 10:16:48 +01:00
pgsql Made behaviour of getAsArray versions and getAsVector more consistent. 2018-11-17 19:25:57 +01:00
src Builds on windows again 2017-11-26 13:07:21 +01:00
tests Codegen now supports the database column type in the field template. 2018-11-17 10:14:31 +01: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 Added listing of triggers for selected table (not completely finished). 2018-10-07 19:40:06 +02:00
pglabAll.pro Adjusted project files for new boost version. 2018-09-18 20:24:54 +02:00
readme.md Lot of password related changes all over the place. 2018-11-04 11:44:40 +01:00