Skip to content

Fix GH-12581 + more: [pdo_pgsql] Optimized the behavior of PDO::PARAM_XXX #12605

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

Closed

Conversation

SakiTakamachi
Copy link
Member

@SakiTakamachi SakiTakamachi commented Nov 3, 2023

fixes #12581

This is related to #12603
I start with pdo_pgsql.

I consider this to be a bug fix, but I'm targeting the master branch due to its high impact.

@SakiTakamachi SakiTakamachi force-pushed the optimize-pdo-param-pgsql branch from 9ce7d8c to 4200b32 Compare November 3, 2023 18:28
@SakiTakamachi SakiTakamachi changed the title [WIP] [pdo_pgsql] Optimized the behavior of PDO::PARAM_XXX Fix GH-12581 + more: [pdo_pgsql] Optimized the behavior of PDO::PARAM_XXX Nov 3, 2023
@SakiTakamachi SakiTakamachi marked this pull request as ready for review November 3, 2023 18:33
@devnexen
Copy link
Member

devnexen commented Nov 3, 2023

I would like to hear from other drivers maintainers opinion on your ticket before jumping the gun there might be reasons behind those.

@SakiTakamachi
Copy link
Member Author

Admittedly, I may have acted too early.

The test has also failed, so I'll return it to the draft.

@SakiTakamachi SakiTakamachi marked this pull request as draft November 3, 2023 21:45
@SakiTakamachi
Copy link
Member Author

@devnexen

Other drivers do not have code owners, so perhaps it would be better to discuss them on the mailing list. What do you think?

Modify test DB attributes

Fixed LOB handling
@SakiTakamachi SakiTakamachi force-pushed the optimize-pdo-param-pgsql branch from 4200b32 to 865774c Compare November 4, 2023 00:17
@devnexen
Copy link
Member

devnexen commented Nov 4, 2023

sure why not.

@SakiTakamachi
Copy link
Member Author

Thank you, posted on mailing list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Null normalizes to 'f' when PDO::ATTR_EMULATE_PREPARES = true
2 participants