| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Sorry, something went wrong.
DROP DATABASE accepts the same SYNC and NO DELAY modifiers as DROP TABLE, but only parseDropStmt handled them, so these were rejected: DROP DATABASE IF EXISTS test_db SYNC DROP DATABASE IF EXISTS test_db ON CLUSTER akvorado SYNC Reuse tryParseModifier, which DROP TABLE and DROP USER already share.
| Back | FazBrowse Home | New Git URL |
DROP DATABASE accepts the same SYNC and NO DELAY modifiers as DROP
TABLE, but only parseDropStmt handled them, so these were rejected:
DROP DATABASE IF EXISTS test_db SYNC
DROP DATABASE IF EXISTS test_db ON CLUSTER akvorado SYNC
Reuse tryParseModifier, which DROP TABLE and DROP USER already share.