Skip to content

Tokenizer should be compliant with ANSI:SQL 2011 #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
andygrove opened this issue Sep 8, 2018 · 0 comments
Open

Tokenizer should be compliant with ANSI:SQL 2011 #17

andygrove opened this issue Sep 8, 2018 · 0 comments

Comments

@andygrove
Copy link
Member

This is a large issue that needs to be broken out into smaller issues. The current tokenizer is quite simplistic and needs to be improved to be compliant with section 5 of this specification:

https://jakewheat.github.io/sql-overview/sql-2011-foundation-grammar.html#_5_lexical_elements

@andygrove andygrove added this to the Milestone 2 milestone Oct 6, 2018
quodlibetor pushed a commit to quodlibetor/sqlparser-rs that referenced this issue Nov 6, 2019
serprex pushed a commit to serprex/sqlparser-rs that referenced this issue Nov 6, 2023
* Multiple Eventhubs

To support multiple subscriptions and namespaces we will allow a new peer type called EventHubGroup.

```sql
CREATE PEER customer_1 FROM EVENTHUB WITH (
  subscription_id = 'my-sub-id',
  resource_group = 'my-rg',
  namespace = 'my-ns',
  location = 'eastus',
  metadata_db = '...'
);

CREATE PEER customer_2 FROM EVENTHUB WITH (
  ...
);

CREATE PEER eventhub_group_1 FROM EVENTHUBGROUP WITH (
  customer_1,
  customer_2
)
```

* adds test for eh group

---------

Co-authored-by: Amogh-Bharadwaj <[email protected]>
jmhain added a commit to jmhain/sqlparser-rs that referenced this issue Mar 15, 2024
[maint] merge changes from v0.44.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant