Commit Graph

6573 Commits

Author SHA1 Message Date
slguan bd3db150e5 Windows client, #51 #38 #32 #12 2019-07-26 19:15:31 +08:00
Li Cao 09fa673922 remove duplicate include in trpc.c 2019-07-26 14:16:23 +08:00
localvar b2e06d1c0b Minor improvement to 'setErrMsg'
1. code like `char msg[] = "xxxxxx"` unnecessarily copied the string to stack, changed to `const char* msg = "xxxxxx"`.
2. the 2rd argument of `setErrMsg` is changed from `char*` to `const char*`.
3. the 3rd argument of `setErrMsg` is removed as `strncpy` stops copying at the end of source string.
2019-07-26 13:42:54 +08:00
hzcheng 4dcf8d7fce
Merge pull request #192 from StoneT2000/master
Updated nodejs connector to 1.1.1
2019-07-26 13:21:04 +08:00
StoneT2000 e257c02a33 Updated nodejs connector to 1.1.1
Implemented higher level API to make it more modular
Using promises and callbacks
Argument binding is now available e.g query(select ? from ?).bind("*", "table")
2019-07-26 09:46:25 +08:00
slguan fc137df5ab Fix the issue #185 2019-07-25 18:38:00 +08:00
huili c304b17977 [validate table name when insert] 2019-07-25 17:17:12 +08:00
slguan cc8f934129
Merge pull request #177 from xwangg/master
fix #174
2019-07-25 14:19:21 +08:00
huili cfc22dec75 [fix db/table name] 2019-07-25 14:14:38 +08:00
StoneT2000 b33a647400 More documentation and added node async functionality 2019-07-25 09:23:22 +08:00
StoneT2000 96d82938a0 Updated gitignore and added some documentation and better naming
- Using _ to indicate variable/function is private and shouldn't be accessed
- Added JSDocs syntax to generate documentation
-
2019-07-25 00:08:29 +08:00
WangXin 5827e62576 fix #174 2019-07-24 17:15:55 +08:00
StoneT2000 57c45a0ee2 Added nodejs connector and example usage of nodejs 2019-07-24 14:09:45 +08:00
huili 9b6a1ab42f [Support using capitalized by table/db name] 2019-07-23 19:33:28 +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
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
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
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 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
slguan cd1117a7a2 Fix the Issue of #46, Build source code failure 2019-07-16 14:42:51 +08:00
slguan 6a1a3c2414 Modify the default proportion of the last file 2019-07-16 14:12:53 +08:00
slguan 02d1d6c525 Fix the syntax error while EPOLLWAKEUP no defined in some systems 2019-07-16 13:32:29 +08:00
slguan 75dabd02d1
Merge pull request #27 from amosbird/t2
fix left/bs for release build
2019-07-16 11:13:10 +08:00
slguan 66791ff39f Fix the bug when the stream calculation error occurs 2019-07-16 10:36:20 +08:00
slguan 76ac9464d5 The password is no longer stored in clear text, so you may need to reinstall the database 2019-07-16 10:31:43 +08:00
hzcheng 7fa03ddff2
Merge pull request #56 from plum-lihui/master
insert into multiple tables with file, return the wrong affected rows
2019-07-16 09:36:43 +08:00
hzcheng 4173a8bb51
Merge pull request #21 from amosbird/t1
Don't SEGFAULT
2019-07-16 09:35:15 +08:00
huili c9224b72da [TBASE-641] 2019-07-16 09:04:50 +08:00
Amos Bird 0084b15959 fix left/bs for release build 2019-07-15 11:17:33 +08:00
Amos Bird 5f7ee42c95 Don't SEGFAULT 2019-07-15 10:07:59 +08:00
Amos Bird 11389fc2c7 Fix compilation of taosdump
The mode argument must be supplied when O_CREAT or O_TMPFILE is
specified in flags for open(...).
2019-07-15 09:56:40 +08:00
slguan 6d17dbc0f8 Clean up some warnings 2019-07-13 14:04:30 +08:00
slguan 125636e9a5 Modify the location of the cache count 2019-07-13 10:19:35 +08:00
slguan d0c37df8bb Change the free function to tfree 2019-07-13 10:15:40 +08:00
siddontang 74d44497d8 fix memory leak when read failed
Signed-off-by: siddontang <siddontang@gmail.com>
2019-07-12 22:00:01 +08:00
slguan cffe218533 Solve the bugs when creating the database 2019-07-12 11:25:11 +08:00
slguan fb9be172df Place charset in the default configuration file 2019-07-12 11:09:54 +08:00
Hongze Cheng f0f6b6a975 add lower version cmake support 2019-07-12 01:57:11 +00:00
slguan 57b55444c7 Handling the problem of log database creation failure 2019-07-11 20:13:54 +08:00
slguan 23cbcfe0a5 Parameters can be out of order when creating a database 2019-07-11 20:05:59 +08:00
slguan 139af8e4bf Add alter dnode command to modify debugFlag 2019-07-11 19:52:05 +08:00
slguan 402bf83e5a Some python scripts are not uploaded 2019-07-11 19:10:07 +08:00
slguan 7c927553c0 Processing Stream Computing Problems in Microsecond Accuracy Database 2019-07-11 19:06:41 +08:00
slguan fa719d5c99 Handling invalid connections when deleting a database 2019-07-11 19:02:45 +08:00
slguan 4ee2f63374 Check the replica parameters when creating the database 2019-07-11 19:01:36 +08:00
slguan 05c8a3313f Handling a crash on a python client 2019-07-11 18:52:45 +08:00
hzcheng 57492cc12d TDengine first commit 2019-07-11 16:36:16 +08:00