Describe the bug
The new postgresql plugin does not render hstore fields. It actually show them as containing null in both the Console and table view
To Reproduce
In a database with the hstore plugin is installed:
create temp table test (id integer, values hstore);
insert into test values (1, '"s156"=>"1", "s314"=>"2", "s400"=>"2", "s406"=>"2", "s407"=>"1", "s408"=>"1", "s409"=>"1", "s411"=>"2", "s413"=>"1", "s414"=>"1", "s415"=>"1", "s416"=>"2", "v027908"=>"1", "v032866"=>"1", "v033833"=>"1", "comment"=>"This is a test"');
select *, values::text
from test
OS Version
Fedora 44
Tabularis Version
v.0.23.0
Relevant Log Output
Describe the bug
The new postgresql plugin does not render hstore fields. It actually show them as containing null in both the Console and table view
To Reproduce
In a database with the hstore plugin is installed:
create temp table test (id integer, values hstore);
insert into test values (1, '"s156"=>"1", "s314"=>"2", "s400"=>"2", "s406"=>"2", "s407"=>"1", "s408"=>"1", "s409"=>"1", "s411"=>"2", "s413"=>"1", "s414"=>"1", "s415"=>"1", "s416"=>"2", "v027908"=>"1", "v032866"=>"1", "v033833"=>"1", "comment"=>"This is a test"');
select *, values::text
from test
OS Version
Fedora 44
Tabularis Version
v.0.23.0
Relevant Log Output