Cody Metz
Cody Metz
Hey I would love to work on this issue! Could you assign me to it?
bump, also have this same issue
@Eoic Double check that your build is using those versions in your `package-lock.json` file. I just updated to typescript `4.9.5` and ttypescript `1.5.15` and it seems to have fixed the...
@egriff38 That could definitely be it. I was using a base node:14 docker image and it looks like there was a commit just a few days ago to update from...
@DetachHead According to @egriff38 's comment above, it appears to be node `14.21.2`
@DetachHead ah okay, there could be a range of node versions where it might be broken then. It broke for me once my node 14 docker image was updated to...
> That's because MySQL actually does support mixing modifying the database structure inside migrations (if I recall correctly it automatically commits the transaction before modifying the table). > > The...
Just ran into this same issue. The class properties are null when doing a `model.update()` and my virtual getter is throwing an error because its not expecting a certain property...