Skip to content

Commit e8cfa59

Browse files
committed
docs: Note on parentheses in sql
1 parent b9521e4 commit e8cfa59

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/pages/product/data-modeling/syntax.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ cube(`orders`, {
137137
});
138138
```
139139

140+
<ReferenceBox>
141+
142+
Currently, Cube does not wrap your SQL snippets in parentheses during SQL
143+
generation. In case of non-trivial snippets, this may lead to unexpected results.
144+
Please [track this issue](https://github.com/cube-js/cube/issues/6373).
145+
146+
</ReferenceBox>
147+
140148
</CodeTabs>
141149

142150
### User-defined functions

0 commit comments

Comments
 (0)