custom_zodb: drop views first
tables() method of ZMySQLDA returns also views, which are not deleted with DROP TABLE but with DROP VIEW instruction.
Showing
Please register or sign in to comment
lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours
tables() method of ZMySQLDA returns also views, which are not deleted with DROP TABLE but with DROP VIEW instruction.