I would like to be able to have bind variable names with dots in their name. One reason is that in a detail dataset the bind variable name must fit with the master field name (which has a dot). I think this issue becomes urgent when DOA dataset will support objects and references (one day...).
Sample:
select
object.aggobject.attr
from
table object
where object.aggobject.attr=:aggobject.attr
Sample:
select
object.aggobject.attr
from
table object
where object.aggobject.attr=:aggobject.attr