Skip to content

Commit 5766293

Browse files
committed
Updated with latest changes
1 parent aa2f7da commit 5766293

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## version 3.0.0 (TBA)
1+
## version 2.12.0 (January 25, 2025)
22

33
- fixed [#88](https://github.com/stefangabos/Zebra_Database/issues/88); thanks to [09173732546](https://github.com/09173732546) for reporting!
4-
- the [debug_info](https://stefangabos.github.io/Zebra_Database/Zebra_Database/Zebra_Database.html#var$debug_info) property is now `protected` and can be used to customize and extend the debugging interface; see [#87](https://github.com/stefangabos/Zebra_Database/issues/87)
54
- fixed [#83](https://github.com/stefangabos/Zebra_Database/issues/83); thanks [Bernhard Morgenstern](https://github.com/bmorg) for reporting!
5+
- the [debug_info](https://stefangabos.github.io/Zebra_Database/Zebra_Database/Zebra_Database.html#var$debug_info) property is now `protected` and can be used to customize and extend the debugging interface; see [#87](https://github.com/stefangabos/Zebra_Database/issues/87)
66
- `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](https://github.com/stefangabos/Zebra_Database/issues/82); thanks [Bernhard Morgenstern](https://github.com/bmorg) for sugesting!
77
- `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](https://github.com/stefangabos/Zebra_Database/issues/80) - thank you [Albatroon](https://github.com/Albatroon) for suggesting!
88
- `ORDER BY` can now be used with the [dlookup](https://stefangabos.github.io/Zebra_Database/Zebra_Database/Zebra_Database.html#methoddlookup) method; see [#20](https://github.com/stefangabos/Zebra_Database/issues/20), a request from 10 years ago! thanks [Andrew Rumm](https://github.com/rayzru) for suggesting this one!
9+
- improved detection of MySQL functions in values - thanks to Christian Hupfeld for reporting!
910
- fixed some incorrect examples in the documentation
1011

1112
## version 2.11.1 (January 28, 2024)

0 commit comments

Comments
 (0)