Skip to content

Improve new ":parameters" support #85

Description

@arvanus

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions