Skip to content

sqlpage.run_sql opens a new database connection instead of reusing the connection over which the current request is being handled #338

Closed
@lovasoa

Description

@lovasoa

sqlpage.run_sql fetches a new database connection from the connection pool instead of reusing the connection over which the current request is being handled

This has implications such as

  • temporary tables not being accessible
  • attached databases not being accessible
  • performance

for details, see : #336

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions