Update SQL features

The name of E182 was changed in SQL:2011.

Also, we can change it to supported because all it requires is one
embedded language to be supported, which we do.
This commit is contained in:
Peter Eisentraut 2020-03-25 08:46:41 +01:00
parent 352f6f2df6
commit e8b1774fc2

View File

@ -147,7 +147,7 @@ E152 Basic SET TRANSACTION statement 02 SET TRANSACTION statement: READ ONLY and
E153 Updatable queries with subqueries YES E153 Updatable queries with subqueries YES
E161 SQL comments using leading double minus YES E161 SQL comments using leading double minus YES
E171 SQLSTATE support YES E171 SQLSTATE support YES
E182 Module language NO E182 Host language binding YES
F021 Basic information schema YES F021 Basic information schema YES
F021 Basic information schema 01 COLUMNS view YES F021 Basic information schema 01 COLUMNS view YES
F021 Basic information schema 02 TABLES view YES F021 Basic information schema 02 TABLES view YES