rfe #2822190 [structure] BOOLEAN is standard SQL

This commit is contained in:
Marc Delisle
2009-07-16 08:33:23 +00:00
parent 5927e2cc91
commit b61a1cb71f
2 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
thanks to Tomas Srnka - tomassrnka thanks to Tomas Srnka - tomassrnka
- bug [gui] Generate Password not working for 'Change Login Information', only for 'Change password' - bug [gui] Generate Password not working for 'Change Login Information', only for 'Change password'
+ [lang] Arabic update, thanks to Meno25 - meno25 + [lang] Arabic update, thanks to Meno25 - meno25
+ rfe #2822190 [structure] BOOLEAN is standard SQL
3.2.1.0 (not yet released) 3.2.1.0 (not yet released)
- bug #2799009 Login with ipv6 IP address breaks redirect - bug #2799009 Login with ipv6 IP address breaks redirect

View File

@@ -2473,7 +2473,7 @@ $cfg['ColumnTypes'] = array(
'REAL', 'REAL',
'-', '-',
'BIT', 'BIT',
'BOOL', 'BOOLEAN',
'SERIAL', 'SERIAL',
), ),
@@ -2629,7 +2629,7 @@ if ($cfg['ShowFunctionFields']) {
'DOUBLE' => 'FUNC_NUMBER', 'DOUBLE' => 'FUNC_NUMBER',
'REAL' => 'FUNC_NUMBER', 'REAL' => 'FUNC_NUMBER',
'BIT' => 'FUNC_NUMBER', 'BIT' => 'FUNC_NUMBER',
'BOOL' => 'FUNC_NUMBER', 'BOOLEAN' => 'FUNC_NUMBER',
'SERIAL' => 'FUNC_NUMBER', 'SERIAL' => 'FUNC_NUMBER',
'DATE' => 'FUNC_DATE', 'DATE' => 'FUNC_DATE',