https://bugs.documentfoundation.org/show_bug.cgi?id=155431
Bug ID: 155431
Summary: SQL Editor does not recognize UNSIGNED
Product: LibreOffice
Version: 7.5.3.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: minor
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
When using CAST to UNSIGNED as in "WHERE product_nr = CAST(20 AS UNSIGNED)" the
syntax filter gives: Unknown data type: 'UNSIGNED'
This is however part of the MySQL syntax definition.
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html
--
You are receiving this mail because:
You are the assignee for the bug.