Gleb Lesnikov

Results 8 comments of Gleb Lesnikov
trafficstars

Hi. Sorry for the Loooooong delay. I've rebased the branch and applied the suggested changes. Thanks!

We can now use System.Diagnostics.Metrics for integration-agnostic metrics: https://docs.microsoft.com/en-us/dotnet/core/diagnostics/metrics-instrumentation

I was able to monkeypatch this. https://github.com/getredash/redash/compare/master...dodopizza:fix-mysql-binary-columns We store UUIDs in MySQL as BINARY(16) columns. They are everywhere in all our databases. When we query `select * from orders` in...

@arikfr BINARY columns now work fine in MySQL as of 9.0.0-beta. This must be result of porting to Python3 and having proper unicode/bytes types. Thanks!

@arikfr sure. Should it be two files or just one? how do I avoid duplicating logic?

Hi! Let's return to this. I've made the requested changes. Can we proceed to merging this? @pavelnikolov

@pavelnikolov Thanks for the approval! Can you please merge? I've rebased & signed commits.