Skip to content

Conversation

@leo-altertable
Copy link
Contributor

Hi! This is my first contribution to duckdb-rs. Thanks for maintaining the library!

Summary:

This PR adds 11 missing LogicalTypeId enum variants to bring the Rust bindings in sync with the DuckDB C API types.

Added types:

  • Invalid (0)
  • Bit (29)
  • TimeTZ (30)
  • UHugeint (32)
  • Array (33)
  • Any (34)
  • Bignum (35)
  • SqlNull (36)
  • StringLiteral (37)
  • IntegerLiteral (38)
  • TimeNs (39)

This ensures complete coverage of all logical types available in libduckdb-sys 1.4.2.

Please let me know if you'd like any changes or if there's anything I should adjust!

@mlafeldt
Copy link
Member

Thanks! Merging as part of #629

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants