Commit Graph

6669 Commits

Author SHA1 Message Date
slguan 510b69ffc8 fix the issue #276 2019-08-05 12:35:13 +08:00
slguan 9d618b4e91 fix the crash while the num of http fds is zero 2019-08-05 11:43:02 +08:00
hzcheng 5a06bb8ae5
Merge branch 'master' into master 2019-08-05 10:57:23 +08:00
slguan 775fda8df3 version.c 2019-08-05 09:35:10 +08:00
slguan 534c67b6fb data loss due to too new data 2019-08-04 20:49:32 +08:00
slguan b96f79625a remove duplicate data in import sql 2019-08-04 20:48:03 +08:00
StoneT2000 7cd5921617 package update 2019-08-03 23:32:19 -07:00
StoneT2000 2c2b92258d Fix bug with async queries with incorrectly clearing result handles 2019-08-03 23:26:39 -07:00
StoneT2000 3ab2d86aef Code pruning, fix bug with infinite row async fetching when using insert 2019-08-03 20:39:47 -07:00
jyhou d6b21dadd0 Fix issue #270 2019-08-03 17:50:18 +08:00
Hongze Cheng 6484017932 add command size check when source file 2019-08-03 15:30:16 +08:00
slguan 3b12b32560 remove some warnings 2019-08-03 11:31:38 +08:00
StoneT2000 bd526d2216 Node.js Connector updated to 1.3.0 - Subscription, Continuous Query, Bug Fixes
Subscription implemented
Continuous Query implemented
Fixed bugs when dealing with null values retrieved from tables
Removed unused code
Added basic performance test code
2019-08-02 19:32:33 -07:00
slguan ee071e495f import data may cause database blocking 2019-08-02 18:17:40 +08:00
slguan 39478de275 fix the issue #264 #253 #251 2019-08-02 17:08:53 +08:00
slguan fe6672d79b fix the issue #264 #253 #251 2019-08-02 16:52:22 +08:00
slguan a73f138a43 data transfer via restful interface may be lost 2019-08-01 12:35:46 +08:00
slguan 9d0fcea101 data transfer via restful interface may be lost 2019-08-01 11:39:28 +08:00
slguan fbdeadbc23 fix possible commit log init failure 2019-08-01 11:36:47 +08:00
slguan b37a95fc53 remove some compile warnings 2019-08-01 11:34:50 +08:00
huili b0971e8f0e [Fixed dsn parsing for network addr and port by caeret. #214] 2019-08-01 10:59:16 +08:00
Hongze Cheng e39f9785a3 delete unused taosTmrStop 2019-07-31 16:58:56 +08:00
slguan 52cff8b108 fix the issue #240 2019-07-31 15:15:47 +08:00
slguan 18f3171146 fix the issue #240 2019-07-31 15:15:31 +08:00
Hongze Cheng f0364a00d1 fix python close connection error 2019-07-31 10:52:03 +08:00
slguan 8b226b5b79 Fix the issue #222 2019-07-31 10:03:30 +08:00
slguan 00a7f0a898
Merge pull request #237 from StoneT2000/master
Fix issue #236 - Node connector patch update to 1.2.1
2019-07-31 09:23:11 +08:00
StoneT2000 a89b280431 Node updated to 1.2.1
Bug fix
2019-07-30 20:50:40 +08:00
slguan 2a6b447aa2 fix the issue #233, failed to record slow query 2019-07-30 18:05:44 +08:00
slguan 322181c144 fix the issue #233, failed to record slow query 2019-07-30 18:04:20 +08:00
slguan 555309d93d
Merge pull request #225 from StoneT2000/master
Docs Update; Completed async functionality for Node.js connector v1.2.0
2019-07-30 16:37:44 +08:00
slguan 3210d9f3ca fix the issue #233, failed to record slow query 2019-07-30 16:31:21 +08:00
StoneT2000 1780a69f4f Update readme.md 2019-07-30 15:46:32 +08:00
StoneT2000 f0bca7fbb2 Update cinterface.js
removed broken code
2019-07-30 15:42:41 +08:00
slguan d8bc5c134d Fix the issue #222, add win64 python connector 2019-07-30 15:15:41 +08:00
slguan fd2477ff10 Fix the issue #222, add win64 python connector 2019-07-30 15:15:26 +08:00
StoneT2000 2d576b92af Docs Update; Completed async functionality for Node.js connector, updated to 1.2.0
Docs
- Docs updated
  - include third party connectors links
  - local docs updated to web versions and fixed for compatability
Node
- Async added
- Deleted uncessary code
- Docs updated
2019-07-29 23:54:52 +08:00
slguan 7873386c35 Fix the #issue 220, TDengine can't start when /var/lib/taos does not exist 2019-07-29 12:55:47 +08:00
slguan b03a7f5f51 update the example code of stream.c 2019-07-29 11:43:30 +08:00
slguan fa72e4d79a Fix the #issue 217 2019-07-29 11:28:26 +08:00
slguan 184f1777ba
Merge pull request #204 from StoneT2000/master
Grammar and typo fixes. Updated some docs
2019-07-28 22:46:38 +08:00
slguan d0e003b999
Merge pull request #195 from localvar/master
minor improvements to 'setErrMsg'
2019-07-28 22:39:01 +08:00
Hongze Cheng fae45aafda Merge branch 'master' of github.com:taosdata/TDengine 2019-07-28 10:28:48 +08:00
Hongze Cheng 2a7d264c6f fix issue #206 2019-07-28 10:27:56 +08:00
StoneT2000 6d55072da3 Grammar and typo fixes. Updated some docs 2019-07-27 12:37:51 +08:00
slguan 2fc1a1bd1a
Merge branch 'master' into fix_duplicate_include 2019-07-26 22:19:30 +08:00
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