Show Parameter Info in SQL
June 1st, 2009 by Gregory Shrago
In Maia the Show Parameter Info action (Ctrl+P) is available in SQL function calls and value expressions.

Tags: editor, maia, sql
This entry was posted
on Monday, June 1st, 2009 at 9:25 am and is filed under FYI, In Development, Tips & Tricks.
You can follow any responses to this entry through the RSS 2.0 feed.
You can skip to the end and leave a response. Pinging is currently not allowed.
June 1st, 2009 at 1:58 pm
I’m really craving for a somewhat different feature: a code inspection to catch mismatch between count of ‘?’ in a prepared statement and number of actually passed arguments, like jdbcTemplate.queryForInt(”select max(salary) from employee where dept = ? and hire_date > ?”, deptId).