History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17939
Type: New Feature New Feature
Status: Open Open
Assignee: Gregory Shrago
Reporter: Taras Tielkes
Votes: 1
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Spring/SQL: recognize named parameters

Created: 27 Apr 08 19:39   Updated: 04 Sep 08 06:34
Component/s: J2EE.Spring, SQL

Build: 8,321


 Description  « Hide
Hopefully Diana will start to inject SQL language into relevant Spring JDBC APIs soon. (that's what IDEADEV-25928 and IDEA-17877 are about).

Once that happens, a small extension of the feature would be to add similar support for Spring JDBC API methods that support named parameters. This feature of Spring JDBC allows to use named parameters instead of the typical "?" JDBC syntax.

I'm not asking for parameter resolving and/or completion, which seems impossible anyway from looking at NamedParameterJdbcTemplate API usage pattern.
The only thing this issue is about is to for IDEA not to report usages of such parameters as a syntax error, when using in NamedParameterJdbcTemplate API context.



 All   Comments   Work Log   Change History      Sort Order:
Taras Tielkes - 04 Sep 08 06:34
I think it should be possible (and easier) to support names SQL parameters for Hibernate SQL API: IDEA-19186