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
When trying to use the snippets from the wiki, if you select from database using the "In" query, you get the following error: Invalid get index 'in' (on base: 'Dictionary')
To Reproduce
Make a blank project with the addon, and run the example snippet:
A proper request being made to the supabase servers
System information
OS: Windows 10
Version of supabase-js: -
Version of Node.js: 18.16.1
Additional context
This is an "easy" fix, I've traced the problem to the "match_filter" function (query.gd:165), where the filter string is lowercase "in" instead of "In".
However, before commiting a PR I want to test the other commands (and maybe others have tried and tested them)
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
When trying to use the snippets from the wiki, if you select from database using the "In" query, you get the following error:
Invalid get index 'in' (on base: 'Dictionary')
To Reproduce
Make a blank project with the addon, and run the example snippet:
Expected behavior
A proper request being made to the supabase servers
System information
Additional context
This is an "easy" fix, I've traced the problem to the "match_filter" function (query.gd:165), where the filter string is lowercase "in" instead of "In".
However, before commiting a PR I want to test the other commands (and maybe others have tried and tested them)
The text was updated successfully, but these errors were encountered: