1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) - postgresql not supporting this standard. :/

- acp changes


git-svn-id: file:///svn/phpbb/trunk@5313 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-11-28 18:38:49 +00:00
parent 0dc59b9e0d
commit 6d101df7dc
23 changed files with 296 additions and 79 deletions

View File

@@ -94,14 +94,14 @@ $available_dbms = array(
'COMMENTS' => 'remove_remarks'
),
'mysqli' => array(
'LABEL' => 'MySQL 4.1.x (MySQLi)',
'LABEL' => 'MySQL 4.1.x/5.x (MySQLi)',
'SCHEMA' => 'mysql',
'MODULE' => 'mysqli',
'MODULE' => 'mysqli',
'DELIM' => ';',
'COMMENTS' => 'remove_remarks'
),
'mysql4' => array(
'LABEL' => 'MySQL 4',
'LABEL' => 'MySQL 4.x/5.x',
'SCHEMA' => 'mysql',
'MODULE' => 'mysql',
'DELIM' => ';',