Commit Graph

7853 Commits

Author SHA1 Message Date
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
huili 761369e1f7 [modify timestamp] 2019-07-29 18:53:17 +08:00
huili 397faaff11 [modify timestamp] 2019-07-29 18:49:56 +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 ff518338a3
Merge pull request #211 from tidyjiang8/dev-jch
Add initial driver connector for rust
2019-07-29 11:46:58 +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
Chunhua Jiang 0a8a0d79e8 Add initial driver connector for rust 2019-07-28 22:55:12 +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 76f19a7a49 Headings fix for connector docs 2019-07-27 13:07:04 +08:00
StoneT2000 6d55072da3 Grammar and typo fixes. Updated some docs 2019-07-27 12:37:51 +08:00
slguan 132363decf
Merge pull request #198 from Irving-cl/fix_duplicate_include
remove duplicate include in trpc.c
2019-07-26 22:19:41 +08:00
slguan 2fc1a1bd1a
Merge branch 'master' into fix_duplicate_include 2019-07-26 22:19:30 +08:00
slguan a066be871e Windows client 2019-07-26 19:34:39 +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
hzcheng 81705843f8
Merge pull request #196 from StoneT2000/master
Documentation Update
2019-07-26 13:55:28 +08:00
StoneT2000 bc26601765 Documentation Update 2019-07-26 13:52:15 +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
hzcheng 95dc6b4119
Merge pull request #181 from StoneT2000/master
Added local documentation and updated README
2019-07-25 14:58:45 +08:00
StoneT2000 129d128d2e Updated Readme and fixed foldername 2019-07-25 14:53:42 +08:00
StoneT2000 5e02cb111d Added local documentation files 2019-07-25 14:42:41 +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
slguan 9b5a52a3aa
Merge pull request #179 from StoneT2000/master
Update docs within files, better naming, and added some async functionality
2019-07-25 11:56:16 +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
hzcheng defb4739bd
Merge pull request #170 from StoneT2000/master
Added node.js connector and example usage of node.js
2019-07-24 14:18:53 +08:00
StoneT2000 b8193dac90 Update README.md 2019-07-24 14:18:18 +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 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