Releases: markoheijnen/wp-db-driver
Releases · markoheijnen/wp-db-driver
Version 2.1.0
- Sync with 4.4 ( Changeset 35787)
- Changed is_mysql logic.
Version 1.8.1
- Fix setting charset and SQL mode for PDO
Version 1.8
- 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
- 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