News

Hi @Alain-Barrette and @fabrice-etanchaud , If I understand the situation correctly, this drop table happens when QBC is trying to create views? I see in the relevant create_or_replace_view macro we ...
General rules of <drop table statement> in the SQL Standard say that only constraint must be dropped with CASCADE clause. I'll take a look on it later, most likely we have other problems in this area.