Results 315 comments of Matt Mueller

> Moving on to an actual question: I find it surprising that take can't occur without cursor, because that effectively means that I need 2 queries for something really simple...

@Sytten that doesn't currently work does it? It's definitely an interesting use case, but I think it's pretty obscure and I'm don't think we'd be able to write efficient queries...

Good call, yep. I think it would look like this. Please make sure it matches your expectations. Also thought about negative skips, but I think that could get confusing. I'll...

Good catch. Completely agree. Without take, there's no limit.

Not yet. I still need to write down some of the on-the-fly decisions we made during implementation.

Interesting. Are you running Postgres or MySQL?

Thanks! This should be possible in Postgres. Figuring out which SQL statement is broken for you and how to fix it would certainly speed things up. Here's a nice example:...

> Type "EmailAddress_emailType" is neither a built-in type, nor refers to another model, custom type, or enum. What part errors out? The SQL, P1 client, or P2 client? If it's...

Did a user run into this?

Hey @henryson, there's no additional plans to make the upgrade process fully-automated. It's just too hard to cover all the edge cases. For many real-world schemas you'll need to make...