dim/query
Gibheer f96f8ba4ed fix jsonb output generator
When selecting content of a jsonb field the type per default is jsonb.
But we need to proper posgres type, so that the output can be parsed
properly.
Therefore make sure that the field has the proper output operator
attached.
2021-05-07 11:35:48 +02:00
..
query.go fix jsonb output generator 2021-05-07 11:35:48 +02:00
query_test.go add a way to set attributes 2021-05-07 10:17:05 +02:00
rows.go add query interface 2021-04-28 21:05:31 +02:00