@@ -111,7 +111,7 @@ The following table shows the supported data types in each JDBC database and the
111111 | varbinary | BLOB | See warning [ 2] ( #2 ) below. |
112112 | varchar | TEXT | See warning [ 2] ( #2 ) below. |
113113
114- Data types not listed in the above are not supported. The following are some common data types that are not supported:
114+ Data types not listed above are not supported. The following are some common data types that are not supported:
115115
116116 - bigint unsigned
117117 - bit(n) (n > 1)
@@ -141,7 +141,7 @@ The following table shows the supported data types in each JDBC database and the
141141 | smallint | INT | See warning [ 2] ( #2 ) below. |
142142 | text | TEXT | |
143143
144- Data types not listed in the above are not supported. The following are some common data types that are not supported:
144+ Data types not listed above are not supported. The following are some common data types that are not supported:
145145
146146 - bigserial
147147 - bit
@@ -192,7 +192,7 @@ The following table shows the supported data types in each JDBC database and the
192192 | raw | BLOB | See warning [ 2] ( #2 ) below. |
193193 | varchar2 | TEXT | See warning [ 2] ( #2 ) below. |
194194
195- Data types not listed in the above are not supported. The following are some common data types that are not supported:
195+ Data types not listed above are not supported. The following are some common data types that are not supported:
196196
197197 - date
198198 - timestamp
@@ -222,7 +222,7 @@ The following table shows the supported data types in each JDBC database and the
222222 | varbinary | BLOB | See warning [ 2] ( #2 ) below. |
223223 | varchar | TEXT | See warning [ 2] ( #2 ) below. |
224224
225- Data types not listed in the above are not supported. The following are some common data types that are not supported:
225+ Data types not listed above are not supported. The following are some common data types that are not supported:
226226
227227 - cursor
228228 - date
0 commit comments