Closed gwynne closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
25d8170
) to head (db4789b
).
I personally would have liked to have at least 1 test case with a real world complex query.
There, happy? One of them even revealed a bug 😜
These changes are now available in 3.31.0
CTEs (
WITH
clauses) are now supported bySELECT
,INSERT
,UPDATE
,DELETE
, andUNION
queries, including subqueries. Test and docs coverage is 100%.