hugsql

richiardiandrea 2021-02-11T23:42:35.015200Z

Hi again! does anyone here know how to cast (as in Postgres cast) a data type that has been passed as :i* ?

curtis.summers 2021-02-12T16:12:09.015300Z

Can you even do that in SQL? Cast an identifier? (or , list of identifiers?)

richiardiandrea 2021-02-12T18:31:49.015500Z

well right, I was more talking about params 😄 so basically I need to get to ?::jsonb in Postgresql