Show Parameter Info in SQL
June 1st, 2009 by Gregory ShragoIn Maia the Show Parameter Info action (Ctrl+P) is available in SQL function calls and value expressions.
Tags: Database Tools, Editor, Maia
In Maia the Show Parameter Info action (Ctrl+P) is available in SQL function calls and value expressions.
Tags: Database Tools, Editor, Maia
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).