Skip to content

Releases: WPoets/Simple-MySQLi

1.5.8.1

20 Mar 07:57
Compare
Choose a tag to compare

Fixed: added support to change mysqli user at runntime.

1.5.8

14 Feb 09:49
Compare
Choose a tag to compare

Fixed: select_db function now returns the status.

1.5.7

19 Sep 10:54
Compare
Choose a tag to compare

Added support to switch default database after the database connection is made.

1.5.6.4

12 Apr 05:39
Compare
Choose a tag to compare

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

26 Mar 06:18
Compare
Choose a tag to compare

Added real_escape_string function to support plain escaping of sql

1.5.6.2

18 Feb 10:04
Compare
Choose a tag to compare
  1. [Fixed] Removed the dependency of aw_library

Minor Error Fix

21 Jan 03:24
Compare
Choose a tag to compare

Fixed error in PHP 7.4 PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) on line 14

WPoets Patch

17 Nov 10:26
Compare
Choose a tag to compare
1.5.6

Added path to make life easier while debugging awesome queries and su…