View Issue Details

IDProjectCategoryView StatusLast Update
0019239MMW 5Extensions frameworkpublic2022-07-15 16:48
Reporterzvezdan Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version5.0.4Fixed in Version5.0.4 
Summary0019239: Warning: Opening already opened query that has not been closed !!!
DescriptionWhen 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.
TagsNo tags attached.
Fixed in build2657

Activities

Ludek

2022-07-11 19:19

developer   ~0068800

I can't replicate, couldn't this be caused e.g. by opened transaction?

zvezdan

2022-07-11 19:34

updater   ~0068801

1. Start DebugView;
2. start MM without any installed add-on;
3. open DevTools;
4. paste the mentioned command and press Enter.

Ludek

2022-07-14 08:52

developer   ~0068819

Fixed in 5.0.4.2657

peke

2022-07-15 16:48

developer   ~0068838

Verified 2657

Test note: Used steps from 0019239:0068801