Igor Savin

Results 407 comments of Igor Savin

Alternative syntax: ``` parameters: - in: query name: filter required: true style: form explode: true schema: type: object oneOf: - properties: username: type: string required: [username] additionalProperties: false - properties:...

@jlivak Can you address the conflicts?

rfc-9562 was published (https://www.rfc-editor.org/info/rfc9562), I've updated the ticket accordingly

https://crates.io/crates/uuid7 was updated to clarify being in sync with the published RFC, I've edited the issue description accordingly.

@SevInf Single migration should suffice, we've recently regenerated it, and it was failing as a single standalone migration.

Update: doesn't seem to be limited to CockroachDB, we are getting the same problem in our MySQL databases after the update too.

@janpio no, it was only prisma and nothing else in all cases. Here is the output from console, btw: ``` db:migration:run> dotenv prisma migrate deploy Prisma schema loaded from prisma/schema.prisma...

@UnbounDev Do you have any API ideas for this one already? I wonder if I could help.

@austinbrown-okta Yes :)

@UnbounDev Any updates?