Commit Graph

17002 Commits

Author SHA1 Message Date
Hui Li b73a2f7070
Merge branch 'develop' into test/TD-5369 2021-07-28 10:37:41 +08:00
Haojun Liao 80bb217e38
Merge pull request #7017 from taosdata/hotfix/apitest
fix test code issue
2021-07-28 10:33:03 +08:00
Haojun Liao 6f62e807a3
Merge pull request #7007 from taosdata/fix/TD-5474
[TD-5474]<fix> fix runtime error
2021-07-28 10:32:53 +08:00
Elias Soong 565ab2bebc
Merge pull request #7046 from taosdata/docs/Update-Latest-Feature
[TD-5072] <docs>: fix description about underscore wildcard.
2021-07-28 10:23:15 +08:00
Hui Li bdb79f5400
Merge pull request #6961 from taosdata/test/TD-5213-d
Test/td 5213 d
2021-07-28 10:17:37 +08:00
Hui Li 4e55773054
Merge pull request #7037 from taosdata/xiaoping/add_test_case
[TD-5497]<test>: add test case
2021-07-28 10:16:41 +08:00
Hui Li 8c0317fbb0
Merge pull request #7039 from taosdata/test/TD-5370
[TD-5370]<test>:new branch for test case about taosdump nano support
2021-07-28 10:15:22 +08:00
Elias Soong 0cdb7c9e71 [TD-5072] <docs>: fix description about underscore wildcard. 2021-07-27 18:08:50 +08:00
Haojun Liao 220f667042
Merge pull request #6985 from taosdata/feature/TD-5438
TD-5438
2021-07-27 18:05:43 +08:00
Haojun Liao e62c2715c9
Merge pull request #6979 from taosdata/fix/TD-5458-2
[TD-5458]<fix>:add duplicate key check for tag&field
2021-07-27 18:05:23 +08:00
Haojun Liao 715469bf74
Merge pull request #7000 from taosdata/fix/TD-5451
[TD-5451]<fix> add integer&float boundary check
2021-07-27 18:04:42 +08:00
Haojun Liao 2d9ed02c5e
Merge pull request #7008 from taosdata/fix/TD-5496
[TD-5496]<fix>: add filter length when estimate query msg size
2021-07-27 18:04:27 +08:00
Haojun Liao bf33e7ed7d
Merge pull request #7015 from taosdata/hotfix/td-5517
[TD-5517]<fix>: lowercase letters for tablename/colname and return error when apply schema failed and add traceable id in sml log
2021-07-27 18:04:18 +08:00
Haojun Liao 32c7be0d96
Merge pull request #7018 from taosdata/fix/TD-5521
[TD-5521]<fix>: [schemaless]id can only contain digits/alphabet/underscore
2021-07-27 18:02:54 +08:00
Haojun Liao 96cd039f61
Merge pull request #7029 from taosdata/fix/TD-5533
[TD-5533]<feature>:add 'ctrl+u' and 'ctrl+k' shortcut for taosshell
2021-07-27 18:02:34 +08:00
wenzhouwww 84cbdeb8a7 [TD-5370]<test>:new branch for test case about taosdump nano support 2021-07-27 15:40:24 +08:00
Elias Soong c866582971
Merge pull request #7038 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-07-27 14:50:16 +08:00
Elias Soong 7557df65ec [TD-5555] <docs>: remove arm32 official support for server side. 2021-07-27 14:49:46 +08:00
lichuang f89a8ea6d6 [TD-5554]<fix>fix memory heap runtime overflow 2021-07-27 14:33:30 +08:00
Ping Xiao 09e52f9d95 [TD-5497]<test>: add test case 2021-07-27 14:27:41 +08:00
Zhiyu Yang f734285282
[TD-5506]<hotfix>: fix NullPointerException in JDBC-RESTful (#7021)
* change jdbc version

* [TD-5506]<fix>: throw SQLException in HttpClientPoolUtil
2021-07-27 13:20:35 +08:00
Shuduo Sang 606119e3a5
add prompt msg if WAL size exceeds limit. (#7032) 2021-07-27 13:05:48 +08:00
wenzhouwww 74fa1114f3 [TD-5369]<test> change the nums of tables and insert rows! 2021-07-27 11:06:04 +08:00
lichuang dce3de680f [TD-5504]<fix>fix tsdbRestoreLastColumns run time bug:memory heap overflow 2021-07-27 10:45:53 +08:00
lichuang f5758a29da [TD-5504]<fix>fix tsdbRestoreLastColumns run time bug:memory heap overflow 2021-07-27 10:40:42 +08:00
Shuduo Sang b0b18b51dc
[TD-5543]<fix>: taosdump precision description and display. (#7030)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-27 10:19:15 +08:00
Hui Li 8e39bdd79f
Merge pull request #7027 from taosdata/test/TD-5452
[TD-5452] test case for verify modified set_tbname
2021-07-27 09:58:03 +08:00
happyguoxy 9a3e6db6a7 [TD-5213]<test>:test operator 2021-07-27 08:55:45 +08:00
Shuduo Sang ac1e16787d
Feature/sangshuduo/td 4068 taosdemo stmt (#7019)
* merge with develop branch.

change query/tests/CMakeLists.txt to allow unused function and variable.

* refactor data generating.

* refactor.

* refactor.

* refactor.

* refactor.

* refactor

* add prepare stmt function.

* refactor get rand timestamp.

* fix windows compile error.

* copy logic of generate data for stmt.

* insert data basically works now.

* fix windows compile issue.

* [TD-4068]<feature>: taosdemo stmt interface.

stb batch insert works.

* [TD-4068]<feature>: taosdemo support stmt.

normal table insert works.

* [TD-4068]<feature>: taosdemo support stmt.

interlace write works.

* add compile macro to make taosdemo same with master branch.

* fix clang compile error.

* fix memory leak.

* add more macro.

* fix rest segfault.

* add stmt_errstr() for reason print.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-27 07:59:09 +08:00
Ganlin Zhao 753135de69 [TD-5533]<feature>:add 'ctrl+u' and 'ctrl+k' shortcut for taosshell 2021-07-26 22:24:05 +08:00
Yang Zhao 2f088a0920
Update stmtTest.c 2021-07-26 19:06:56 +08:00
zhaoyanggh 92f721d537 [TD-5452] test case for verify modified set_tbname 2021-07-26 18:46:28 +08:00
Hui Li 677451536e
Merge pull request #7025 from taosdata/dev/chr
[TD-4432]<test>: add taodemo-testcase that using stmt interface
2021-07-26 18:08:34 +08:00
tomchon e0b00c0510 [TD-4432]<test>: add taodemo-testcase that using stmt interface 2021-07-26 18:06:07 +08:00
wenzhouwww c63d6f4c94 [TD-5369]<test> fulltest.sh 2021-07-26 18:00:02 +08:00
tomchon d0d044e253 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-26 17:53:11 +08:00
tomchon a88753e253 modify fulltest.sh 2021-07-26 17:43:27 +08:00
Elias Soong 5dfc8f0118 [TD-4669] <docs>: fix redundant space in timestamp. 2021-07-26 17:24:22 +08:00
Elias Soong 8fbc65c4d1
Merge pull request #7023 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-07-26 16:34:51 +08:00
Elias Soong d8cf541e50 [TD-5349] <docs>: emphasize 'INTERVAL' operator & 'TIMEZONE' setting. 2021-07-26 16:34:27 +08:00
Ganlin Zhao 9bb0b4bd93 [TD-5521]<fix>: [schemaless]id can only contain digits/alphabet/underscore 2021-07-26 16:22:38 +08:00
shenglian zhou 880aad6ec1 fix windows compilation error 2021-07-26 16:04:13 +08:00
shenglian zhou 19b9658160 add traceable id to log 2021-07-26 15:51:59 +08:00
Ganlin Zhao 8c423dd4ff [TD-5521]<fix>: [schemaless]id can only contain digits/alphabet/underscore 2021-07-26 13:09:43 +08:00
wpan 1ec384f3c1 fix test code issue 2021-07-26 13:06:05 +08:00
markswang 2f04fe063f [TD-5496]<fix>: add filter length when estimate query msg size 2021-07-26 12:55:47 +08:00
Elias Soong 93acca58c5 [TD-4098] <docs>: clarify 'IN' operator on TIMESTAMP. 2021-07-26 11:32:23 +08:00
shenglian zhou c7ea760a5d Merge branch 'hotfix/td-5517' of github.com:taosdata/TDengine into hotfix/td-5517 2021-07-26 11:02:25 +08:00
shenglian zhou 09d4fe1b5e [TD-5517]<fix>: return error when apply schema action failed 2021-07-26 11:01:43 +08:00
shenglian zhou 11dd18cff2 [TD-5520]<fix>: lowcase letters in database names and line names can be uppercase 2021-07-26 11:01:43 +08:00