sqlparam plugin asks for commented variables
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
Logged In: NO
ask for param but its a casting (postgresql)
Example:
select my_int_field::varchar from table
in postgres sql "::" stands for typecasting
fix for both problems (commented out params and "::"
Last edit: mkls 2013-09-27
Is fixed in our Git repository and will be available in future snapshots and versions.
Thanks to Michal Stekrt for the patch.