'DB error: invalid operation: invalid column name' when using schemaless insert
Open
Nobody has claimed this yet.
bug
- Dominant language
- C
- Stars
- 25.1k
- Forks
- 5k
- Avg merge
- 4d 59m
- Merged PRs (30d)
- 7
Description
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:
- Use example from https://docs.tdengine.com/reference/connectors/node/#schemaless-writing
- change one
field_key/column_nameto camel case e.g. voltage ==> supplyVoltage - query column supplyVoltage
Screenshots
Environment:
TDengine running in Kubernetes lilke described ==> https://docs.tdengine.com/operation/deployment/#kubernetes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.