eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
229 stars 72 forks source link

Fix for #527: Handling special parameters #528

Closed OndroMih closed 2 months ago

OndroMih commented 2 months ago

Special parameters should be ignored and shouldn't end up in the query condition. They are handled by other means. If compiled with -parameters option, both named and ? parameters should be created.

Fixes #527.

genie-jnosql commented 2 months ago

Can one of the admins verify this patch?