pauljamescleary/scala-pet-store

SQLPagination drops SQL parameters

ACoalzy opened this issue · 1 comments

Fragment(q.sql, Nil, Some(pos)) drops any parameters inside the query which can cause runtime exceptions. q.toFragment can be used instead which retains them.

Think you fixed this in #380, thanks!