Skip to content

Commit ba1f302

Browse files
authored
Fix README.md
1 parent 37fbb24 commit ba1f302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Known limitations:
133133
- `CASE/WHEN` is not supported
134134
- Recursive CTEs, `UNION DISTINCT`, and `INTERSECT`/`EXCEPT` are not supported.
135135
- Only a curated subset of SQL scalar and window functions is implemented; unsupported functions raise explicit translation errors
136-
- `RIGHT/OUTER JOIN` is not supported, supported JOINS with the same field name in both sides
136+
- `RIGHT/OUTER JOIN` is not supported, supported only JOINS with the same field name in both sides
137137

138138
## Working with views
139139

0 commit comments

Comments
 (0)