View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000806 | Database Workbench v4 | SQL & Parameter Insight | public | 2014-02-12 13:34 | 2014-03-19 11:54 |
Reporter | Doychin Bondzhev | Assigned To | Martijn Tonies | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.4.3 | ||||
Fixed in Version | 4.4.5 | ||||
Summary | 0000806: Possible out of memory when invoking sql insight | ||||
Description | Out of memory error when I try to invoke sql insight. Possibly parser error. | ||||
Steps To Reproduce | 1. Restore database from backup. 2. Connect to it and open single sql window 3. Paste this select statement: select * from PAYMENT join (select CANDIDATEID from PAYMENT where PAYEDSUM > 0 group by CANDIDATEID having count(*) > 1) mc(id) on mc.id = PAYMENT.CANDIDATEID order by PAYMENT.CANDIDATEID, PAYMENT.CLOSEDDATE 4. Now insert a line between from payment and join 5. write join and invoke sql insight Expected: get a list of tables and procedures Actual: DBW stuck in infinite loop and crashes after some time with Out of memory error | ||||
Tags | No tags attached. | ||||
DBMS & Version | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-02-12 13:34 | Doychin Bondzhev | New Issue | |
2014-02-12 13:34 | Doychin Bondzhev | File Added: KSKVMI.zip | |
2014-02-14 12:14 | Martijn Tonies | Status | new => acknowledged |
2014-02-19 11:13 | Martijn Tonies | Assigned To | => Martijn Tonies |
2014-02-19 11:13 | Martijn Tonies | Status | acknowledged => assigned |
2014-02-19 13:05 | Martijn Tonies | Status | assigned => resolved |
2014-02-19 13:05 | Martijn Tonies | Fixed in Version | => 4.4.5 |
2014-02-19 13:05 | Martijn Tonies | Resolution | open => fixed |
2014-02-19 15:32 | Martijn Tonies | Category | Firebird Module => SQL & Parameter Insight |
2014-02-25 09:35 | Martijn Tonies | Summary | Out of memory when invoking sql insight => Possible out of memory when invoking sql insight |
2014-03-19 11:54 | Martijn Tonies | Status | resolved => closed |