mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
let the parser be permissive
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
parent
9d68a5663d
commit
e84c844a9d
1 changed files with 0 additions and 1 deletions
|
@ -4663,7 +4663,6 @@ impl<'a> Parser<'a> {
|
|||
} else if self.parse_keyword(Keyword::CONNECTOR) {
|
||||
self.parse_create_connector()
|
||||
} else if self.parse_keyword(Keyword::SERVER)
|
||||
&& dialect_of!(self is PostgreSqlDialect | GenericDialect)
|
||||
{
|
||||
self.parse_pg_create_server()
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue