You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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