Marc Bonnici
c950f5ec8f
utils/postgres: Fix formatting
2019-07-19 16:36:11 +01:00
Marc Bonnici
d87025ad3a
output_processors/postgres: Fix empty iterable
...
In the case of an empty iterable an empty string would be returned
however this was not an valid value so ensure that the brackets are
always inserted into the output.
2019-07-19 16:36:11 +01:00
Marc Bonnici
0426a966da
utils/postgres: Relocate functions to retrieve schema information
...
Move the functions to retrieve schema information to general utilities to
be used in other classes.
2018-12-07 09:55:17 +00:00
Marc Bonnici
64f7c2431e
utils/postgres: Rename postgres_covert to house more general methods
...
Rename the postgres_covert file to allow for place more general postgres
utility functions.
2018-12-07 09:55:17 +00:00