sheyanjie
3efe8d02d2
jdbc release 3.2.7
2023-10-27 18:06:10 +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
dependabot[bot]
13de495d57
chore(deps): bump spring-core in /examples/JDBC/taosdemo ( #20955 )
...
Bumps [spring-core](https://github.com/spring-projects/spring-framework ) from 5.3.26 to 5.3.27.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.26...v5.3.27 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 10:11:30 +08:00
dependabot[bot]
fb883786f4
chore(deps): bump spring-core in /examples/JDBC/taosdemo ( #20610 )
...
Bumps [spring-core](https://github.com/spring-projects/spring-framework ) from 5.3.20 to 5.3.26.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.26 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-24 10:06:09 +08:00
Shuduo Sang
1e8323fac8
docs: update examples/jdbc demo readme ( #18499 )
...
* docs: update csharp connector status
* docs: fix csharp ws bulk pulling
* docs: clarify database param is optional to websocket dsn
* docs: fix python version and a few typos
* docs: fix jdbc version in connector matrix
* docs: update jdbc demo readme
2022-11-28 00:23:52 +08:00
huolibo
cd22be63a4
fix(driver): jdbc sample for 3.0 ( #16235 )
...
* fix(driver): jdbc sample for 3.0
* fix: drop table if exists
* test: valgrind case
Co-authored-by: Shengliang Guan <slguan@taosdata.com>
Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2022-08-22 13:26:59 +08:00
dependabot[bot]
da45aafd8d
build(deps): bump fastjson in /examples/JDBC/taosdemo ( #16096 )
...
Bumps [fastjson](https://github.com/alibaba/fastjson ) from 1.2.75 to 1.2.83.
- [Release notes](https://github.com/alibaba/fastjson/releases )
- [Commits](https://github.com/alibaba/fastjson/compare/1.2.75...1.2.83 )
---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-14 09:29:59 +08:00
dependabot[bot]
e03ab2c986
build(deps-dev): bump mysql-connector-java in /examples/JDBC/taosdemo ( #16097 )
...
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j ) from 8.0.16 to 8.0.28.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases )
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES )
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.16...8.0.28 )
---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-14 08:51:15 +08:00
dependabot[bot]
07ee835c5a
build(deps): bump spring-core in /examples/JDBC/taosdemo ( #16063 )
...
Bumps [spring-core](https://github.com/spring-projects/spring-framework ) from 5.3.2 to 5.3.20.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.2...v5.3.20 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2022-08-14 08:50:02 +08:00
dependabot[bot]
8c7ed70023
build(deps): bump spring-expression in /examples/JDBC/taosdemo ( #16062 )
...
Bumps [spring-expression](https://github.com/spring-projects/spring-framework ) from 5.3.2 to 5.3.16.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.2...v5.3.16 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-expression
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-14 08:42:50 +08:00
dependabot[bot]
d774e70821
build(deps): bump log4j-core in /examples/JDBC/taosdemo ( #16065 )
...
Bumps log4j-core from 2.14.1 to 2.17.1.
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-13 21:43:10 +08:00
Shuduo Sang
b3efc470c8
[TD-13408]<test>: move examples back to TDegnine ( #10196 )
...
for 3.0
2022-02-10 16:19:06 +08:00