Ed Hemphill
Ed Hemphill
[test.zip](https://github.com/alphadose/ZenQ/files/14078714/test.zip) In the code, the `chan` version is currently on, and the `zenq` version is commented out.
Also, on `aarch64` machine - MacOS M1 Max
Further research indicates to me that Clickhouse does not even support constraints with foreign keys. It does not seem to be supported in their SQL spec. See: https://clickhouse.com/docs/en/sql-reference/statements/alter/constraint https://stackoverflow.com/questions/66354832/how-can-i-use-functionality-of-primary-key-and-foreign-key-in-clickhouse Take...
I think the only reasonable way to do many-to-many in clickhouse would be to simply use the `ReplacingMergeTree` engine using `TUPLE()` as the `ORDER BY` Anyone? thoughts? Or please tell...
FYI - another way: right after you get the dialog above, clidk "Done" - then go into the System Settings -> Security -> scroll down and see an option to...
This is fixed in `feature/openssl` - once merged should be fixed