Stephen Afam-Osemene

Results 80 comments of Stephen Afam-Osemene

Alright. Sorry about this. I will check in a couple of weeks as I am unable to check at this time. Can you make sure you're using the SQLite driver...

I haven't had time to manually check it. There was also some discussion about using a potential `null/v9` package which would be a breaking change in it self because of...

Really anyone just using the branch and confirming that it works and doesn't introduce any breaking changes.

@fdegiuli kindly fix the merge conflicts so I can merge this

I'll tag a release within the next week.

Can you explain this bug a bit more? Would this be fixed by #1060 ?

This looks alright. Would you be able to extend this to also include column comments?

I just saw this MR https://github.com/volatiletech/sqlboiler/pull/807 It seems that column comments are already included.

My first guess is that this is because internally, `types.Decimal` contains a pointer to `decimal.Big`. It is possible that it is copying that pointer around which causes the values to...

If you're certain this is the cause, can you send in a PR to fix it? @anders-cognite Even a PR with tests that replicate this will be greatly appreciated 🙏🏾...