Skip to content

Mysqli support

John James Jacoby requested to merge pull/6/mysqli into master

Created by: spacedmonkey

Surprising hyperdb doesn't support mysqli. There are forks out that do mysqli by @soulseekah . But this fork doesn't support falling back if mysqli is not present.

This pull request tries to map as close to WP core naming, with the following methods being synced from core.

  • check_connection
  • select
  • set_sql_mode
  • _do_query

Currently testing this in our testing environment. Results looking good.

Fixes #4 (closed)

Merge request reports