Bind variable names with dot?

ThomyKay

Member²
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
 
Dots are not supported, and variable names are limited to 30 characters anyway. For variables that represent object attributes this would have been useful, but you can use generated variable names instead.

------------------
Marco Kalter
Allround Automations
 
Back
Top