Gwendal Roué

Results 270 comments of Gwendal Roué

Hello again @myyra, > I tried to make this into a draft PR at least, but ran into so many dead ends that I didn't feel like opening something that...

A slight note about the pairs of dual types, so that the intent is more clear. A few such pairs exist: - `QueryInterfaceRequest` / `SQLRelation` - `CommonTableExpression` / `SQLCTE` -...

Hello @sipefree Thanks for the report! The `Codable` implementation of GRDB is indeed incomplete... I agree that we should finish the job and provide support for `AttributedString` 👍 Thanks also...

Hello @sipefree, I would prefer to address this issue by exercising the fix on a type that correctly uses super encoders. `AttributedString` sounded like a perfect candidate, but when I...

Thank you @itaiferber, this sample code will greatly help me 👍 @sipefree, I find it weird that you crash with `"unkeyed encoding is not supported"` or `"single value encoding is...

Hello @sipefree. I'm closing the issue due to lack of feedback, and because I suspect the problem is in the application code, as explained in the previous comment. Feel free...

Hi @ahartman, I'm far away from any computer, so I'm not able to verify the validity of my answer. Did you try to replace `Patient.visits`, in query 1, with the...

I'm back from vacations, and you have solved your issue, @ahartman 👍🙂 The `Assertion failed: unexpected NULL value` error is interesting, because it is the sign of an actual GRDB...

> I do not think this is a GRDB issue; my error was to query a potential NULL result into a non-optional value. It is a GRDB bug, because [assertions...

Thank you for the report, @cosmer-work. I'm currently in vacations and won't be able to have a close look until a few weeks. I'm happy you could find a workaround....