Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'DB error: invalid operation: invalid column name' when using schemaless insert #28666

Open
patmcquade opened this issue Nov 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@patmcquade
Copy link

Bug Description
When trying to query a column with camel case column name it results in an error DB error: Invalid column name:

To Reproduce
Steps to reproduce the behavior:

  1. Use example from https://docs.tdengine.com/reference/connectors/node/#schemaless-writing
  2. change one field_key/column_name to camel case e.g. voltage ==> supplyVoltage
  3. query column supplyVoltage

Screenshots
image

Environment:
TDengine running in Kubernetes lilke described ==> https://docs.tdengine.com/operation/deployment/#kubernetes

image

@patmcquade patmcquade added the bug Something isn't working label Nov 6, 2024
@patmcquade patmcquade changed the title DB error: invalid operation: invalid column name when using schemaless insert 'DB error: invalid operation: invalid column name' when using schemaless insert Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant