Skip to content

Commit e84c844

Browse files
solontseviffyio
andauthored
let the parser be permissive
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent 9d68a56 commit e84c844

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4663,7 +4663,6 @@ impl<'a> Parser<'a> {
46634663
} else if self.parse_keyword(Keyword::CONNECTOR) {
46644664
self.parse_create_connector()
46654665
} else if self.parse_keyword(Keyword::SERVER)
4666-
&& dialect_of!(self is PostgreSqlDialect | GenericDialect)
46674666
{
46684667
self.parse_pg_create_server()
46694668
} else {

0 commit comments

Comments
 (0)