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

Commit 9650364

Browse files
committed
Update of SQL feature conformance
1 parent f31e532 commit 9650364

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/backend/catalog/sql_features.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ F261 CASE expression 01 Simple CASE YES
210210
F261 CASE expression 02 Searched CASE YES
211211
F261 CASE expression 03 NULLIF YES
212212
F261 CASE expression 04 COALESCE YES
213-
F262 Extended CASE expression NO
213+
F262 Extended CASE expression YES
214214
F263 Comma-separated predicates in simple CASE expression NO
215215
F271 Compound character literals YES
216216
F281 LIKE enhancements YES
@@ -229,7 +229,7 @@ F311 Schema definition statement 05 GRANT statement YES
229229
F312 MERGE statement NO
230230
F313 Enhanced MERGE statement NO
231231
F321 User authorization YES
232-
F341 Usage tables NO
232+
F341 Usage tables NO no ROUTINE_*_USAGE tables
233233
F361 Subprogram support YES
234234
F381 Extended schema manipulation YES
235235
F381 Extended schema manipulation 01 ALTER TABLE statement: ALTER COLUMN clause YES
@@ -277,12 +277,12 @@ F561 Full value expressions YES
277277
F571 Truth value tests YES
278278
F591 Derived tables YES
279279
F611 Indicator data types YES
280-
F641 Row and table constructors NO
280+
F641 Row and table constructors YES
281281
F651 Catalog name qualifiers YES
282282
F661 Simple tables YES
283283
F671 Subqueries in CHECK NO intentionally omitted
284284
F672 Retrospective check constraints YES
285-
F690 Collation support NO
285+
F690 Collation support YES but no character set support
286286
F692 Enhanced collation support NO
287287
F693 SQL-session and client module collations NO
288288
F695 Translation support NO
@@ -337,7 +337,7 @@ S027 Create method by specific method name NO
337337
S028 Permutable UDT options list NO
338338
S041 Basic reference types NO
339339
S043 Enhanced reference types NO
340-
S051 Create table of type NO
340+
S051 Create table of type NO partially supported
341341
S071 SQL paths in function and type name resolution YES
342342
S081 Subtables NO
343343
S091 Basic array support NO partially supported
@@ -435,7 +435,7 @@ T271 Savepoints YES
435435
T272 Enhanced savepoint management NO
436436
T281 SELECT privilege with column granularity YES
437437
T285 Enhanced derived column names NO
438-
T301 Functional dependencies NO
438+
T301 Functional dependencies NO partially supported
439439
T312 OVERLAY function YES
440440
T321 Basic SQL-invoked routines NO
441441
T321 Basic SQL-invoked routines 01 User-defined functions with no overloading YES
@@ -450,8 +450,8 @@ T323 Explicit security for external routines YES
450450
T324 Explicit security for SQL routines NO
451451
T325 Qualified SQL parameter references NO
452452
T326 Table functions NO
453-
T331 Basic roles NO
454-
T332 Extended roles NO
453+
T331 Basic roles YES
454+
T332 Extended roles NO mostly supported
455455
T351 Bracketed SQL comments (/*...*/ comments) YES
456456
T431 Extended grouping capabilities NO
457457
T432 Nested and concatenated GROUPING SETS NO
@@ -490,7 +490,7 @@ T655 Cyclically dependent routines YES
490490
M001 Datalinks NO
491491
M002 Datalinks via SQL/CLI NO
492492
M003 Datalinks via Embedded SQL NO
493-
M004 Foreign data support NO
493+
M004 Foreign data support NO partially supported
494494
M005 Foreign schema support NO
495495
M006 GetSQLString routine NO
496496
M007 TransmitRequest NO
@@ -647,4 +647,4 @@ X302 XMLTable: ordinality column option NO
647647
X303 XMLTable: column default option NO
648648
X304 XMLTable: passing a context item NO
649649
X305 XMLTable: initializing an XQuery variable NO
650-
X400 Name and identifier mapping NO
650+
X400 Name and identifier mapping YES

0 commit comments

Comments
 (0)