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
feat(database): add check for empty table names #80
Add a check to ensure that the list of table names is not empty before generating the SQL script. If the list is empty, set the progress indicator fraction to 1.0 and log a warning message. Also, add a new function `getAllTables()` to retrieve all table names from `actions.dasTables`.
0 commit comments