Skip to content

Commit

Permalink
Add new types for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Jan 9, 2025
1 parent 8cedbe8 commit ade360f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion duckdb-api.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,10 @@
(:duckdb-union 28)
(:duckdb-bit 29)
(:duckdb-time-tz 30)
(:duckdb-timestamp-tz 31))
(:duckdb-timestamp-tz 31)
(:duckdb-any 34)
(:duckdb-varint 35)
(:duckdb-sqlnull 36))

(defun get-ffi-type (duckdb-type)
(ecase duckdb-type
Expand Down

0 comments on commit ade360f

Please sign in to comment.