PostgreSQL GUI client
Find a file
eelke a76686acfd Changed operator << for Value to explicitly call the conversion operators.
The static_cast route caused it to compile streaming into a vector but actually
generated code that would fail at runtime. This new version won't compile when the left hand
is a vector.
2017-12-20 22:07:20 +01:00
core Unit tests on PasswordManager are now much faster because the tests use a much 2017-12-16 21:42:41 +01:00
pglab Created classes for loading constraints. 2017-12-20 22:05:39 +01:00
pglablib . 2017-12-16 21:43:51 +01:00
pgsql Changed operator << for Value to explicitly call the conversion operators. 2017-12-20 22:07:20 +01:00
src Builds on windows again 2017-11-26 13:07:21 +01:00
tests More flexible array retrieval + *vector support. 2017-12-17 11:27:42 +01:00
.gitignore PgAttribute loading + ColummnTableModel 2017-12-12 20:13:53 +01:00
BUILD Renamed PgsqlDatabaseCatalogue to PgDatabaseCatalogue so name is consistend 2017-08-26 11:44:40 +02:00
pglabAll.pro Introduced new library for pglab code which I want to unit test. 2017-12-13 18:04:10 +01:00