web-ridge / gqlgen-sqlboiler

This is a plugin for gqlgen to generate converts + filter queries and resolvers for sqlboiler
MIT License
74 stars 13 forks source link

Can not paginate / order by nullable column #68

Open RichardLindhout opened 1 year ago

RichardLindhout commented 1 year ago

Column should not be nullable now since else it will add a pointer in where statement SELECT product.* FROM product WHERE ((name, id) > (?,?)) ORDER BY name ASC, id ASC LIMIT 61; [0xc0005a31d0 24]