http://bugs.winehq.org/show_bug.cgi?id=60254 Stian Low <wineryyyyy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wineryyyyy@gmail.com --- Comment #1 from Stian Low <wineryyyyy@gmail.com> --- Thanks for reporting. Ridiculous indeed and caused by my latest changes to support paging to fix SQL timeouts. I hoped paging could be supported via minimal changes but unfortunately it seems more are necessary to properly support paging for all webpages that need it. MR-51 pending fixes paging for version move child objects listing: - https://gitlab.winehq.org/winehq/appdb/-/merge_requests/51 This required changing changing objectGetEntries() and objectGetEntriesCount() for version class from static to non-static which in turn required changing all static calls which spans across more files. Previous logic that listed versions was reused to support paging but needed to be tweaked so that query accounts for appId when exists as part of SQL WHERE filter. Places that previously called static methods should work the same as before with only the webpages needing support for paging applying the appId filter to narrow the list instead of listing all versions for all apps. Sorry for inconvenience in meantime. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.