awildturtok

Results 25 comments of awildturtok

@msisj the socket is mounted there by us. And as I demonstrate in the lower snippet, acessing the socket does work, just not with podman-py.

@thoniTUB das war ich, ich rebase es mal und teste es

Was fixed in master, and also fixed on the backend side

Feedback to Users on Query Errors is a planned feature but hasn't received much attention so far this year.

We don't use Githubs tracker, there are tickets documenting these feature requests. Which is why I initially closed this ticket in November.

Rudimentary tests show ~15% performance improvement.

Thanks for your answer. I suspected as much, after reading other issues related to JsonCreator. > So, this seems like something that would be good to improve on but not...

@SebChmie das ist eine sehr softe Implementierung der lesbaren Namen. Ich habe mich beim implementieren selber etwas verfahren und eine deutlich sauberere aber intensivere Lösung geschrieben: https://github.com/ingef/conquery/pull/3361 Ich habe aber...

Das generierte SQL im postgres modus ist lieder falsch: ``` postgres=# select count(distinct null) as "primary_column" from ( select "table"."id" from "table where "table"."code" similar to '1234%' ) as "entities"...