We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35706cd commit e48c7f6Copy full SHA for e48c7f6
CHANGELOG.md
@@ -30,6 +30,8 @@ Other important changes:
30
an empty In condition would render as invalid SQL and would usually cause a runtime exception from the database.
31
With this change, the exception thrown is more predictable and the error is caught before sending the SQL to the
32
database.
33
+- All the paging methods (limit, offset, fetchFirst) now have "WhenPresent" variations that will drop the phrase from
34
+ rendering if a null value is passed in
35
36
## Release 1.5.2 - June 3, 2024
37
0 commit comments