You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pguyot In JSX you can pass a pre_encode and post_decode function to the encoder/decoder for custom behaviour. I imagine similar callbacks could be passed in the list of options to simple_query/extended_query
For example,
Decoding
null
toundefined
when decoding from Postgres and encodingundefined
tonull
.The text was updated successfully, but these errors were encountered: