Commit Graph

13560 Commits

Author SHA1 Message Date
huili 9b6a1ab42f [Support using capitalized by table/db name] 2019-07-23 19:33:28 +08:00
huili 551b590b5f [modify the path of exec file] 2019-07-23 16:25:58 +08:00
huili 1caaf88c7e [Add single quotation marks to nchar fields when export to a file] 2019-07-23 15:34:36 +08:00
slguan 0015053b9e Fix the issue #156 2019-07-23 15:04:09 +08:00
huili 964e0b8dc4 [add sql and csv file for demo] 2019-07-22 18:55:23 +08:00
slguan af59bee0d2 Fix the issue #149, SParsedDataColInfo not initialized 2019-07-22 15:27:04 +08:00
slguan 52e2364de8 Fix the issue #148, failed to find the next file when the file id of the vnode is not continuous 2019-07-22 15:24:49 +08:00
Hongze Cheng 5d429ddb87 Fix issue #145 2019-07-22 14:07:38 +08:00
slguan 0bb305c6ae issue #141, also need to modify the function declaration 2019-07-22 09:53:38 +08:00
slguan 94b422154c
Merge pull request #141 from binglongx/patch-1
Update tsched.c
2019-07-22 09:51:23 +08:00
binglongx 0e0fb9cd84
Update tsched.c
fix buffer overflow and memory leak.
2019-07-21 16:00:24 -07:00
slguan 401d046b70 Fix the issue #130, reference count may have a problem 2019-07-20 17:31:34 +08:00
slguan 6788a4222c Fix the issue ##110, unsorted timestamp in one request may cause crash 2019-07-20 17:17:10 +08:00
slguan 95b157c02c Fix the issue #127, Check dead http links and close them 2019-07-20 14:52:08 +08:00
slguan 412db1ab0a Fix the issure #126, Taosd may crash while an invalid token input 2019-07-20 14:49:39 +08:00
maikebing 6617d22b7d Modify json's date to Json standard time format ISO-8601 2019-07-20 09:53:35 +08:00
Jeff Tao 6f3a448b22 fix issue #122 2019-07-19 19:10:32 +08:00
slguan 21806f647e Fix the issure #118, Change the alter tag value sql syntax 2019-07-19 19:02:59 +08:00
slguan bc6bdc1b69 Fix the issue #121, Output dataDir in the log file 2019-07-19 19:00:47 +08:00
slguan 7270de4ca2 Fix the issue #120, Set the default listening IP address to 0.0.0.0 2019-07-19 18:57:06 +08:00
slguan 9eb22a3770 Increase the comparison test between InfluxDB and TDengine 2019-07-19 16:21:20 +08:00
hjliao e5edd507bb Merge branch 'master' of http://github.com/taosdata/TDengine 2019-07-19 15:43:31 +08:00
hjliao b949b0ab32 fix issue #117 2019-07-19 15:41:59 +08:00
plum-lihui 310c5a43f5 [Modify the use of sudo commands] 2019-07-19 15:40:47 +08:00
plum-lihui 6524f9a1c4 [Modify the use of sudo commands] 2019-07-19 15:40:39 +08:00
plum-lihui c9e318301e [Modify the use of sudo commands] 2019-07-19 15:40:32 +08:00
plum-lihui 4481eab46c [Modify the use of sudo commands] 2019-07-19 15:40:20 +08:00
plum-lihui 1f4807a435 [Modify the use of sudo commands] 2019-07-19 15:40:12 +08:00
plum-lihui 11e3af220b [Modify the use of sudo commands] 2019-07-19 15:40:03 +08:00
plum-lihui e06f24448f [Modify the use of sudo commands] 2019-07-19 15:39:51 +08:00
plum-lihui 2a36659e10 [Modify the use of sudo commands] 2019-07-19 15:39:44 +08:00
plum-lihui ead54e4a5a [Modify the use of sudo commands] 2019-07-19 15:39:34 +08:00
plum-lihui c92fa53bd5 [Modify the use of sudo commands] 2019-07-19 15:39:26 +08:00
plum-lihui 38e7275be0 [Modify the use of sudo commands] 2019-07-19 15:39:15 +08:00
plum-lihui 4db1f9fa22 [Modify the use of sudo commands] 2019-07-19 15:38:59 +08:00
plum-lihui 0e0be34d44 [modify path of libtaos.so] 2019-07-19 15:37:31 +08:00
plum-lihui f664dd35a2 [modify path of libtaos.so] 2019-07-19 15:37:24 +08:00
plum-lihui 5e6012f330 [modify path of libtaos.so] 2019-07-19 15:37:18 +08:00
plum-lihui 961c95477c [issue #102] 2019-07-19 15:36:07 +08:00
plum-lihui 12b3ea1fb4 [issue #102] 2019-07-19 15:35:57 +08:00
slguan 7c744dabd6
Merge pull request #109 from plum-lihui/master
Fix the issure #102,  describe table bug when the table name use  capital letters
2019-07-18 20:18:05 +08:00
huili 74bd4086fc [issue #102] 2019-07-18 20:10:23 +08:00
slguan 136f34044b Fix the issure #103, alter table change tag bug 2019-07-18 18:55:30 +08:00
slguan 04e0600907 Fix the issue #108, limit does not have effects on the results 2019-07-18 18:40:32 +08:00
slguan 6917618198 Fix the issue #100, Change keyword stable to STable 2019-07-18 11:45:40 +08:00
slguan d3329e487c Fix the issue #99, when the http request is broken, the query does not end normally 2019-07-18 11:44:12 +08:00
slguan d63f0e7fd9 Fix issue #91, remove assert for illegal filtering conditions 2019-07-18 10:57:36 +08:00
hzcheng 932da9d53a Fix shell password issue #92 2019-07-17 20:04:44 +08:00
Jeff Tao cd01790959
Update README.md 2019-07-17 17:26:34 +08:00
slguan 84e4794024
Merge pull request #69 from plum-lihui/master
modify libtaos.so link
2019-07-16 23:45:54 +08:00