Skip to content

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
@michalsn michalsn merged commit 6cbbf60 into codeigniter4:develop Dec 27, 2024
42 checks passed
@michalsn
Copy link
Member Author

Thanks everyone!

@michalsn michalsn deleted the fix/prepareStatementBinary branch December 31, 2024 13:42
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