Filipp Kuznetsov

Results 15 comments of Filipp Kuznetsov

As I see it's any query with quotes in it – even if it's a part of string literal e.g. `select 'some string with quote " char'`

Hi @sebsto , do you still looking at implementing this? Currently I think this could be a viable option (like alternative to docker build) with a stripping going after. Post...

Sounds great! I’d like to help with contributions as much as I can. Should I wait for v2 release, or can I start working on it now?

@Beingpax what's your vision on this? I probably could do some initial work on this because this feature looks really cool for me – but only if it's not on...

I prefer action-inspired approach. You wrap your task code in a method like `func viewAppeared() async` and do the work inside it. Then you just test this method.