Commit 2008030
committed
Snowflake: parse NCHAR [VARYING] as a data type
NCHAR fell through to the generic Custom-type fallback, so NCHAR VARYING
parsed as Custom(NCHAR) with VARYING swallowed as a column alias, and
NCHAR VARYING(n) failed to parse. Add a dedicated NCHAR arm: VARYING
yields Nvarchar (the varying-length form), bare NCHAR keeps the existing
Custom(NCHAR) representation.1 parent 6d7f5cf commit 2008030
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13070 | 13070 | | |
13071 | 13071 | | |
13072 | 13072 | | |
| 13073 | + | |
| 13074 | + | |
| 13075 | + | |
| 13076 | + | |
| 13077 | + | |
| 13078 | + | |
| 13079 | + | |
| 13080 | + | |
| 13081 | + | |
| 13082 | + | |
| 13083 | + | |
13073 | 13084 | | |
13074 | 13085 | | |
13075 | 13086 | | |
| |||
0 commit comments