Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
When using a a sub select with the IN expression of the Database SQL abstraction, one needs to manually switch off quoting of values to make it work. Instead of
you need to do
to make the sub-select be executed and not be handled like a value. Quoting should be turned off for any sub-selects that are submitted to an expression and I asume this gives errors with almost any other RDBS, too. Environment: Operating System: Steps to Reproduce: This example shows the incorrectly quoted query.
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||