rsurgiewicz

Results 10 comments of rsurgiewicz

I'd love to see it in action! Actually I am now checking my API performance and would like to know whether cache is used or not.

Hello Are those issues fixed in latest docker image? I'm trying to use the tool but despite > CLICKHOUSE_FLUSH_INTERVAL=10000 I'm getting `send 1 row ....` 99% from time-to time `send...

Ok nailed it! There was an extra space before FORMAT keyword in my requests. After removing it, batch inserts work!

thank you for quick reply: here is data table: | id | startTime | avgResult | | :--- | :--- | :--- | | zX2Rr0Vc1E | 2021-12-09 13:49:48.141000 | 6428932...

psycopg2 (psycopg2-binary 2.9.3 to be more precise)

Did you try to replicate the issue? Meanwhile, I've tried with `asyncpg` driver, but I observe same misbehavior.

Ok, I see. Looking on the bright side; at least it's replicable. If there's a sql-injection-safe workaround that could be used, please let me know. thx

Thanks @aminalaee, I've tried the sqlalchemy select approach. Even though it produces a list of `databases.backends.postgres.Record` objects, but when I try to read the data from it or convert it...

Confirmed in the latest one: `7.0.8` Actually it is not working for any onMouse... events for me

I encountered the very same issue