gqlgen-sqlboiler icon indicating copy to clipboard operation
gqlgen-sqlboiler copied to clipboard

Can not paginate / order by nullable column

Open RichardLindhout opened this issue 1 year ago • 0 comments

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]

RichardLindhout avatar May 25 '23 14:05 RichardLindhout