ThingEngineer / PHP-MySQLi-Database-Class

Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.
Other
3.28k stars 1.35k forks source link

Simple issue fixes #1018

Closed RivenSkaye closed 2 months ago

RivenSkaye commented 1 year ago

Fixes #1016 by setting the defaults to an empty string; This matches nothing without notices about nulls. Fixes #1013 by defaulting to false instead of not initializing. Fixes #1015 by adding the missing null in the docstring. Re-aligned the other lines and fixed a typo. Fixes #1001 by special handling of stdClass objects

RivenSkaye commented 2 months ago

Bumping this in the hopes it'll reach anyone