v.1.1.54310New Feature
Added ATTACH TABLE Query Without Arguments
Added the ATTACH TABLE query without arguments.Why it matters
This feature allows users to attach all detached tables at once without specifying table names individually. It simplifies database management by enabling quick reattachment of multiple tables, saving time and reducing manual effort.How to use it
To attach all detached tables in the current database, simply run the query:ATTACH TABLEThis command attaches all eligible tables without requiring any arguments.