llmhyy / microbat

A feedback-based debugger for interactively recommending suspicious step in buggy program execution.
54 stars 15 forks source link

Improving DB verification #217

Open dingyuchen opened 3 years ago

dingyuchen commented 3 years ago

Currently, verification step only checks if a table name that matches the DDL file name exists in the database. We can try to improve it to make sure that all attributes are also properly declared, so that the user does not have to drop all tables manually.