The Wayback Machine - https://web.archive.org/web/20220327145735/https://github.com/topics/tsdb
Skip to content
#

tsdb

Here are 90 public repositories matching this topic...

Aries-Lee1991
Aries-Lee1991 commented Dec 16, 2021

In https://github.com/taosdata/TDengine/blob/develop/src/client/src/tscPrepare.c, Local variable loopCont is assigned only once, to a constant value, making it effectively constant throughout its scope. If this is not the intent, examine the logic to see if there is a missing assignment that would make loopCont not remain constant.

So the 1567th line should be removed.
![image](https://user-im

good first issue
questdb
amunra
amunra commented Mar 22, 2022

Describe the bug

Currently keys written to server.conf go undetected.

This means that not only typos go undetected, but lack of validation is a risk during version migration as settings that used to apply in a previous version have no effect in a newer one without warning -- even if new settings are supposed to be used.

To reproduce

  • Create a key with a typo.
  • Watch the QuestDB
Good first issue

Improve this page

Add a description, image, and links to the tsdb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tsdb topic, visit your repo's landing page and select "manage topics."

Learn more