SansOrm
SansOrm copied to clipboard
Any possibility to add Support for named parameter in SQL
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.
:+1: however i think i will work on it soon, it is a bit painful to migrate from JPA :)