View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000729 | Database Workbench v4 | Firebird Module | public | 2013-10-14 16:07 | 2013-10-24 16:43 |
Reporter | Martijn Tonies | Assigned To | Martijn Tonies | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 4.4.2 | ||||
Summary | 0000729: Debugger fails on (IF <variable> IS NULL) on variable based on BLOB data type | ||||
Description | Debugger fails on (IF <variable> IS NULL) on variable based on BLOB data type. | ||||
Steps To Reproduce | SET TERM ^^ ; CREATE PROCEDURE DEBUG_TEST AS declare variable i varchar(2) = 'te'; declare variable m numeric(18); declare variable b blob; begin i = '5'; if (i is null) then i = '4'; else i=null; if (i is null) then i = '4'; else i = null; if (b is null) then i = null; execute procedure debug_test; end ^^ SET TERM ; ^^ | ||||
Tags | No tags attached. | ||||
DBMS & Version | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-10-14 16:07 | Martijn Tonies | New Issue | |
2013-10-14 16:08 | Martijn Tonies | Status | new => confirmed |
2013-10-14 16:10 | Martijn Tonies | Issue cloned: 0000732 | |
2013-10-15 12:03 | Martijn Tonies | Status | confirmed => resolved |
2013-10-15 12:03 | Martijn Tonies | Fixed in Version | => 4.4.2 |
2013-10-15 12:03 | Martijn Tonies | Resolution | open => fixed |
2013-10-15 12:03 | Martijn Tonies | Assigned To | => Martijn Tonies |
2013-10-24 16:43 | Martijn Tonies | Status | resolved => closed |