I'am using PostgreSQL.
Ok for the workaround.

There's any plan in future to have the ability of specifying if a
parameter is rendered
as a constant or not in the SQL string ?

For example, something like this:

...
where(FIELD.equal(constantParam("paramName", "value")));
...

such as "value" is rendered into the query string using constantParam,
whereas
rendered as "?" for the current param implementation.


Another issue.
I found that the "limit" and "offset" methods accept
only a simple integer as parameter (not a Field) so it's impossible to
set the limit as
a named param.

There's some way to get that, or It will be implemented some day ???

Reply via email to