Skip to content

Commit d15b267

Browse files
committed
Bug fix: #1531 MySQL Plugin: SMALLINT UNSIGNED columns showed <Error> when the fields value exceeded 32767.
Note: To work with MYSQL SMALLINT UNSIGNED or TINYINT UNSIGNED types the MySQL Plugin must be installed.
1 parent 41f0fc3 commit d15b267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql12/core/doc/changes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Table cell data popup now offers find, Xml/Json-reformatting and export function
7575
Bug fixes:
7676

7777
#1531 MySQL Plugin: SMALLINT UNSIGNED columns showed <Error> when the fields value exceeded 32767.
78-
Note: To work with MYSQL SMALLINT UNSIGNED or TINYINT UNSIGNED types the MySQL Plugin must be installed.
78+
Note: To work with MYSQL's SMALLINT UNSIGNED or TINYINT UNSIGNED types the MySQL Plugin must be installed.
7979

8080
SQL editor/SQL result tabs/marking SQL result tab headers:
8181
Memory and CPU usage was improved in case SQLs where compared

0 commit comments

Comments
 (0)