Skip to content

Releases: markoheijnen/wp-db-driver

Version 2.1.0

27 Dec 18:22
Compare
Choose a tag to compare
  • Sync with 4.4 ( Changeset 35787)
  • Changed is_mysql logic.

Version 1.8.1

08 Aug 18:52
Compare
Choose a tag to compare
  • Fix setting charset and SQL mode for PDO

Version 1.8

08 Aug 18:50
Compare
Choose a tag to compare
  • Synced with trunk to Changeset 29165 excluding 27075
    • Ensure compatibility with MySQL 5.6 which has stricter SQL modes by default
    • Throw an incorrect usage notice when the query argument of wpdb::prepare() does not include a placeholder.
    • When the MySQL server has "gone away," attempt to reconnect and retry the query.
  • Don't extend wpdb anymore to be on the safe side
  • Works with socket connections
  • More abstraction from the main db class to our interface.
  • Added a banner image for WordPress.org. Thanks to Marcel van der Horst

1.7

30 Jan 19:01
Compare
Choose a tag to compare
1.7
  • Synced with the latest changes of WordPress in trunk
  • Works when plugins folder has been changed
  • Added network support
  • Security enhanchement when using a network installation
  • Updated readme