libraries/sqlparser.lib.php3:

- Cleaned up CSS creation functions
- Formatting fixes
libraries/sqlparser.data.php3:
- Added 'ANALYSE' reserved word (note spelling)
header.inc.php3:
- Added CSS for SQL Parser
libraries/common.lib.php3:
- Change of PMA_format_sql to use new SQL Parser
This commit is contained in:
Robin Johnson
2002-07-25 05:02:54 +00:00
parent 91731e157d
commit f932ee45ed
5 changed files with 133 additions and 156 deletions

View File

@@ -183,6 +183,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'AGGREGATE',
'ALL',
'ALTER',
'ANALYSE',
'ANALYZE',
'AND',
'AS',