Results 83 comments of Christian Erhardt

Yes, it is very crude right now, as I just figured out how everything is working. Have to do some cleanup later. I managed to build my intended application welle.io...

Okay, i did some cleanup and removed the requirements for welle.io. I tested it with rpi3 and 5.12.9. I will try to compile the old QT versions tomorrow. But I...

I will update the README tomorrow

No worries! I achieved my goal to cross compile for my raspberry pi. If we can somehow make this available for everyone else, I'm glad. But there is no need...

Is there a place to add unit tests for this functionality? I tried `pnpm test` but it told me that `test` was not found.

No worries. I just do some testing and experimenting. If it is ok for you, i'll report my experiences here. If you give me a hint on how you would...

Hey, one small issue. The existing tests do all work, but to test `withGraphJoined` we would need a database connection as `withGraphJoined` needs metadata to be loaded (See how it...

Sorry, I was a bit in a hurry yesterday. I should have added more information and not waste your time. Here is everything i figured out so far: I created...

I created a unittest which shows this behaviour: ```typescript it('does prefix where clause when relation exists', () => { const condition = new CompoundCondition('or', [ new Field('eq', 'id', 1), new...