Alecaddd / sequeler

SQL Client built in Vala
GNU General Public License v3.0
801 stars 66 forks source link

Add DESCRIBE to handled statements #356

Closed idest closed 3 years ago

idest commented 3 years ago

This adds a condition to the run_query_statement method to handle the DESCRIBE statement.

Thanks for all the work!