Skip to content

Commit b36e9af

Browse files
authored
Update singlestore.rst
1 parent 9760f89 commit b36e9af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presto-docs/src/main/sphinx/connector/singlestore.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ Map of SingleStore types to the relevant PrestoDB types:
103103
* - ``CHAR(len)``
104104
- ``CHAR(len)``
105105
* - ``MEDIUMTEXT``
106-
- ``VARCHAR(len) 21845 < len < 5592405``
106+
- ``VARCHAR(len) 21845 <= len < 5592405``
107107
* - ``LARGETEXT``
108-
- ``VARCHAR(len) 5592405 < len < 1431655765``
108+
- ``VARCHAR(len) 5592405 <= len < 1431655765``
109109
* - ``MEDIUMBLOB``
110110
- ``VARBINARY``
111111
* - ``UUID``

0 commit comments

Comments
 (0)