Changes between Version 1 and Version 2 of Ticket #31240, comment 10


Ignore:
Timestamp:
Feb 6, 2020, 10:20:30 AM (4 years ago)
Author:
Oskar Persson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31240, comment 10

    v1 v2  
    1313I'm just not sure I understand how it is expected behaviour that using a temporary file in a FileResponse should disrupt any DB connections? The error raised when testing against MySQL/MariaDB is especially confusing when it says an error occurred inside a transaction.
    1414
    15 And another thing to note is that if I create the response using FileResponse(__file__) instead of the temporary file, the error disappears.
     15And another thing to note is that if I create the response using  {{{FileResponse(__file__)}}} instead of the temporary file, the error disappears.
Back to Top