Tamas Kokeny

Results 6 comments of Tamas Kokeny

@mrclay If the dynamicity is not about the on-demand loading but the programable loading by name as here, then I think it is still relevant

I would say try to avoid using switch. It is many times a smell of some kind of object hierarchy. In your example way clearer to use a plain data-structure...

Unfortunately it is still reproducible in `3.0.1` Based on my testing the queries fail when there is a clause in the subquery that references anything from the main query. This...

I have tried to debug it but I am unable to fix it :( This unit test shows the issue, have added to `src/tests/issues.spec.ts`: ``` describe('#310', () => { it('subquery...