Remove IF NOT EXISTS from generated DDL #20

Merged
haedong merged 1 commit from development_h into development 2026-07-27 15:54:42 +09:00
Owner

Summary

  • remove IF NOT EXISTS from generated batch DDL
  • rely on application-level existing-table confirmation instead of silent create behavior

Reason

  • the application already asks the user how to handle existing tables
  • IF NOT EXISTS can make batch execution look successful while the table is unchanged

Verification

  • python3 -m compileall app
  • verified generated DDL no longer rewrites CREATE TABLE to CREATE TABLE IF NOT EXISTS
## Summary - remove IF NOT EXISTS from generated batch DDL - rely on application-level existing-table confirmation instead of silent create behavior ## Reason - the application already asks the user how to handle existing tables - IF NOT EXISTS can make batch execution look successful while the table is unchanged ## Verification - python3 -m compileall app - verified generated DDL no longer rewrites CREATE TABLE to CREATE TABLE IF NOT EXISTS
haedong merged commit ea51208163 into development 2026-07-27 15:54:42 +09:00
Sign in to join this conversation.
No reviewers
No labels
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
haedong/table_generator!20
No description provided.