Skip to content

2.11.0

Compare
Choose a tag to compare
@stefangabos stefangabos released this 27 Jan 18:42
· 42 commits to master since this release
  • the library can now log queries run via AJAX requests; see the newly added debug_ajax property
  • debug information is now also shown when running in CLI (when debugging is enabled, of course)
  • added a new debug_show_database_manager property for editing queries in your favorite database manager
  • the "unsuccessful queries" tab is now open by default if there are any unsuccessful queries
  • fixed #79 where the library would try to connect to the database even when using lazy connection because of the logic in the free_result method; thanks to Brian Hare for reporting!
  • fixed an issue where having the debug property set to a string but debugging not being activated, would result in errors not being logged
  • fixed bug where the library would try to EXPLAIN queries that could not be explained; like SHOW TABLE for example; see #76 - thank you cosinus90!
  • fixed potential warnings being thrown in PHP 8; see #74 - thank you Rémi!
  • fixed a potential issue when encountering connection errors
  • updated the CSS and the icons for the debug interface