Skip to content

Commit 5cc51a7

Browse files
committed
Edit README
1 parent c2224d6 commit 5cc51a7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ func main() {
4747
}
4848
```
4949

50+
## 🚧 TODO
51+
* Unit tests
52+
* `GROUP BY ROLLUP` and `GROUP BY CUBE` clause, `GROUPING()` function
53+
* `WITH` clause
54+
* `USING SCOPE` clause
55+
* Formula in fieldExpression at conditionExpression (where / having)
56+
* Polymorphic Fields
57+
* "null Values in Lookup Relationships and Outer Joins" - If an object has a conditional expression whose right hand side is null, it is not a condition for inner join.
58+
* cf. "Using Relationship Queries" - If the condition is complete within the parent object (no "or" across relationships), it is inner joined.
59+
5060
## ⚖️ License
5161

5262
MIT

0 commit comments

Comments
 (0)