PeachySQL

A small, speedy database abstraction layer for PHP

MIT License

Stars
22
Committers
1
PeachySQL - 6.3.1 Latest Release

Published by theodorejb 13 days ago

Changed

  • Improved makeBinaryParam() implementation for SQL Server.

Fixed

  • Maximum number of MySQL bound parameters.

Deprecated

  • Unnecessary Options getters and setters.
PeachySQL - 6.3.0

Published by theodorejb 21 days ago

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).