-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Mistake in Regexp #623
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
thanks for a finding. can you please submit a pull request with added testcase into tests/ file? |
avbdr
added a commit
to avbdr/PHP-MySQLi-Database-Class
that referenced
this issue
Aug 8, 2017
fixed thanks |
ricwein
pushed a commit
to ricwein/PHP-MySQLi-Database-Class
that referenced
this issue
Aug 29, 2017
* fixed limit variable ordering in the comments * Expand readme on autoreconnect and multipe connections usage * update release numbers * update copyright years * Bug ThingEngineer#623: Mistake in Regexp * Fix for ThingEngineer#554 Fixing Join usage with 'USING' instead of 'ON' * Fix empty exception message
avbdr
added a commit
that referenced
this issue
Nov 29, 2017
* 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
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
case "bool":
$regexp = "/^[yes|no|0|1|true|false]$ /i";
break;
Located in dbObject Line no.657
it must replace [ ] to be ( ) to work correctly
The text was updated successfully, but these errors were encountered: