NumbersStationAI / DuckDB-NSQL

DuckDB NSQL Model
Apache License 2.0
202 stars 10 forks source link

local example generates sql it cannot parse #3

Open jrozentur opened 5 months ago

jrozentur commented 5 months ago

The sql is: 'ALTER TABLE taxi ADD COLUMN test STRUCT<a:INT, b:DOUBLE>' duckdb.duckdb.ParserException: Parser Error: syntax error at or near "<" LINE 1: ALTER TABLE taxi ADD COLUMN test STRUCT<a:INT, b:DOUBLE>

jrozentur commented 5 months ago

duckdb==0.9.2