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

merge-requests/55/head
Lee Rowlands 2019-08-13 07:11:12 +10:00
parent 593813261d
commit 6d2e353be1
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 3 additions and 3 deletions

View File

@ -65,9 +65,9 @@ class Connection extends DatabaseConnection {
'localtime', 'localtimestamp', 'natural', 'not', 'notnull', 'null', 'offset',
'on', 'only', 'or', 'order', 'outer', 'over', 'overlaps', 'placing',
'primary', 'references', 'returning', 'right', 'select', 'session_user',
'similar', 'some', 'symmetric', 'table', 'then', 'to', 'trailing', 'true',
'union', 'unique', 'user', 'using', 'variadic', 'verbose', 'when', 'where',
'window', 'with',
'similar', 'some', 'symmetric', 'table', 'tablesample', 'then', 'to',
'trailing', 'true', 'union', 'unique', 'user', 'using', 'variadic', 'verbose',
'when', 'where', 'window', 'with',
];
/**