Releases: WPoets/Simple-MySQLi
Releases · WPoets/Simple-MySQLi
1.5.8.1
1.5.8
Fixed: select_db function now returns the status.
1.5.7
Added support to switch default database after the database connection is made.
1.5.6.4
Changed the way the class handles the MySQL errors. So instead of raising the global Mysql exception, we now raise the custom MySQL error exception.
1.5.6.3
Added real_escape_string
function to support plain escaping of sql
1.5.6.2
- [Fixed] Removed the dependency of aw_library
Minor Error Fix
Fixed error in PHP 7.4 PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) on line 14
WPoets Patch
1.5.6 Added path to make life easier while debugging awesome queries and su…