firatgursoy / fluentquery

FluentQuery is a sql query builder by using java 8 functional interfaces and spring's JdbcTemplate.
Apache License 2.0
5 stars 0 forks source link

casting by operator bug #34

Closed firatgursoy closed 3 years ago

firatgursoy commented 4 years ago

sql parameter usage have some issues with casting operator (::)

Example

select code::int from codes where code=:code

solve the issue and create some tests.

firatgursoy commented 3 years ago

done