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
Using a WHERE EXISTS () subquery in sqlite is causing a panic. This is caused (I believe) by #2274, which added this slice access operation which is out of bounds for some reason.
As far as I can tell the playground only has the latest release, not the main branch, so I can't reproduce it on there.
Uh oh!
There was an error while loading. Please reload this page.
Version
main (
734e06ede7e68dc76e53f41727285abe5301dc69
)What happened?
Using a
WHERE EXISTS ()
subquery in sqlite is causing a panic. This is caused (I believe) by #2274, which added this slice access operation which is out of bounds for some reason.As far as I can tell the playground only has the latest release, not the main branch, so I can't reproduce it on there.
Relevant log output
Database schema
SQL queries
Configuration
Playground URL
As far as I can tell the playground only has the latest release, not the main branch, so I can't reproduce it on there.
What operating system are you using?
Linux, Windows
What database engines are you using?
SQLite
What type of code are you generating?
Go
The text was updated successfully, but these errors were encountered: