Skip to content
Snippets Groups Projects
Verified Commit 6d2e353b authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3074157 by Mixologic: Escape "tablesample" for postgres 9.5 compatibility

parent 59381326
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -65,9 +65,9 @@ class Connection extends DatabaseConnection { ...@@ -65,9 +65,9 @@ class Connection extends DatabaseConnection {
'localtime', 'localtimestamp', 'natural', 'not', 'notnull', 'null', 'offset', 'localtime', 'localtimestamp', 'natural', 'not', 'notnull', 'null', 'offset',
'on', 'only', 'or', 'order', 'outer', 'over', 'overlaps', 'placing', 'on', 'only', 'or', 'order', 'outer', 'over', 'overlaps', 'placing',
'primary', 'references', 'returning', 'right', 'select', 'session_user', 'primary', 'references', 'returning', 'right', 'select', 'session_user',
'similar', 'some', 'symmetric', 'table', 'then', 'to', 'trailing', 'true', 'similar', 'some', 'symmetric', 'table', 'tablesample', 'then', 'to',
'union', 'unique', 'user', 'using', 'variadic', 'verbose', 'when', 'where', 'trailing', 'true', 'union', 'unique', 'user', 'using', 'variadic', 'verbose',
'window', 'with', 'when', 'where', 'window', 'with',
]; ];
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment