William
William
I believe the problem is ultimately around these lines https://github.com/beekeeper-studio/beekeeper-studio/blob/349226d4258731118b05226c2a34883dd4dbc7f9/apps/studio/src-commercial/backend/lib/db/clients/clickhouse.ts#L297 https://github.com/beekeeper-studio/beekeeper-studio/blob/349226d4258731118b05226c2a34883dd4dbc7f9/apps/studio/src-commercial/backend/lib/db/clients/clickhouse.ts#L1117 In ClickHouse, the asterisk `*` (for some reason?) does not select materialized columns as well; those have to be...
I think this issue would extend to ALIAS columns as well. There are two ClickHouse settings that can be changed to modify this behaviour `asterisk_include_materialized_columns` `asterisk_include_alias_columns`
Does the problem still occur if you use gmpublish to publish, rather than gmpublisher?
Perhaps gmpublisher cannot find your Gmod installation or you are logged in to the wrong Steam account. In the gmpublisher settings you can manually choose the location of your Gmod...
Also getting this on macOS with Python 3.10
I couldn't reproduce the problem on Linux 32-bit or Windows 64-bit. Can you tell me what platform you are using and what host? Also, if you can get a crash...
Please provide an example?
Wouldn't this bump our MSRV all the way up to Rust 1.87 though?
Sounds good to me!
Hi, I tried using the `Notifier` from within a FUSE handler (specifically for an `unlink` request) - trying to send a notification (`inval_entry`, `inval_inode`, `delete`, etc.) causes a deadlock. I...