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
Fixed a bug in the setup() method where database query results weren't being properly awaited. The code now correctly separates the execution of the SQL query from fetching the results, making it more robust when working with asynchronous database connections (#1294)