Commit Graph

20 Commits

Author SHA1 Message Date
Huo Linhe b05e9dc640
[TD-4258]<fix>: speedup nodejs fetchall() with taos_fetch_block (#6163) 2021-05-20 10:08:11 +08:00
Shuduo Sang 3bfbbc8c10 [TD-2769] <fix>:nodejs 12+ adapt 2021-01-15 19:26:31 +08:00
Shuduo Sang c507dc16dc [TD-2674] fix: fix load library on Windows platform. 2021-01-06 14:54:50 +08:00
zyyang f9dd3a97bb change 2020-12-29 16:54:41 +08:00
zyyang 6bc7ea2563 [TD-2550]<fix>: fix nodejs connector of td2.0-connector cannot use in 2.0.8.0 or later 2020-12-24 17:49:07 +08:00
Haojun Liao a8fc69c831 [TD-2550]<fix>: fix nodejs bug in new version. 2020-12-24 11:34:52 +08:00
liu0x54 2b84d45098 [TD-1001] adapt nodejs connector 2020-07-30 13:58:36 +00:00
liu0x54 d55b0991c2 [TD-1001] fix bugs 2020-07-29 12:55:07 +00:00
liu0x54 1741d9abeb [TD-1001] adapt nodejs connector to TD 2.0 2020-07-28 14:08:05 +00:00
StoneT2000 29e635547f Update cinterface.js 2020-05-14 14:55:56 -07:00
StoneT2000 e0cd9c2a0f Nodejs connector update 2020-05-14 14:52:33 -07:00
StoneT2000 bd08e77705 Fixed time conversion bug
- Fixed bug when the least significant bits of timestamp may cause time to be converted to 0
- Fixed small display bug with time and sig figs.
2019-10-15 12:01:02 -07:00
StoneT2000 01fde39706 Fixed timestamp offset error and microsecond not displaying 2019-10-15 02:09:00 -07:00
StoneT2000 d45ffe6fc0 Fixed bug where errors were printed as numbers instead of the string 2019-10-11 11:03:34 -07: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
StoneT2000 f0bca7fbb2 Update cinterface.js
removed broken code
2019-07-30 15:42:41 +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
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
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
StoneT2000 57c45a0ee2 Added nodejs connector and example usage of nodejs 2019-07-24 14:09:45 +08:00