Stephen Afam-Osemene

Results 80 comments of Stephen Afam-Osemene

If this was generated using the postgrest driver, your upsert method call should take one other argument. This is the method signature: ```go func (o *Model) Upsert(ctx context.Context, exec boil.ContextExecutor,...

The generated query seems correct, what were the arguments?

Oh!!!! This is definitely an issue then. I'll look into it later.

I understand the need for this. At the same time * There are many other places where it is used and expected to be without quotes. * Adding quotes (e.g...

Personally, I haven't used partitions with SQLBoiler so this is not a situation that I have faced. I could be wrong, but reading through the code, I also don't remember...

Still haven't had time to look into a lot of things, and since partitions are not something I use, I don't see myself looking into this for a while. I...

You have some merge conflicts

I'll check out the issue with the `NO_TESTS` env variable. In the meantime, perhaps you can add the flag `--no-tests` whenever you run the command. For the `_id` field. Your...

This is likely a semi-simple fix by adding the correct type in this switch statement [here](https://github.com/volatiletech/sqlboiler/blob/b6831a66f1/drivers/sqlboiler-sqlite3/driver/sqlite3.go#L489). Not 100% sure when I'd get to it (pretty busy recently), but feel free...

This looks like a bug for sure. Can you try if this issue persists with v4.10.2?