Tags: ThingEngineer/PHP-MySQLi-Database-Class
Tags
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.
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
PreviousNext