darrachequesne / spring-data-jpa-datatables

Spring Data JPA extension to work with the great jQuery plugin DataTables (https://datatables.net/)
Apache License 2.0
450 stars 172 forks source link

[fix] Fix searching with the separator "+" #55

Closed darrachequesne closed 7 years ago

darrachequesne commented 7 years ago

Previously, searching with "+" threw SQLException on (at least) Postgres and MySQL.

Closes #54