Adding PIVOT as MSSQL reserved word

This commit is contained in:
stronk7
2006-10-28 23:11:57 +00:00
parent be310ffda8
commit e8e5f86657
@@ -489,7 +489,7 @@ class XMLDBmssql extends XMLDBgenerator {
'load', 'max', 'min', 'mirrorexit', 'national', 'nocheck', 'nonclustered',
'not', 'null', 'nullif', 'of', 'off', 'offsets', 'on', 'once', 'only', 'open',
'opendatasource', 'openquery', 'openrowset', 'openxml', 'option', 'or', 'order',
'outer', 'over', 'percent', 'perm', 'permanent', 'pipe', 'plan', 'precision',
'outer', 'over', 'percent', 'perm', 'permanent', 'pipe', 'pivot', 'plan', 'precision',
'prepare', 'primary', 'print', 'privileges', 'proc', 'procedure', 'processexit',
'public', 'raiserror', 'read', 'readtext', 'reconfigure', 'references',
'repeatable', 'replication', 'restore', 'restrict', 'return', 'revoke',