mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge remote-tracking branch 'Noxwizard/ticket/10352' into develop-olympus
* Noxwizard/ticket/10352: [ticket/10352] Add missing break for Oracle's sql_table_drop()
This commit is contained in:
commit
3801101f3b
1 changed files with 1 additions and 0 deletions
|
@ -1956,6 +1956,7 @@ class phpbb_db_tools
|
|||
$statements[] = "DROP SEQUENCE {$row['referenced_name']}";
|
||||
}
|
||||
$this->db->sql_freeresult($result);
|
||||
break;
|
||||
|
||||
case 'postgres':
|
||||
// PGSQL does not "tightly" bind sequences and tables, we must guess...
|
||||
|
|
Loading…
Add table
Reference in a new issue