mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 04:50:51 +02:00
- Tuples? Nah,
- Install works w/ Oracle - Got the queries in the database acp to conform to the CS - profile acp now creates the proper alter column statement depending on the dbal git-svn-id: file:///svn/phpbb/trunk@5842 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1122,6 +1122,10 @@ if ($stage == 3)
|
||||
$sql_query = str_replace('module_name', '"module_name"', $sql_query);
|
||||
break;
|
||||
|
||||
case 'oracle':
|
||||
remove_remarks($sql_query);
|
||||
break;
|
||||
|
||||
default:
|
||||
//$sql_query = preg_replace('#\# MSSQL IDENTITY (phpbb_[a-z_]+) (ON|OFF) \##s', '', $sql_query);
|
||||
}
|
||||
|
@@ -935,6 +935,10 @@ class install_install extends module
|
||||
$sql_query = str_replace('module_name', '"module_name"', $sql_query);
|
||||
break;
|
||||
|
||||
case 'oracle':
|
||||
remove_remarks($sql_query);
|
||||
break;
|
||||
|
||||
default:
|
||||
//$sql_query = preg_replace('#\# MSSQL IDENTITY (phpbb_[a-z_]+) (ON|OFF) \##s', '', $sql_query);
|
||||
}
|
||||
|
Reference in New Issue
Block a user