Ticket #155 (infoneeded_new defect)

Opened 4 years ago

Last modified 4 years ago

sql connection handling

Reported by: the666bbq Owned by: somebody
Priority: important Milestone: 1.2
Component: Other Version: 1.0.0 RC1
Keywords: qcodo Cc:

Description

I added sql connection handlers (close connection, free result) to my mysql5i adapter, so that I can call it where it is appropriate, this solution got me out of most (if not all) cases where the script ran out of memory without other errors (recursive tables where a fine candidate to reproduce the error)

Change History

Changed 4 years ago by marcosdsanchez

  • milestone changed from 1.0.0 RC2 to 1.1.0

Thanks for your contribution the666bbq, could you provide a patch with those changes?

I'm changing this to 1.1.0 as RC2 is only for bug-fixes.

Changed 4 years ago by alex94040

  • status changed from new to infoneeded_new

Changed 4 years ago by MikeHostetler

  • status changed from infoneeded_new to new
  • milestone changed from 1.1 to 1.2

Changed 4 years ago by VexedPanda

  • status changed from new to infoneeded_new

I'm unclear what "close connection" and "free result" are, or how to use them to achieve the benefits described. Please provide some example code.

Note: See TracTickets for help on using tickets.