TablePlus-Windows icon indicating copy to clipboard operation
TablePlus-Windows copied to clipboard

Beautify: Integer division is changed to 2 divisions

Open h-serizawa opened this issue 1 year ago • 0 comments

TablePlus Version 5.4.0 (234) x64 using Vertica connection.

Beautify changes 1 Integer division to 2 divisions and hit the error when executing.

Original SQL statement: SELECT 10 // 3;

SQL statement changed by Beautify: SELECT 10 / / 3;

Error message when executing the changed statement: Query 1: ERROR: Syntax error at or near "/" LINE 2: 10 / / 3; ^

h-serizawa avatar Jun 28 '23 01:06 h-serizawa