--- Peter Hearty <peter.hearty@lutris.com> wrote:
> George
>
> InstantDB only allows constants in the right hand
> side of LIKE clauses. So
>
> ...WHERE UPPER(prod.name) LIKE "MY_PRODUCT"
>
> would be OK, but general expressions, such as "UPPER
> (?)", are,
> unfortunately, not currently allowed.
Peter,
Thanks for much for your reply. I hope you will
consider changing this.
I am author of free, open-source O-R mapping system,
osage at sourceforge.net. Lutris's DODS is similar
system. Biggest difference between these systems is
that, with DODS, most sql is statically generated and
compiled in data classes. With osage, the sql is
generated at runtime.
Since osage generates all the Sql at runtime, to deal
with the above, the software would need to be
concerned about what side of the expression was being
generated.
Regards, george
__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|