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

Commit 7e36792

Browse files
committed
Update SQL features
Update a few items that have become supported or mostly supported but weren't updated at the time.
1 parent 7d6a4fd commit 7e36792

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/backend/catalog/sql_features.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ B124 Routine language Fortran NO
2828
B125 Routine language MUMPS NO
2929
B126 Routine language Pascal NO
3030
B127 Routine language PL/I NO
31-
B128 Routine language SQL NO
31+
B128 Routine language SQL YES
3232
B200 Polymorphic table functions NO
3333
B201 More than one PTF generic table parameter NO
3434
B202 PTF Copartitioning NO
@@ -364,9 +364,9 @@ S051 Create table of type NO partially supported
364364
S071 SQL paths in function and type name resolution YES
365365
S081 Subtables NO
366366
S091 Basic array support NO partially supported
367-
S091 Basic array support 01 Arrays of built-in data types NO
367+
S091 Basic array support 01 Arrays of built-in data types YES
368368
S091 Basic array support 02 Arrays of distinct types NO
369-
S091 Basic array support 03 Array expressions NO
369+
S091 Basic array support 03 Array expressions YES
370370
S092 Arrays of user-defined types YES
371371
S094 Arrays of reference types NO
372372
S095 Array constructors by query YES
@@ -463,12 +463,12 @@ T281 SELECT privilege with column granularity YES
463463
T285 Enhanced derived column names YES
464464
T301 Functional dependencies NO partially supported
465465
T312 OVERLAY function YES
466-
T321 Basic SQL-invoked routines NO
466+
T321 Basic SQL-invoked routines NO partially supported
467467
T321 Basic SQL-invoked routines 01 User-defined functions with no overloading YES
468468
T321 Basic SQL-invoked routines 02 User-defined stored procedures with no overloading YES
469469
T321 Basic SQL-invoked routines 03 Function invocation YES
470470
T321 Basic SQL-invoked routines 04 CALL statement YES
471-
T321 Basic SQL-invoked routines 05 RETURN statement NO
471+
T321 Basic SQL-invoked routines 05 RETURN statement YES
472472
T321 Basic SQL-invoked routines 06 ROUTINES view YES
473473
T321 Basic SQL-invoked routines 07 PARAMETERS view YES
474474
T322 Declared data type attributes NO

0 commit comments

Comments
 (0)