Dan Caddigan

Results 65 comments of Dan Caddigan

I'm wondering if this is the same discussion that the TypeORM folks had when they were considering adding `updateMany` and `createMany` :). There are ways we can do this, but...

Interesting. Can you create a branch in your fork with a minimal example?

@deweyjose - you were seeing something similar and ended up compiling using TSC, right?

Just checking back in - are you still struggling with this? It's likely the code generation that is taking so long. Let me know if this is still an issue.

Hi did you ever get to take a peek at this?

Hi, I don't support this yet. How would you imagine sorting and filtering would work on these columns? What might the Warthog API look like for this? Note that you...

@FOSSforlife early versions of PG12 failed because TypeORM was not compatible. If it’s compatible now, I can bump the version and everything should work. I should be able to do...

I'm in the process of getting ready for 3.0. I've been working on it for a while in the [beta branch](https://github.com/goldcaddy77/warthog/tree/beta). So far, I've added: - Decorators for - `PrimaryIdField`...

@dzhelezov thanks for the feedback! Will take all of this into consideration. For the BigInt support, have you seen this example in the examples folder? https://github.com/goldcaddy77/warthog/blob/main/examples/02-complex-example/src/modules/user/user.model.ts#L99-L100 It's not a first-class...

Created tickets for your items: - https://github.com/goldcaddy77/warthog/issues/453 - https://github.com/goldcaddy77/warthog/issues/451 - https://github.com/goldcaddy77/warthog/issues/454 Also: `The id field was for some reason excluded from the list of properties one can filter on, so...