sqlboiler
sqlboiler copied to clipboard
postgresql: `WHERE IN` support for bytea
I need to fetch rows from a database that match a large list of sha256 hashes. would it be possible to get support for this.
I don't think we'd be opened to adding this given that bytea is a postgres only type and we're really only targeting Go types specifically for this. If it could be done in some nice way I'd probably accept it but if it's a postgres specific solution for a wherein it doesn't feel good. It'd have to work with a mysql bytes type as well.