SansOrm icon indicating copy to clipboard operation
SansOrm copied to clipboard

Any possibility to add Support for named parameter in SQL

Open sachin-walia opened this issue 9 years ago • 1 comments

JDBC doesn't support Named parameter in SQL natively. However some of the leading libraries do support this. Also it makes SQL much more readable. Something similar to Spring JDBC template:

http://docs.spring.io/spring/docs/2.5.x/reference/jdbc.html#jdbc-NamedParameterJdbcTemplate

Would be nice addition.

sachin-walia avatar Jan 22 '16 08:01 sachin-walia

:+1: however i think i will work on it soon, it is a bit painful to migrate from JPA :)

sergiorussia avatar Oct 19 '17 14:10 sergiorussia