Hi Massimo,

Is it possible to turn off back-references (reference fields from other 
tables back to my table as Set objects)?.

I need the following to work:

   myrow.get('fieldname', 'othervalue')

But if 'fieldname' happens to be the same as the tablename of one of such 
back-references, then it incorrectly returns a Set object (instead of 
'othervalue').

I know I can use something like [ if 'fieldname' in table.fields ] but I 
would rather have the convenience of the 'get' method.

Note that I do not really need these auto back-references.

Please let me know if it's doable to accomplish this with a switch or so 
(without breaking backward compatibility).

Thanks,

   Carlos

Reply via email to