Commit Graph

299 Commits

Author SHA1 Message Date
JohnnyJie
f0fcca0810
Update tsdbhttpwriter.md
TSDB Writer文档
2022-05-12 11:23:22 +08:00
Trafalgar
ef84593760
Update sqlserverwriter.md
修正文档中关于 ["*"] 的显示问题, 主要是 * 在markdown语法的转义导致的
2022-03-22 10:59:21 +08:00
Trafalgar
fc4fc419cb
Merge pull request #1199 from Archie-selfless/test
word spelling mistake. :)
2022-02-14 16:51:16 +08:00
Trafalgar
db01f12463
Merge pull request #1276 from alibaba/dependabot/maven/org.apache.logging.log4j-log4j-core-2.17.1
Bump log4j-core from 2.17.0 to 2.17.1
2022-01-13 21:58:31 +08:00
Trafalgar
5f86e2b10f
Merge pull request #1277 from alibaba/dependabot/maven/org.apache.logging.log4j-log4j-api-2.17.1
Bump log4j-api from 2.17.0 to 2.17.1
2022-01-13 21:58:08 +08:00
dependabot[bot]
22bf5b537b
Bump log4j-api from 2.17.0 to 2.17.1
Bumps log4j-api from 2.17.0 to 2.17.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-13 11:37:38 +00:00
dependabot[bot]
c655685acd
Bump log4j-core from 2.17.0 to 2.17.1
Bumps log4j-core from 2.17.0 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>
2022-01-13 11:37:37 +00:00
顾轩
155e93b9d8 fix log4j 2022-01-13 19:36:22 +08:00
顾轩
b71cdf693e fix compile problem 2022-01-13 17:53:30 +08:00
Trafalgar
f68c4134d6
Merge pull request #1255 from sanChouIsACat/master
修复了由于数据库保留字是表名或者字段名时引起的sql错误
2021-12-30 15:26:46 +08:00
sanChouIsACat
c140ca35fb 修复了上述问题 2021-12-30 11:30:27 +08:00
sanChouIsACat
c96a366a4e 把冗余代码合并成了一个函数,删除了不必要的注释 2021-12-30 11:12:27 +08:00
sanChouIsACat
042aa2d865 在上个版本的基础上格式化了代码 2021-12-28 19:32:15 +08:00
sanChouIsACat
ce29ae7ee5 本次提交更新了转义的字符不需要进行大小写转换 2021-12-28 18:25:16 +08:00
sanChouIsACat
b1334308a0 把转义的逻辑重新提交一下 2021-12-28 10:10:43 +08:00
sanChouIsACat
9f09039a23 修改了问题 2021-12-27 17:49:49 +08:00
sanChouIsACat
dcb541f048 修改了上一个版本提到的问题 2021-12-27 17:02:51 +08:00
sanChouIsACat
55351fcbaa 同时修改了reader和writer,同时将DatabaseKeywordTransformer类中的功能合并到writer(reader)utils中 2021-12-24 10:02:17 +08:00
sanChouIsACat
19a44e8d9d 优化了代码的一部分 2021-12-23 18:10:08 +08:00
sanChouIsACat
b017102e0e 最终版 2021-12-23 15:20:56 +08:00
sanChouIsACat
30ed711131 再次修复了问题 2021-12-23 13:46:26 +08:00
sanChouIsACat
bd43216cf8 修改了提到的上述问题 2021-12-23 13:38:37 +08:00
sanChouIsACat
738c11e0e3 修复了由于SQL中的保留字作为表名或者字段名而引起的sql错误 2021-12-22 19:54:38 +08:00
sanChouIsACat
4e916b0f4b 修复了由于数据库保留字是表名或者字段名时引起的sql错误 2021-12-22 17:17:12 +08:00
sanChouIsACat
ca39f422d0 sd 2021-12-22 16:14:41 +08:00
jtchen-study
6980d89883
Merge pull request #1234 from taosdata/merge_to_upstream
Add TDengine writer plugin
2021-12-16 17:24:32 +08:00
dingbo
61dc03e9f8 change user to username 2021-12-16 17:00:08 +08:00
dingbo
6d27133ff4 Use UTF-8 as default charset 2021-12-15 17:16:31 +08:00
Trafalgar
b984f4bfc7
Merge pull request #1245 from JohnnyJie/tsdb
feat: tsdb2tsdb [mput/username/password/database]
2021-12-15 11:04:35 +08:00
云星
e4bcc0e50e feat: tsdb2tsdb [mput/username/password/database] 2021-12-15 10:21:30 +08:00
dingbo
2fa114838d remove mongodb type 2021-12-06 14:59:10 +08:00
Shuduo Sang
07b947da01
Merge pull request #11 from taosdata/dingbo/TD-11812/megelatestcode_to_master
Dingbo/td 11812/megelatestcode to master
2021-12-03 18:06:24 +08:00
dingbo
32efb130d7 merge latest code to main 2021-12-03 17:30:33 +08:00
dingbo
75c032c4f9 refine doc 2021-12-03 17:09:50 +08:00
dingbo
1372a653cf delete duplicate en doc 2021-12-03 16:34:19 +08:00
dingbo
5d58600e44 add tdenginewriter to package.xml 2021-12-03 16:04:51 +08:00
dingbo
beb0d76136 rename dbname to dbName. use english doc as default. 2021-12-02 15:08:52 +08:00
dingbo
16f8439a3f add english doc 2021-12-02 14:49:20 +08:00
Shuduo Sang
1c662080e5
Merge pull request #10 from taosdata/hotfix/rename-doc
rename documents of writer plugin
2021-11-30 23:54:41 +08:00
dingbo
d554e26fa0 english doc as default 2021-11-30 12:53:47 +08:00
Shuduo Sang
bc1ec02233
Merge pull request #9 from taosdata/TD-11503/english-doc-for-writer
TD11503: add English doc and fix bugs of Chinese doc
2021-11-30 10:12:02 +08:00
dingbo
e8563a2379 超表 to 超级表 2021-11-30 07:41:25 +08:00
dingbo
30fa8f1284 add English doc and fix bugs of Chinese doc 2021-11-29 21:08:56 +08:00
dingbo
400b34e8cd add pom module tdengine writer 2021-11-29 14:42:01 +08:00
Shuduo Sang
ecfda8617c
Merge pull request #8 from taosdata/fix/plugin_job_template
Fix/plugin job template error
2021-11-29 14:31:11 +08:00
dingbo
4ba6540714 fix job template error 2021-11-29 14:14:24 +08:00
dingbo
72c72612fd fix job template error 2021-11-29 13:37:47 +08:00
dingbo
ef6c53e7e2 add tdengine weriter 2021-11-29 13:15:49 +08:00
dingbo
9587f9b93b add option authDB to mongodb reader doc 2021-11-29 11:11:10 +08:00
Trafalgar
17b9cbc982
Merge pull request #1210 from MrVitaly/master
Remove wrong link to OCSReader
2021-11-28 22:51:48 +08:00