Fork me on GitHub
#hugsql
<
2021-02-11
>
richiardiandrea23:02:35

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

curtis.summers16:02:09

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

richiardiandrea18:02:49

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