Commit graph

202 commits

Author SHA1 Message Date
Yihao Deng
bcabf3536a
feat: support BLOB data type (#31704) 2025-07-17 14:17:47 +08:00
Simon Guan
abaaf3a248
refactor: let the enterprise use the cmake files of the community (#30684) 2025-04-08 00:13:59 +08:00
Alex Duan
c133489917
new-libtaos-with-ws (#29971)
* enh: rename libtaos.so to libtaosinternal.so

* enh: let python system-test work

* enh: shell for libinternal.so

* enh: refact script

* enh: wrapper for libtaosinternal

* enh: rename some files

* enh: let shell support internal driver

* enh: minor changes

* enh: minor changes

* add intenal.h

* enh: remove unused codes

* enh: minor changs

* feat: mac os issues

* enh: let python test use internal connection

* enh: let nettest work

* enh: let taosc -C work

* enh: test shell in mac os

* enh: minor changes

* enh: let libtaosinternal.so work in linux

* enh: update install script

* enh: for ci

* enh: for windows compile

* enh: minor changes

* enh: compile in windows

* enh: minor changes

* enh: taosinternal work in windows

* enh: add taos_internal_static

* enh: rollback os_for_wrapper

* fix: conflicts

* fix: conflicts

* fix: compile errors

* fix: conflicts

* enh: rename taosinternal to taosnative

* enh: rename taosinternal to taosnative

* fix: compile error

* enh: remove taosnative.h

* fix: compile errors

* enh: set default shell options

* fix: compile errors

* fix: compile errors

* debug: switch taosws branch to feat/new-libtaos-with-ws

* enh: taosBenchmark remove WEBSOCKET finished

* fix: CMakeLists.txt remove WEBSOCKET

* fix: compile errors

* fix: taosBenchmark delete restful code

* .gitignore remove taos-tools folder

* fix: remove taosdump WEBSOCKET MACRO

* fix: build error for taosdump

* fix: build project passed

* fix: support -Z for connect mode

* fix: build error

* fix: build error fixed

* fix: add -Z options

* fix: native and websocket with string

* fix: -Z option core

* fix: build unit test

* fix: build error

* fix: add colon for array

* fix: unit test can not include fun

* fix: CTest pointer null is nullptr

* fix: include pub.h

* fix: taosdump add -Z --driver options

* fix: taosdump support -Z with pub.h pub.c

* fix: toolsGetTimeDay move to pub.c

* fix: restore pub.c only simple fun

* fix: add error tips

* fix: tmfree remove from taosdump

* fix: remove double declare taos variant

* fix: taos support -Z option

* enh: configDir set with main fun

* fix: add g_arguments.configDir

* fix: show tips add cfgdir

* fix: g_argument is pointer

* fix: configDir is global var

* fix: declare g_configDir in benchMain.c

* fix: taos version not show on websocket

* stmt2 websocket prepare with supertable

* stmt2 websocket prepare build

* fix: stmt and stmt2 prepare add db name

* fix: remove -R --restful test case

* fix: taosBenchmark adjust priority cmd > json > evn

* fix: add connect mode test case connMode.py

* fix: clear evn and add host port check

* fix: army/test.py modify start taosAdapter is default

* change: system-test/test.py default start taosAdapter

* fix: add taosAdapter variant to system-test/test.py

* fix: -y must put behind other options

* fix: remove rest sml and add -N normal case

* fix: add -c work cfg test case

* del: queryMain.py remove rest query

* fix: remove groups have a blank append bug

* fix: caseBase.py add db in sql query

* fix: query_json.py remove rest test

* fix: taosBenchmark uniform dsn describe

* fix: add pub.h pub.c to tools public

* fix: case remove restful interface

* fix: build error

* fix: taosDriverCleanup no arg call

* fix: taosdump add test conn mode case taosdumpCommandline.py

* fix: modify insertFullType.json db name

* fix: taosdump connMode test case taosDumpCommandline.py passed

* enh: priority cmd > env > json

* fix: taosCli remove is_native variant

* fix: password is not pointer

* fix: comment -o test case

* fix: solve fun return code check

* fix: windows unresolved strcasecmp

* fix: remove coverHostToServAddr

* fix: forbid check ODR violation

* ci: trigger pr run

* fix: build error not del >>>>>3.0

* fix: support json dbinfo->vgroups have blank space

* fix: solve conflict with merge

* fix: with TrimCaseCmp fun to compare vgroups

* fix: del vgroups support blank code

* feat: wrapper add taos_fetch_fields_e

* fix: move jni from libtaosnative.so to libtaos.so

* fix: move clientTmqConnector.c for jni

* fix: fix assert check with del comment code

* fix: taosBenchmark add prepare stmt debug log

* fix: stmt2 already have debug log on preapare

* fix:  (double)LLONG_MAX force covert

* fix: stmt insert normal table with websocket

* fix: normal table with stmt too many ?

* fix: taosdump stmt_prepare with child tbname

* fix: build error add int code

* feat: stmtPrepare with child table to do

* taos -a options move to native test case

* fix:unit test benchmarkTest passed

* fix: query_json-with-sqlfile.py case no check results

* fix: queryMain.py case lost, put in tasks again

---------

Co-authored-by: Shengliang Guan <slguan@taosdata.com>
2025-03-20 22:54:29 +08:00
Shengliang Guan
877dbd8e90 fix: complie errors 2024-11-22 22:19:42 +08:00
Shengliang Guan
5e80e89cb3 refact: rename taos lib name 2024-11-22 16:23:16 +08:00
sheyanjie-qq
8fe4ba4a9f recover ci sample code 2024-08-22 20:33:45 +08:00
sheyanjie-qq
3b6b873e33 move sample code to docs/example 2024-08-22 18:15:02 +08:00
Yaming Pei
9ddfefc6bf optimized the cpp connector sample code page 2024-08-22 11:26:11 +08:00
sheyanjie-qq
30ab835e53 move java sample code to docs/example 2024-08-19 10:12:55 +08:00
sheyanjie-qq
3d9380b51a update java sample code 2024-08-16 11:29:03 +08:00
sheyanjie-qq
1397fbe2a2 modify connector sample code log 2024-08-14 16:25:22 +08:00
sheyanjie-qq
c6e7d69bb4 update log 2024-08-12 20:56:20 +08:00
sheyanjie-qq
edcc5f5b67 improve log 2024-08-12 19:05:01 +08:00
sheyanjie-qq
d72e0307f0 mod rust log 2024-08-12 17:44:23 +08:00
sheyanjie-qq
ef845842f8 mod rust log 2024-08-12 17:29:17 +08:00
sheyanjie-qq
89244490ee improve java log 2024-08-12 11:18:25 +08:00
sheyanjie-qq
2f1f8605d9 mod validation sql in jdbc demo properties 2024-08-10 10:39:22 +08:00
sheyanjie-qq
43448bee6e fix doc issue 2024-08-09 18:20:50 +08:00
t_max
b170feeb22 docs: update java demo and grafana alert 2024-08-09 11:29:37 +08:00
sheyanjie-qq
597375fb80 add log to java schemaless sample code 2024-08-05 18:34:16 +08:00
sheyanjie-qq
76241f5be5 mod exception print 2024-08-05 18:34:15 +08:00
sheyanjie-qq
e1f82b3828 mod code example 2024-08-05 18:34:15 +08:00
sheyanjie-qq
255d0fd02a mod java exception 2024-08-05 18:34:14 +08:00
sheyanjie-qq
6ab94e8318 fix typo 2024-08-05 18:34:14 +08:00
sheyanjie-qq
4135d08519 mod java code 2024-08-05 18:34:14 +08:00
sheyanjie-qq
13df2596c4 mod tmq example 2024-08-05 18:34:14 +08:00
sheyanjie-qq
5987b9bba4 mod reference 2024-08-05 18:34:14 +08:00
sheyanjie-qq
a01439d95e mod sample code 2024-08-05 18:34:14 +08:00
sheyanjie-qq
f7a94fad50 mod jdbc doc 2024-08-05 18:34:13 +08:00
sheyanjie-qq
57394dfe19 mod jdbc doc 2024-08-05 18:34:13 +08:00
sheyanjie-qq
f440f71e99 add code example 2024-08-05 18:34:13 +08:00
sheyanjie-qq
f1c7fc1ad2 update doc 2024-08-05 18:34:13 +08:00
sheyanjie-qq
4223965dba add exception handling 2024-08-05 18:34:13 +08:00
sheyanjie-qq
dea03ae5b3 merge from main example 2024-07-04 09:32:41 +08:00
sheyanjie-qq
dd4e8458ce mod grafana doc and jdbc 3.3.0 related doc 2024-07-01 18:49:36 +08:00
sheyanjie
3efe8d02d2 jdbc release 3.2.7 2023-10-27 18:06:10 +08:00
Haojun Liao
eb4449999f other: merge 3.0 2023-10-12 10:33:48 +08:00
sheyanjie
faca8f2ea9 support geometry data type 2023-09-19 11:20:06 +08:00
Shuduo Sang
6bb1a86c86
chore: add build instruction to refine example (#22943)
* fix: use latest version of jdbc connector

* fix: remove locale and timezone to avoid confusing user

* fix: update readme.md

* fix: refine demo.c

* fix: specify utf-8 in jdbc example pom.xml

* fix: refine jdbc example doc

* chore: add build instructions to go example
2023-09-16 21:00:43 +08:00
Shuduo Sang
fc283a5290
fix: refine jdbc example docs (#22821)
* fix: use latest version of jdbc connector

* fix: remove locale and timezone to avoid confusing user

* fix: update readme.md

* fix: refine demo.c

* fix: specify utf-8 in jdbc example pom.xml

* fix: refine jdbc example doc
2023-09-10 23:55:00 +08:00
dapan1121
cc17848b78 fix: merge 3.0 to main 2023-09-01 13:24:47 +08:00
Haojun Liao
b1aa86a290
Merge pull request #22605 from taosdata/feat/TD-18789
feat:support varbinary type
2023-08-30 11:29:26 +08:00
wangmm0220
de91793630 fix:compile error 2023-08-29 17:20:06 +08:00
wangmm0220
9435d78245 fix:rollback 2023-08-29 16:02:05 +08:00
wangmm0220
af89cb0af5 fix:memory error 2023-08-29 15:58:24 +08:00
wangmm0220
34c7832850 feat:support stmt/tmq json in varbinary type 2023-08-29 15:24:12 +08:00
Shuduo Sang
f7b42ad41b
fix: specify utf-8 in jdbc example pom.xml (#22565)
* fix: use latest version of jdbc connector

* fix: remove locale and timezone to avoid confusing user

* fix: update readme.md

* fix: refine demo.c

* fix: specify utf-8 in jdbc example pom.xml
2023-08-25 09:22:29 +08:00
Shuduo Sang
7440cccd58
fix: refine example demo.c (#22473)
* fix: use latest version of jdbc connector

* fix: remove locale and timezone to avoid confusing user

* fix: update readme.md

* fix: refine demo.c
2023-08-18 00:19:27 +08:00
wangmm0220
beb84b2355 fix:tmq interface & remove snapshot code 2023-08-15 15:37:39 +08:00
wangmm0220
60191bef9e fix:tmq interface & remove snapshot code 2023-08-14 16:24:56 +08:00