Skip to content

6.3.0

Compare
Choose a tag to compare
@theodorejb theodorejb released this 06 Oct 02:28
· 29 commits to master since this release

Changed

  • Use mysqli_stmt::get_result() instead of bind_result() internally
    to slightly improve performance and reduce memory usage.

Deprecated

  • Unnecessary getter methods (in InsertResult, BulkInsertResult, SqlParams, and SqlException).