Closed MBoui closed 2 years ago
I've pushed support array of string for row macro.
Thanks!
Re-open it because now i got this error:
Server error: `Input/output error: `From SQL error: `SqlType::Array(String) cannot be cast to Nullable(String).```
The logs
2022-07-16T06:54:28.591771Z INFO clickhouse_rs: [ping]
2022-07-16T06:54:28.593231Z INFO sqlx::query: /* SQLx ping */; rows affected: 0, rows returned: 0, elapsed: 757.972µs
2022-07-16T06:54:28.599659Z INFO clickhouse_rs: [pong]
2022-07-16T06:54:28.599807Z INFO clickhouse_rs: [insert] INSERT INTO stats (`title`, `tags`) VALUES
nvm, my state was broken. All goods! Thanks again!
I have this code:
Unfortunately, that generate this error:
I was pretty sure that the Array of String is supported. Is it still true with the
async-await
branch?