Array column value returned as string #594
Unanswered
VenkatSrinivasan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Am i right to think value from a column of type Array will be returned as String?
Say, a table has a column of type
text[]
and inserted with value['a','b']
, fetching the column value in a select returns{a,b}
Is this expected?
Will i be able to define a custom parser, taking this example,
postgres/src/types.js
Lines 10 to 15 in 4241824
Thanks
Beta Was this translation helpful? Give feedback.
All reactions