Modified pretty printer to display nicer queries generated by our db search.

This commit is contained in:
Michal Čihař
2004-05-11 09:42:37 +00:00
parent 06b78de508
commit fe962c55fc
2 changed files with 6 additions and 2 deletions

View File

@@ -1652,7 +1652,6 @@ if ($is_minimum_common == FALSE) {
// These reserved words do NOT get a newline placed near them.
$keywords_no_newline = array(
'AND',
'AS',
'ASC',
'DESC',
@@ -1660,10 +1659,11 @@ if ($is_minimum_common == FALSE) {
'HOUR',
'INTERVAL',
'IS',
'LIKE',
'NOT',
'NULL',
'ON',
'OR'
'REGEXP'
);
$keywords_no_newline_cnt = 12;