d597076038
Outer joins add the placeholder '---' that is used as some sort of NULL value. However select operations on such relations would always fail, because relations are supposed to only contain values of class rstring, and the placeholder was added as a regular string. As a consequence, automatic casting would always fail, and the select would always raise an exception. Added a new test case with this specific case in mind. |
||
---|---|---|
.. | ||
__init__.py | ||
maintenance.py | ||
optimizations.py | ||
optimizer.py | ||
parser.py | ||
relation.py | ||
rtypes.py |