mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-07 04:30:24 +00:00
Change tag and policy names to ObjectName
(#1892)
This commit is contained in:
parent
239e30a97c
commit
942d747d89
5 changed files with 53 additions and 21 deletions
|
@ -7884,7 +7884,7 @@ impl<'a> Parser<'a> {
|
|||
}
|
||||
|
||||
pub(crate) fn parse_tag(&mut self) -> Result<Tag, ParserError> {
|
||||
let name = self.parse_identifier()?;
|
||||
let name = self.parse_object_name(false)?;
|
||||
self.expect_token(&Token::Eq)?;
|
||||
let value = self.parse_literal_string()?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue