-
Bug
-
Resolution: Done
-
Critical
-
9.1, 8.13.7, 9.0.5, 8.12.7.6_3
-
None
-
None
TEIID-3568 introduced a regression where when only an offset is used, the pushed limit will effectively prevent any results.
So a query like:
select ... sourcea.tbl left outer join sourceb.tbl ... offset 1 row
will push a limit 1 to the sourcea.tbl query, effectively eliminating all results.