This repository was archived by the owner on Dec 15, 2023. It is now read-only.
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " iotdb-cli"
3
- version = " 0.0.1 "
3
+ version = " 0.0.2 "
4
4
edition = " 2021"
5
5
license = " Apache-2.0"
6
6
readme = " README.md"
@@ -18,5 +18,5 @@ path = "src/main.rs"
18
18
dirs = " 4.0.0"
19
19
structopt = " 0.3"
20
20
rustyline = " 9.0.0"
21
- # iotdb = "0.0.5 "
22
- iotdb = { git = " https://github.com/francis-du/iotdb-rs.git" , rev = " 117158e" }
21
+ iotdb = " 0.0.6 "
22
+ # iotdb = { git = "https://github.com/francis-du/iotdb-rs.git", rev = "117158e"}
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ IOTDB#(127.0.0.1:6667)> SHOW STORAGE GROUP
113
113
3 . Execute sql from the specified sql file
114
114
115
115
``` shell
116
- $iotdb file tests/create_and_insert.sql
116
+ $ iotdb file tests/create_and_insert.sql
117
117
Statements: [
118
118
" DELETE STORAGE GROUP root.test;" ,
119
119
" CREATE TIMESERIES root.test.status WITH DATATYPE=BOOLEAN, ENCODING=PLAIN;" ,
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ IOTDB#(127.0.0.1:6667)> SHOW STORAGE GROUP
113
113
3 . Execute sql from the specified sql file
114
114
115
115
``` shell
116
- $iotdb file tests/create_and_insert.sql
116
+ $ iotdb file tests/create_and_insert.sql
117
117
Statements: [
118
118
" DELETE STORAGE GROUP root.test;" ,
119
119
" CREATE TIMESERIES root.test.status WITH DATATYPE=BOOLEAN, ENCODING=PLAIN;" ,
You can’t perform that action at this time.
0 commit comments