[GH-ISSUE #75] Wrong SQL generated for DROP TABLE case #191

Open
opened 2026-03-07 20:42:00 +03:00 by kerem · 0 comments
Owner

Originally created by @tinwonda on GitHub (Mar 27, 2018).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/75

If the table does not exist in one database. The DROP TABLE SQL is the expected result but DBDiff has generated wrong syntax DELETE FROM `table` WHERE;.
Could you check that, please?

Originally created by @tinwonda on GitHub (Mar 27, 2018). Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/75 If the table does not exist in one database. The ```DROP TABLE``` SQL is the expected result but DBDiff has generated wrong syntax ```DELETE FROM `table` WHERE;```. Could you check that, please?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DBDiff#191
No description provided.