6.3.0
Changed
- Use
mysqli_stmt::get_result()
instead ofbind_result()
internally
to slightly improve performance and reduce memory usage.
Deprecated
- Unnecessary getter methods (in
InsertResult
,BulkInsertResult
,SqlParams
, andSqlException
).
mysqli_stmt::get_result()
instead of bind_result()
internallyInsertResult
, BulkInsertResult
, SqlParams
, and SqlException
).