Issue #3074157 by Mixologic: Escape "tablesample" for postgres 9.5 compatibility
							parent
							
								
									593813261d
								
							
						
					
					
						commit
						6d2e353be1
					
				| 
						 | 
				
			
			@ -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',
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue