add python example

This commit is contained in:
menshibin 2024-08-03 11:43:31 +08:00 committed by gccgdb1234
parent a419baa645
commit 83da226048
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ Node.js 连接器目前仅支持 Websocket 连接器, 其通过 taosAdapter
| 108 | connection has been closed | 连接已经关闭,请检查 Connection 是否关闭后再次使用,或是连接是否正常。 |
| 109 | fetch block data parse fail | 获取到的查询数据,解析失败 |
| 110 | websocket connection has reached its maximum limit | Websocket 连接达到上限 |
- [TDengine Node.js Connector Error Code](https://github.com/taosdata/taos-connector-node/blob/main/nodejs/src/common/wsError.ts)
<!-- - [TDengine_ERROR_CODE](../error-code) -->
## 数据类型映射