Skip to content

Tags: ThingEngineer/PHP-MySQLi-Database-Class

Tags

v2.9.4

Toggle v2.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: "Undefined offset: 0" for backtick delimiters and address relate…

…d issues (#995, #967, #928)

This commit fixes the "Undefined offset: 0" error that occurred in the rawAddPrefix function when using backtick delimiters for table names in SQL queries. It also addresses issues reported in tickets #995, #967, and #928, which were likely related to the same underlying problem with table name identification.

Changes:

Updated the regular expression in rawAddPrefix to match backtick characters (\) as valid delimiters for table names.

This fix ensures that the function correctly identifies and prefixes table names regardless of the delimiter used.

v2.9.3

Toggle v2.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Revert "Now getInstance function will create new MysqliDb object if (#…

…856)

v2.9.2

Toggle v2.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2.9.2 composer bugfix release (#718)

v2.9.1

Toggle v2.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixes (#701)

* v2.9.1 bugfix release declate missing variable

v2.9

Toggle v2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixes (#698)

* fixed limit variable ordering in the comments

* Expand readme on autoreconnect and multipe connections usage

* update release numbers

* update copyright years

* Bug #623:  Mistake in Regexp

* Fix for #554 Fixing Join usage with 'USING' instead of 'ON'

* Fix empty exception message

* fix a typo

* Added LIKE case description into readme

* do not reset connection name when transtation is on

* 2.9 release

v2.8

Toggle v2.8's commit message
fixes (#660)

* fixed limit variable ordering in the comments

* Expand readme on autoreconnect and multipe connections usage

v2.7

Toggle v2.7's commit message
Merge pull request #551 from avbdr/master

new 2.7 release

v2.6

Toggle v2.6's commit message
Merge pull request #473 from avbdr/master

reword prepere() error. Fix for tableExists. Bump for 2.6 release

v2.5

Toggle v2.5's commit message
Merge pull request #354 from avbdr/master

update version to 2.5

v2.4

Toggle v2.4's commit message
Merge pull request #341 from avbdr/master

fixes