TDengine/tests/script/general/parser/README.txt
Shuduo Sang d69c5977db
Test/sangshuduo/td 13408 move tests in (#10589)
* restore .gitmodules

* Revert "[TD-13408]<test>: move tests directory out"

This reverts commit 7db7bd9337.

* revert to make tests back

* immigrate file change in stand-alone repo to TDengine

* remove tests repository checkout

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-03-07 17:59:24 +08:00

27 lines
448 B
Text

This file contains a brief info about the parser test scripts directory.
The directory contains scripts for TDengine parser testing, mainly focus on syntax parsing and datatype support. The tests are organized in the way database languages are catagorized.
DML:
{
SELECT
INSERT
INTERVAL
FILL
DESCRIBE
SHOW
}
DDL:
{
CREATE DATABASE/METRIC/TABLE
DROP DATABASE/METRIC/TABLE
}
DCL:
{
CREATE ACCOUNT/USER
DROP ACCOUNT/USER
*ALTER USER PRIVILEGE
}