Skip to content

2.12.0

Choose a tag to compare

@stefangabos stefangabos released this 25 Jan 15:30
· 30 commits to master since this release
  • fixed #88; thanks to 09173732546 for reporting!
  • fixed #83; thanks Bernhard Morgenstern for reporting!
  • the debug_info property is now protected and can be used to customize and extend the debugging interface; see #87
  • halt_on_errors now supports a new always value which, when set, will instruct the library to raise an exception on fatal errors regardless of the value of the debug property; see #82; thanks Bernhard Morgenstern for sugesting!
  • set_charset doesn't force a connection anymore and it is now deferred until a "real" query is run so that the lazy connection feature of the library is preserved; see #80 - thank you Albatroon for suggesting!
  • ORDER BY can now be used with the dlookup method; see #20, a request from 10 years ago! thanks Andrew Rumm for suggesting this one!
  • improved detection of MySQL functions in values - thanks to Christian Hupfeld for reporting!
  • fixed some incorrect examples in the documentation