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

Fault tolerance and error handling #13

Open firatgursoy opened 5 years ago

firatgursoy commented 5 years ago

Global and local error handling mechanism

OOnogul commented 4 years ago

Hola amigo,

Does this issue includes the warning/error handling for param(String, Object) added params that is not used in query string? And also vice versa for used params in query string that is not added via any param methods.

Keep up the good work. :)