Stephen Afam-Osemene

Results 80 comments of Stephen Afam-Osemene

Thanks for taking a look at this @Shubhaankar-Sharma I have nothing else to add to what was in my original comment. 1. Ability to use my own Handler 2. Clearer...

If you have identified where the issue is, kindly send in a PR with tests included to prevent a regression.

Can you turn on `boil.DebugMode` and share the generated queries for both?

The issue is not the `Bind` the issue is the `Join` When there is a join, the columns are aliased because it is assumed that you want to select values...

What is the use case for this?

> for database sharding, for large datasets we need to move these data in different tables with the same schema Instead of making this change to SQLBoiler, did you consider...

I will label this as a bug, but I need more information The title says it can't be replaced, can you share how you are configuring the type replacement?

While I see this as a good change, I wonder if this may cause issues for those who are used to the current behaviour 🤔

I'll label this as breaking and may add it to an eventual `v5` release.

Sorry about this, I would appreciate if you can send a PR to fix