Umed Khudoiberdiev
Umed Khudoiberdiev
> After v0.3.X, the files are no longer saved in the proper place there is "proper place" now. User just specifies the path where migration must be generated, e.g.: ```...
Non of the listed packages actually work properly. `react-native-worklets-core` seems the least outdated, but comes with big limitations, and can be used only in particular scenarios. Having threads / processes...
> I wonder what your use-cases are, can you give an example on such "heavy" JS computations that you need to run? simple use cases might easily become "heavy", depend...
@mrousavy cryptography can be an example which easy to argue about, but there can many other examples, you can depend on third-party libraries which can have different computations. Just imagine...
Comments in this PR must be addressed before it can be merged.
Interesting issue... I'm not completely sure but we might try to disable foreign keys before table recreation [here in recreateTable method](https://github.com/pleerock/typeorm/blob/38b6e7a598b8c773da58e1e2c0be59ee7c613f2b/src/driver/sqlite-abstract/AbstractSqliteQueryRunner.ts#L959). Can you add it on your own and test...
> @dhritzkiv isn't that gonna create a conflict? The role relationship will already try to create a roleId column no, it won't. there can be multiple problems, for example you...
I'll mark it as needs more info until somebody provides something that we can debug.
TBH it's unlikely there is an issue, because we have similar use cases and they are test-covered. But you can create a PR with a minimal reproduction failing test and...
adding @giladgd