Skip to content

Releases: usernane/phMysql

Version 1.3.3 Stable

11 Jan 23:54
Compare
Choose a tag to compare
v1.3.3

Updated license information.

Version 1.3.2 Stable

30 Nov 00:01
Compare
Choose a tag to compare

Fixes and updates

Version 1.3.1 Stable

04 Oct 22:56
Compare
Choose a tag to compare

ph-mysql-1.3.1.zip

  • 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

10 Sep 22:23
Compare
Choose a tag to compare
  • 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

30 Jul 07:32
Compare
Choose a tag to compare
Preview 1.3 Pre-release
Pre-release
Updates

Added support for inserton and update of blob in one query
Added comments

Release 1.2

28 Jun 07:29
Compare
Choose a tag to compare
v1.2

Updates and fixes

Release 1.1.2

09 May 00:37
Compare
Choose a tag to compare
Update

Removed table name from functions. Added new function to select based on multiple columns values.

Release 1.1.1

27 Apr 01:24
Compare
Choose a tag to compare

Include Fixes and small updates

v1.1

02 Apr 12:56
Compare
Choose a tag to compare

Includes fixes and updates

Release #1

06 Mar 09:28
Compare
Choose a tag to compare
v1.0

Added Foreign keys attribute