Results 58 comments of Milan Lukac

I am not sure what are you asking for here, just an example here or are you doing a review of the diff and want to add some readme file...

hi @tooobsias, ah I see, I overlooked that one. Thank you!

hi @alanplarium, thanks for reporting the issue, coming back to this one: using your check file the query should be in the format ``` SELECT COUNT(*), COUNT(CASE WHEN my_column IS...

@tombaeyens I updated the title and description with proper context.

Just a note to a) it indeed does not add extra coverage, but currently to verify whether we actually do what we want to in the test one has to...

Is there a specific idea about what we want to cover with tests for the data types? Our table that we use in all base tests has columns with all...

more context - built in `re` module docs https://docs.python.org/3/library/re.html#re-syntax suggests using https://pypi.org/project/regex/ for this purpose. There is no specific issue reported at this point, it just came up from internal...

Hi, both these PRs are very simple, CI builds are failing but that is a setup issue, would you please look at these and merge?

The camel case to underscore method is used all over the place, not that easy to refactor, so I tried to use the property alias trick in mapping file with...

ok I made 3 PRs to make this happen, initially I only make sure that Symfony consumes config for this, and that this config is passed on correctly. Currently this...