View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000731 | Hopper | InterBase | public | 2013-10-14 16:09 | 2013-12-03 09:59 |
Reporter | Martijn Tonies | Assigned To | Martijn Tonies | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.4.1 | ||||
Summary | 0000731: 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:09 | Martijn Tonies | New Issue | |
2013-10-14 16:09 | Martijn Tonies | Issue generated from: 0000730 | |
2013-10-14 16:09 | Martijn Tonies | Status | new => confirmed |
2013-10-15 09:43 | Martijn Tonies | Assigned To | => Martijn Tonies |
2013-10-15 09:43 | Martijn Tonies | Status | confirmed => assigned |
2013-10-15 11:59 | Martijn Tonies | Status | assigned => resolved |
2013-10-15 11:59 | Martijn Tonies | Fixed in Version | => 1.4.1 |
2013-10-15 11:59 | Martijn Tonies | Resolution | open => fixed |
2013-12-03 09:59 | Martijn Tonies | Status | resolved => closed |