Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 294e794

Browse files
committed
Mark features related to WITH/SELECT as supported.
1 parent 58bece7 commit 294e794

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/catalog/sql_features.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,10 @@ T061 UCS support NO
400400
T071 BIGINT data type YES
401401
T101 Enhanced nullability determiniation NO
402402
T111 Updatable joins, unions, and columns NO
403-
T121 WITH (excluding RECURSIVE) in query expression NO
404-
T122 WITH (excluding RECURSIVE) in subquery NO
405-
T131 Recursive query NO
406-
T132 Recursive query in subquery NO
403+
T121 WITH (excluding RECURSIVE) in query expression YES
404+
T122 WITH (excluding RECURSIVE) in subquery YES
405+
T131 Recursive query YES
406+
T132 Recursive query in subquery YES
407407
T141 SIMILAR predicate YES
408408
T151 DISTINCT predicate YES
409409
T152 DISTINCT predicate with negation YES

0 commit comments

Comments
 (0)