Skip to content

feat: support new Ladybug C API features#17

Merged
adsharma merged 1 commit into
mainfrom
support-new-c-api-features
May 23, 2026
Merged

feat: support new Ladybug C API features#17
adsharma merged 1 commit into
mainfrom
support-new-c-api-features

Conversation

@adsharma
Copy link
Copy Markdown
Contributor

@adsharma adsharma commented May 14, 2026

  • Added PreparedStatement#isReadOnly().
  • Added enableDefaultHashIndex constructor argument to Database.
  • Added low-level Arrow C Data Interface registration methods:
    • Connection#createArrowTableSync(...)
    • Connection#createArrowRelTableSync(...)
    • Connection#dropArrowTableSync(...)
  • Expanded parameter conversion:
    • empty lists now bind as empty LIST instead of null
    • nested nulls are typed correctly
    • mixed list/map values widen like the C API behavior
    • Map parameters bind as Ladybug MAP values
    • added lbug.json(value) for JSON-typed parameters
  • Updated TypeScript declarations and tests.

@adsharma
Copy link
Copy Markdown
Contributor Author

failures are missing 0.17.x extensions. Will be fixed after the release.

@adsharma adsharma merged commit e318e85 into main May 23, 2026
0 of 4 checks passed
@adsharma adsharma deleted the support-new-c-api-features branch May 23, 2026 19:59
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.

1 participant