View Issue Details

IDProjectCategoryView StatusLast Update
0000645Database Workbench v4Firebird Modulepublic2013-08-19 14:15
ReporterEduardo Ballinas Espinosa Assigned ToMartijn Tonies  
PriorityhighSeveritycrashReproducibilityalways
Status closedResolutionfixed 
PlatformPCOSWINDOWSOS Version8
Product Version4.4.0 
Fixed in Version4.4.1 
Summary0000645: WHEN (something that's invalid) DO... is used in a Stored Procedure, the program freezes
DescriptionWhen I include the statement WHEN (ANY) DO
BEGIN
END
and I send to alter the procedure, wht program freezes...
TagsNo tags attached.
DBMS & Version

Activities

Martijn Tonies

2013-05-30 14:45

administrator   ~0000191

It shouldn't freeze, obviously, but the syntax is not allowed. ;)

Eduardo Ballinas Espinosa

2013-05-31 00:11

reporter   ~0000192

Check this
http://www.janus-software.com/fbmanual/manual.php?book=psql&topic=24

Martijn Tonies

2013-05-31 08:38

administrator   ~0000193

Hello Eduardo,

WHEN ANY is valid, but not WHEN (ANY).

That being said, the program will freeze on WHEN SOMETHING_OTHER_THAN_VALID_SYNTAX. So that's a bug.

Issue History

Date Modified Username Field Change
2013-05-28 20:55 Eduardo Ballinas Espinosa New Issue
2013-05-29 14:33 Martijn Tonies Status new => acknowledged
2013-05-30 14:41 Martijn Tonies Assigned To => Martijn Tonies
2013-05-30 14:41 Martijn Tonies Status acknowledged => assigned
2013-05-30 14:45 Martijn Tonies Note Added: 0000191
2013-05-30 15:18 Martijn Tonies Issue cloned: 0000648
2013-05-31 00:11 Eduardo Ballinas Espinosa Note Added: 0000192
2013-05-31 08:38 Martijn Tonies Note Added: 0000193
2013-05-31 08:38 Martijn Tonies Summary WHEN ANY => WHEN (something that's invalid) DO... is used in a Stored Procedure, the program freezes
2013-05-31 08:38 Martijn Tonies Status assigned => resolved
2013-05-31 08:38 Martijn Tonies Fixed in Version => 4.4.1
2013-05-31 08:38 Martijn Tonies Resolution open => fixed
2013-08-19 14:15 Martijn Tonies Status resolved => closed