Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent PHP warning when throwing exception with P1 or P2 parameter as array #783

Merged
merged 1 commit into from
Jan 1, 2022

Conversation

Mike-Benoit
Copy link
Contributor

When an SQL error triggered and ADODB attempts to output a error message, if the parameters happen to be arrays this will prevent a PHP WARNING from occurring.

@dregad dregad added bug core ADOdb core (library and base classes) labels Jan 1, 2022
@dregad dregad added this to the v5.22.0 milestone Jan 1, 2022
@dregad dregad merged commit f3d56fd into ADOdb:master Jan 1, 2022
@dregad dregad changed the title Prevent PHP warning if P1 or P2 happen to be an array. Prevent PHP warning when throwing exception with P1 or P2 parameter as array Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug core ADOdb core (library and base classes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants