Make transparent support for multiple parameters with the same name, like:
select * from table1 where field1=:param1 or field2=:param1 or field3=:param1
Problems:
When multiple parameters have different types, I'll get the last parameter attribute to work with, approximately like IBExpert does
Make transparent support for multiple parameters with the same name, like:
select * from table1 where field1=:param1 or field2=:param1 or field3=:param1Problems:
When multiple parameters have different types, I'll get the last parameter attribute to work with, approximately like IBExpert does