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
- Remove incorrect 'await' statements from result.all() and result.first() calls
- These methods are synchronous and return data directly after await session.exec(stmt)
- Update alert box to reflect correct synchronous nature of result methods
- Preserve correct async patterns for session operations (execute, commit, delete, refresh)
Fixes 5 instances of incorrect await usage in async database examples
Co-Authored-By: [email protected] <[email protected]>
0 commit comments