1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-07-01 00:25:06 +02:00
Commit Graph

32 Commits

Author SHA1 Message Date
d61954ab1c add pointers on how to implement map[string]string 2023-02-16 10:22:58 +02:00
e7b39d844b chore: support more types 2023-02-16 10:02:03 +02:00
a3c6bbc729 chore: support Bool 2023-01-21 12:21:36 +02:00
44465cd278 chore: improve code gen 2023-01-21 12:14:00 +02:00
0f4c06861f fix: move FINAL modifier to the right place (#52)
The documentation (http://devdoc.net/database/ClickhouseDocs_19.4.1.3-docs/query_language/select/)
says FINAL has to be placed right after the table name, before SAMPLE:
  SELECT [DISTINCT] expr_list
    [FROM [db.]table | (subquery) | table_function] [FINAL]
    [SAMPLE sample_coeff]

At the moment it's appended to the end of the query which results in
invalid queries being generated when there are WHERE, ORDER BY or any
other clauses used.
2022-11-23 13:03:58 +02:00
3874d74090 chore: don't lock migrations by default 2022-11-09 10:11:14 +02:00
117fffe8ed chore: silence logs 2022-11-04 10:08:24 +02:00
b73c8fabf8 feat: add queries to create/drop views 2022-11-03 11:58:19 +02:00
79fddecbb5 chore: better WhereGroup 2022-11-01 15:22:10 +02:00
92d13a878d chore: bump default timeouts 2022-10-26 13:38:40 +03:00
95a461b824 chore: use unhex to append bytes 2022-09-03 09:38:20 +03:00
d073ef0ad6 chore: append bytes like a string. Fixes #43 2022-09-01 10:38:41 +03:00
37984d7ac5 chore: cleanup 2022-08-30 10:20:49 +03:00
91f83c5f03 chore: update dependencies 2022-08-30 09:22:39 +03:00
2c9485da7f chmigrate: add MissingMigrations 2022-08-27 10:57:01 +03:00
6bfb99e2c1 chore: cleanup conn pool 2022-07-28 16:57:33 +03:00
8bf4958230 feat: add WithAutoCreateDatabase option 2022-07-28 11:20:11 +03:00
510b9caca8 feat: add bfloat16 support 2022-07-22 11:40:45 +03:00
1e8ca4767f feat: add Raw 2022-07-14 10:41:16 +03:00
85badc2fe7 chore: add scanning into a map 2022-07-04 17:12:41 +03:00
988091e532 feat(chmigrate): add WithReplicated option 2022-07-02 14:39:22 +03:00
1ecd0e65e5 chore: cleanup 2022-05-18 16:33:03 +03:00
76504b2778 feat: enable opentelemetry support in protocol 2022-05-18 16:23:57 +03:00
3870a5e69c chore: cleanup unused const 2022-05-02 09:38:51 +03:00
ef260678ec feat: allow disabling compression for benchmarks 2022-05-02 09:31:14 +03:00
a0752b2b5c chore: automatically close block iterator 2022-04-30 16:54:06 +03:00
1543506535 chore: enable test 2022-04-30 15:02:07 +03:00
658ad14fc0 feat: add proper Rows implementation and some optimizations 2022-04-30 14:56:46 +03:00
c1e00ef235 feat: add support for DateTime64 2022-04-29 18:51:14 +03:00
033c41395a fix: continue working with non UTC timezone 2022-03-28 16:41:07 +03:00
99f247ba5e feat: close idle connections after 30 minutes 2022-03-23 10:48:38 +02:00
092a2dbf28 feat: initial commit 2022-03-21 08:58:25 +02:00