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
fix: Add defensive database validation in RLM system
Prevents 'this.db.exec is not a function' errors by:
1. Validating database instance has required exec() method
2. Testing database connectivity with simple query
3. Providing clear error messages for debugging
0 commit comments