SQLpage icon indicating copy to clipboard operation
SQLpage copied to clipboard

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

Open lovasoa opened this issue 1 year ago • 0 comments

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 : https://github.com/lovasoa/SQLpage/discussions/336

lovasoa avatar May 23 '24 13:05 lovasoa