Releases: usernane/phMysql
Releases · usernane/phMysql
Version 1.3.3 Stable
v1.3.3 Updated license information.
Version 1.3.2 Stable
Fixes and updates
Version 1.3.1 Stable
- Added port number to connection parameters.
- Depricated the function 'isConnected'
- Added function 'reconnect'.
- Fix to the function getRow().
- Updated a possible return value by the function getColumn().
- Added _toString() which returns empty string
- Other bug fixes
Version 1.3 Stable
- Fix to the issue of inserting multiple columns with same value.
- Fix to the issue of updating multiple columns with same value.
- Fix to the issue of deleting a record with multiple columns as condition with same value.
- Added new column attribute (Column Index)
Preview 1.3
Updates Added support for inserton and update of blob in one query Added comments
Release 1.2
v1.2 Updates and fixes
Release 1.1.2
Update Removed table name from functions. Added new function to select based on multiple columns values.
Release 1.1.1
Include Fixes and small updates
v1.1
Release #1
v1.0 Added Foreign keys attribute