deepsky / SQL-Code-Assistant-

SQL Code Assistant Plugin for Intellij IDEA
25 stars 9 forks source link

Source code formatting error #7

Closed gmenessy closed 10 years ago

gmenessy commented 10 years ago

From: l_stmt := l_stmt || ' WHERE hase=''01'' AND ';

to. l_stmt := l_stmt || ' WHERE hase=' '01' ' AND ';

The error is the space between the 2 inverted commas

serge2004-ua commented 10 years ago

Good catch Manessy :) Hoping to have the plugin patched and uploaded in the repository on the next week. Thanks! Serhiy

deepsky commented 10 years ago

Fixed in 02b353f Release 1.4.9.12/13