Nick Robinson

Results 7 comments of Nick Robinson

@tanner0101, thanks. I will do a PR in the next few days.

Tried doing a PR but it has errors during testing. Haven't checked them all exhaustively but this is indicative: "MySQL error: Server error: BLOB, TEXT, GEOMETRY or JSON column 'name'...

Error above arises because SQLBenchmarker+Planets.swift creates a test table with a 'name' field that is type `.text` with a default value.

Thank you, @0xTim. I have done some more investigation. If I use MySQL client on the table created by the `prepare` above and try to delete the index manually, then...

Hi Sadly, I can’t reproduce the fix with my minimal example previous submitted. I’ve tried using: .field("imagesUploadedByUserId", .uuid, .references("User", "id")) .foreignKey("idkId", references: "User", "id", name: "waddyaKnow") To create the foreign...

Is there any likelihood of fixing this? My original issue https://github.com/vapor/fluent/issues/722 remains and it makes unit-testing very tedious as you can't revert the database automatically.

Hi Gwynne \Yes, I’ve just created a minimal migration/reversion and it still happens. It fails with a MySQL error: testIndex(): failed: caught error: "MySQL error: Server error: Cannot drop column...