issues
search
ak-coram
/
cl-duckdb
Common Lisp CFFI wrapper around the DuckDB C API
https://github.com/ak-coram/cl-duckdb/blob/main/README.org
MIT License
36
stars
1
forks
source link
Investigate supporting more types for binding static tables
#43
Open
ak-coram
opened
1 year ago
ak-coram
commented
1 year ago
Basic candidates are:
[X] HUGEINT
[ ] BLOB (see
https://github.com/duckdb/duckdb/discussions/7977
)
[x] DATE
[ ] DECIMAL (see
https://github.com/duckdb/duckdb/issues/7979
)
[x] TIMESTAMP
[x] TIMESTAMP WITH TIME ZONE
[ ] INTERVAL
[x] TIME
[x] UUID
[ ] ENUM
[ ] BITSTRING
Basic candidates are: