smartlist dowork
Das Goravani
goravanis at gmail.com
Tue Apr 12 16:28:57 UTC 2022
Normally with Postgres and Omnis you would want to $excludefromupdates() and $excludefrominserts() on your primary key. Postgres needs them excluded from the insert and update commands.
This is one quandary I have.
They don’t seem to work for $dowork()
I had a smartest, was doing $dowork() and couldn’t get $excludefromupdates() and $excludefrominserts() to work. The column was still in the SQL generated.
Curious what others feel about this. Is it true what I experienced or not?
Or was I just jammed somehow, not seeing the truth?
More information about the omnisdev-en
mailing list