lancedb/lancedb

Make sure `col()` handlings camelCase column names

Open

#3,211 opened on Mar 31, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)HTML (876 forks)batch import
good first issue

Repository metrics

Stars
 (10,303 stars)
PR merge metrics
 (Avg merge 2d 17h) (82 merged PRs in 30d)

Description

Make sure col() can be used on camelCase and other column names. May need to require wrapping in backticks or some other quoting character.

We should add an integration test for this.

This is most important for NodeJS, where camelCase fields are common.

Follow up from https://github.com/lancedb/lancedb/pull/3150

Contributor guide