Felipe Guilherme Sabino

Results 4 comments of Felipe Guilherme Sabino

Hey @weavejester! Yes, the adapter, sorry about not specifying it. The thing is that I've opened a PR on another project and got this response: > Hey @sabino, thanks for...

@narayanb1 I've managed to make it work like this in a hacky way: PostgreSql ```sql select count(*) from T where day = ANY (string_to_array({{day}}, ',')); ``` MySql ```sql select count(*)...

@sldorman never worked with SQL Server but this might help http://www.sommarskog.se/arrays-in-sql.html

I was having the same issue (regarding `patchmatch` not compiling, even with everything installed). Here is what I did. ## tl;dr If running on Linux (Debian / Ubuntu - including...