Uh oh!
There was an error while loading. Please reload this page.
Add support of the ENUM8|ENUM16 for ClickHouse dialect - #1574
Conversation
| | Keyword::CURRENT_USER | ||
| | Keyword::SESSION_USER | ||
| | Keyword::USER | ||
| if dialect_of!(self is PostgreSqlDialect | GenericDialect) => |
There was a problem hiding this comment.
The following parts are auto-formatted by the command: cargo format.
There was a problem hiding this comment.
I wonder why it just happened now 🤔 Is it possible you are using nightly rust 🤔
git-hulk
commented
Nov 30, 2024
cc @iffyio |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
b93706e to
070d38aCompare| | Keyword::CURRENT_USER | ||
| | Keyword::SESSION_USER | ||
| | Keyword::USER | ||
| if dialect_of!(self is PostgreSqlDialect | GenericDialect) => |
There was a problem hiding this comment.
I wonder why it just happened now 🤔 Is it possible you are using nightly rust 🤔
Uh oh!
There was an error while loading. Please reload this page.
For the documentation, please refer to: https://clickhouse.com/docs/en/sql-reference/data-types/enum
77c567c to
7d4eee6Comparegit-hulk
commented
Dec 4, 2024
It seems the fmt behavior changed in the newer version. To see if @alamb has any comments. |
7d4eee6 to
db93860Compareinto update * tag 'v0.53.0' of https://github.com/apache/datafusion-sqlparser-rs: (66 commits) Run cargo fmt in derive crate Add Apache license header to spans.rs Update version to 0.53.0 and add release notes (apache#1592) Add support for ODBC functions (apache#1585) Parse `INSERT` with subquery when lacking column names (apache#1586) Support INSERT OVERWRITE INTO syntax (apache#1584) Snowflake ALTER TABLE clustering options (apache#1579) Parse Snowflake USE ROLE and USE SECONDARY ROLES (apache#1578) Add support of the ENUM8|ENUM16 for ClickHouse dialect (apache#1574) Fix displaying WORK or TRANSACTION after BEGIN (apache#1565) Support parsing optional nulls handling for unique constraint (apache#1567) Support BIT column types (apache#1577) Encapsulate CreateFunction (apache#1573) Support Databricks struct literal (apache#1542) Update comments / docs for `Spanned` (apache#1549) Support snowflake double dot notation for object name (apache#1540) `json_object('k' VALUE 'v')` in postgres (apache#1547) Increase version of sqlparser_derive from 0.2.2 to 0.3.0 (apache#1571) Support MySQL size variants for BLOB and TEXT columns (apache#1564) Rename `TokenWithLocation` to `TokenWithSpan`, in backwards compatible way (apache#1562) ...
… into sqlitedollar * 'update' of github.com:AikidoSec/datafusion-sqlparser-rs: (66 commits) Run cargo fmt in derive crate Add Apache license header to spans.rs Update version to 0.53.0 and add release notes (apache#1592) Add support for ODBC functions (apache#1585) Parse `INSERT` with subquery when lacking column names (apache#1586) Support INSERT OVERWRITE INTO syntax (apache#1584) Snowflake ALTER TABLE clustering options (apache#1579) Parse Snowflake USE ROLE and USE SECONDARY ROLES (apache#1578) Add support of the ENUM8|ENUM16 for ClickHouse dialect (apache#1574) Fix displaying WORK or TRANSACTION after BEGIN (apache#1565) Support parsing optional nulls handling for unique constraint (apache#1567) Support BIT column types (apache#1577) Encapsulate CreateFunction (apache#1573) Support Databricks struct literal (apache#1542) Update comments / docs for `Spanned` (apache#1549) Support snowflake double dot notation for object name (apache#1540) `json_object('k' VALUE 'v')` in postgres (apache#1547) Increase version of sqlparser_derive from 0.2.2 to 0.3.0 (apache#1571) Support MySQL size variants for BLOB and TEXT columns (apache#1564) Rename `TokenWithLocation` to `TokenWithSpan`, in backwards compatible way (apache#1562) ...
For the documentation, please refer to:
https://clickhouse.com/docs/en/sql-reference/data-types/enum