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

fix: handling binary data for prepared statement #9337

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Conversation

michalsn
Copy link
Member

Description
This PR fixes problems with handling binary data when working with Prepared Query.

I have not been able to test OCI8 even through the docker on my Mac, so we will see how it goes.

Fixes #9335

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@michalsn michalsn added the bug Verified issues on the current code behavior or pull requests that will fix them label Dec 23, 2024
@paulbalandan
Copy link
Member

It seems this is a bug of the native_function_casing fixer. For now, we can ignore the file in the config then report to php-cs-fixer.

@kenjis kenjis added the database Issues or pull requests that affect the database layer label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them database Issues or pull requests that affect the database layer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Data stored in SQlite3 blob fields might get truncated when read back
4 participants