Mateya Lucic
Mateya Lucic
For anyone else coming across this issue, a simple way to get around this is the following: `colors.bold(colors.red('text'))`
Contingent on the RETS server supporting date queries using alternate timezones (e.g. 2017-11-23T16:50:00-05:00), if you retrieve a listing by querying for it via its modification timestamp with a specific timezone,...
Seeing the same issue on my end. Database is created on the new instance but the table (ReplicatedMergeTree) is not, and the logs contain the same DB::Exception REPLICA_IS_ALREADY_EXIST
1. I created ClickHouseInstallation with 1 shard, 3 replicas, pointing to 3 ClickHouse Keeper nodes 2. I created the database and table as follows: ` CREATE DATABASE testdb ON CLUSTER...
> @mlucic which clickhouse-operator version do you use? 0.18.5
> > REPLICA_IS_ALREADY_EXIST > > operator version 0.19.0 I just upgraded to 0.19.0, can confirm that this issue is still present
Any updates on this?
This issue is critical to what I'm trying to build. I have an immutable kubernetes secret which I want to import if it exists, but if not I wish to...
Just found that the same error happens at runtime when using sqlc.embed where the table has a capital letter in it e.g. ```sql SELECT sqlc.embed(blueTable) FROM blueTable; ```
Go templating (or something similar) in sqlc would be _incredibly_ useful. Consider the following: `SELECT * FROM myTable {{- if sqlc.nslice('ids') != nil -}} WHERE id IN (sqlc.nslice('ids')) {{- end...