https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41125
--- Comment #6 from David Cook <[email protected]> --- The key thing to remember is that these are scoped to the whole "session". That's not the same thing as an individual SQL report SELECT query. It's the whole life of the database connection, and that connection gets re-used across multiple HTTP requests. It's really easy for report runs to contaminate each other. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
