Skip to content

[Bug]: HSTORE support in new postgreSQL plugin #68

Description

@mccuskk

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions