-
I have a use case able to create the databases independently of the tenant.
My requirements are for the user on the landlord app to be able to create databases and assign them a name, then create t…
-
-
As part of #70, we planned to have a separate type system on the physical layer and the logical layer. While the former deals with low-level types like u32 or floats, the latter deals with more abstra…
-
### Describe the bug
Parsing error when a function contain an IF statement
### Steps to reproduce
I was trying to write a global function where a 'user' can set themself a 'achievement'
```SQL
…
-
add test cases to catch all potential differences.
create grid of output comparing the two
-
### Steps to reproduce
```sql
DEFINE TABLE person SCHEMAFULL;
DEFINE FIELD info ON person TYPE object;
CREATE person:me CONTENT {info: {hello: 123}};
```
the last CREATE statement returns:
…
-
Value currently only has a to_string method.
As far as i understand thats more meant as some sort of "debug" function to just print whats inside the value.
I guess it might be a good idea to add mor…
-
Studio is a great tool for quickly plotting or looking at data. It could be cool to support opening mcap files where the message data contains JSON but the user did not bother to specify a schema (i.e…
-
版本3.0.1.5,集群
java驱动版本3.0.2
使用influxdb schemaless line
测试数据:S_root_1589790298655502338_127_0_0_1_102_ZJDYCPSS2_V28,tname=Z_root_1589790298655502338_127_0_0_1_102_ZJDYCPSS2_V28,location=root_15897902…
-
https://github.com/taosdata/taosadapter/blob/a2e99207d58c2d845f4af420ff2ef82b6540920c/controller/rest/stmt.go#L537
没有类似下面的代码 响应 ws的请求。
```
resp := &StmtExecResp{
Action: STMTExec,
R…