Add DROP or OR REPLACE in DDL
Open
- Dominant language
- Python
- Stars
- 485
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
DDLs should generate DROP VIEW, etc (may be commented out) before CREATE VIEW or change to CREATE OR REPLACE VIEW. Same apply to other objects.
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named in the issue. Locate the DDL generation entry point and existing coverage for views and other objects, then determine whether the expected behavior is commented DROP statements or CREATE OR REPLACE statements and verify each affected object type.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100