feat(iotdb): 新增 Apache IoTDB 时序库连接支持

Refs #546
This commit is contained in:
Syngnat
2026-06-13 18:23:56 +08:00
parent c805b16fcd
commit f3dfffb8d1
45 changed files with 1292 additions and 45 deletions

View File

@@ -25,6 +25,7 @@ describe('applyQueryAutoLimit', () => {
'duckdb',
'clickhouse',
'tdengine',
'iotdb',
];
it.each(limitDialects)('adds generic LIMIT for %s connections', (dbType) => {