Lucian Mocanu
Lucian Mocanu
`pnpm@9` uses a different lockfile format which isn't supported by `nx` yet.
Not sure how it is for MySQL, but for other drivers (e.g. SAP HANA), a `DataSource` maintains multiple database connections in a pool. Every query will get a random database...
MSSQL's `NEWSEQUENTIALID`, Oracle's `SYS_GUID` and SAP HANA's `SYSUUID` are not producing standard-compliant UUIDs. Would have been nice to keep a generic UUID validator so that values generated by those DBs...
This looks like a duplicate of https://github.com/nx-dotnet/nx-dotnet/issues/911 and should be fixed there. Seems that `[email protected]` requires `@nx/[email protected]` as a direct dependency. I'm actually surprised they force an exact version of...
If you're willing to open a PR, you can take a look at `PostgresDriver.findChangedColumns` and check what option is different. I think `tableColum.enumName` is not the same as the one...
@ymakiev-sc Since this is an open source project, it will probably be fixed when someone submits a PR for it. There's already a pointer above where the issue might be...
Hmm, I think the important thing to notice is that there's a column transformer on the date column. Maybe that affects things somehow. Would be great to have some small...
I don't think it's a good idea to mix `Generated('uuid')` columns with transformers, mainly because UUID columns already imply some transformation on the TypeORM side (for certain drivers, at least)....
Yeah, we just need to add another workflow in `.github/workflows/database-tests.yml` using another version of `postgis`, e.g. `17-3.5`. Would be great to keep `docker-compose.yml` in sync too, so we can easily...