Skip to content
#

postgrest

Here are 92 public repositories matching this topic...

supabase
dreinon
dreinon commented Jun 18, 2022

Hi!
It turns out that since we use the str callable to convert a value to string, the output of str([True, 1, 'hi']) would be "[True, 1, 'hi']" instead of the json values '[true, 1, "hi"]'. This forces the user to convert data to string before sending it to our client instead of sending it as regular python types, which could be solved using json.dumps instead of str for this purpose.

bug good first issue

Improve this page

Add a description, image, and links to the postgrest topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the postgrest topic, visit your repo's landing page and select "manage topics."

Learn more