Tests/datetime curd (#371)
* Initialize the timezone configuration. * Log the error when initialize failed. * Add tests about datetime type crud. * Add newline. * Add reserved keyword time test cases. * Add wrong value insert. * Support time type. * Format the query string. * Add datetime keyword test cases. Co-authored-by:cpw <13495049+CPWstatic@users.noreply.github.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
Showing
- .linters/cpp/checkKeyword.py 1 addition, 0 deletions.linters/cpp/checkKeyword.py
- src/parser/parser.yy 14 additions, 1 deletionsrc/parser/parser.yy
- src/parser/scanner.lex 1 addition, 0 deletionssrc/parser/scanner.lex
- src/parser/test/ParserTest.cpp 31 additions, 25 deletionssrc/parser/test/ParserTest.cpp
- src/parser/test/ScannerTest.cpp 6 additions, 0 deletionssrc/parser/test/ScannerTest.cpp
- src/util/SchemaUtil.cpp 12 additions, 11 deletionssrc/util/SchemaUtil.cpp
- tests/common/nebula_test_suite.py 6 additions, 0 deletionstests/common/nebula_test_suite.py
- tests/maintain/test_tag_edge.py 13 additions, 13 deletionstests/maintain/test_tag_edge.py
- tests/query/v2/test_basic_type_crud.py 133 additions, 0 deletionstests/query/v2/test_basic_type_crud.py
Please register or sign in to comment