relational/relational
Salvo 'LtWorf' Tomaselli d597076038 Subtle bug that occurred selecting after a join
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.
2015-09-10 12:19:51 +02:00
..
__init__.py Fix bug: imported removed module 2015-09-09 15:13:44 +02:00
maintenance.py Session management 2015-08-03 15:56:37 +02:00
optimizations.py Removed encoding string 2015-07-14 10:43:13 +02:00
optimizer.py Removed encoding string 2015-07-14 10:43:13 +02:00
parser.py Fix exception 2015-09-10 10:13:00 +02:00
relation.py Subtle bug that occurred selecting after a join 2015-09-10 12:19:51 +02:00
rtypes.py Switch to compiled regular expressions 2015-09-09 15:17:17 +02:00