View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019239 | MMW 5 | Extensions framework | public | 2022-07-01 23:24 | 2022-07-15 16:48 |
Reporter | zvezdan | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 5.0.4 | Fixed in Version | 5.0.4 | ||
Summary | 0019239: Warning: Opening already opened query that has not been closed !!! | ||||
Description | When I execute: await app.db.getTracklist("SELECT * FROM Songs WHERE ID = 1", -1).whenLoaded() I am getting these lines in the log file: 00000004 0.06667128 [8908] MM5 [7272](R) TDBListUtils.getTracklistBySQL: SELECT * FROM Songs WHERE ID = 1 00000005 0.06730171 [8908] MM5 [7272](R) DB open SQL: SELECT * FROM Songs WHERE ID = 1 00000006 0.06743755 [8908] MM5 [7272](R) Warning: Opening already opened query that has not been closed !!! 00000007 0.07172220 [8908] MM5 [7272](R) DB open SQL: SELECT * FROM Songs WHERE ID = 1 The same thing happens if I execute the mentioned command asynchronously. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2657 | ||||
|
I can't replicate, couldn't this be caused e.g. by opened transaction? |
|
1. Start DebugView; 2. start MM without any installed add-on; 3. open DevTools; 4. paste the mentioned command and press Enter. |
|
Fixed in 5.0.4.2657 |
|
Verified 2657 Test note: Used steps from 0019239:0068801 |