pgadmin-org / pgadmin3

Archive of the pgAdmin III project
https://www.pgadmin.org/
Other
178 stars 82 forks source link

SQL code blocks do not know about CASE..END (RM #555) #325

Open dpage opened 13 years ago

dpage commented 13 years ago

Issue migrated from Redmine: https://redmine.postgresql.org/issues/555 Originally created by Anonymous at 2011-03-12 09:33:55 UTC.

in dev version 1.13.0 Dev (ver: REL-1_13_DEV-272-g451d464) when viewing or editing PL/pgSQL code, an SQL statement, containing CASE..END constructs makes the block grouping [(-)(+) blocks] think, that the END of the CASE is and END of the BEGIN block... and later grouping blocks are invalidly rendered afterwards.