We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26dee1c commit 8a049b9Copy full SHA for 8a049b9
tests/test_mindsdb/test_oracle.py
@@ -4,7 +4,7 @@
4
5
6
class TestOracle:
7
- def test_left_outer_join(self):
+ def test_left_outer_join_render_skip(self):
8
sql = "SELECT * FROM customer, orders "\
9
"WHERE c_custkey = o_custkey(+)"
10
0 commit comments