@@ -112,7 +112,7 @@ The following table shows the supported data types in each JDBC database and the
112112 | varbinary | BLOB | See warning [ 2] ( #2 ) below. |
113113 | varchar | TEXT | See warning [ 2] ( #2 ) below. |
114114
115- Data types not listed in the above are not supported. The following are some common data types that are not supported:
115+ Data types not listed above are not supported. The following are some common data types that are not supported:
116116
117117 - bigint unsigned
118118 - bit(n) (n > 1)
@@ -142,7 +142,7 @@ The following table shows the supported data types in each JDBC database and the
142142 | smallint | INT | See warning [ 2] ( #2 ) below. |
143143 | text | TEXT | |
144144
145- Data types not listed in the above are not supported. The following are some common data types that are not supported:
145+ Data types not listed above are not supported. The following are some common data types that are not supported:
146146
147147 - bigserial
148148 - bit
@@ -193,7 +193,7 @@ The following table shows the supported data types in each JDBC database and the
193193 | raw | BLOB | See warning [ 2] ( #2 ) below. |
194194 | varchar2 | TEXT | See warning [ 2] ( #2 ) below. |
195195
196- Data types not listed in the above are not supported. The following are some common data types that are not supported:
196+ Data types not listed above are not supported. The following are some common data types that are not supported:
197197
198198 - date
199199 - timestamp
@@ -223,7 +223,7 @@ The following table shows the supported data types in each JDBC database and the
223223 | varbinary | BLOB | See warning [ 2] ( #2 ) below. |
224224 | varchar | TEXT | See warning [ 2] ( #2 ) below. |
225225
226- Data types not listed in the above are not supported. The following are some common data types that are not supported:
226+ Data types not listed above are not supported. The following are some common data types that are not supported:
227227
228228 - cursor
229229 - date
0 commit comments