Skip to content

Refactor: [pdo_firebird] unified function naming #12750

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

Merged

Conversation

SakiTakamachi
Copy link
Member

@SakiTakamachi SakiTakamachi commented Nov 22, 2023

struct pdo_dbh_methods => Naming convention similar to other PDOs
struct pdo_stmt_methods => Naming convention similar to other PDOs
other func => add php_firebird_ prefix (Omit firebird for some things that get too long)

Also, there were still some parts where only the error code was set using strcpy, so I fixed it.

@SakiTakamachi SakiTakamachi force-pushed the pdo-firebird-unified-function-naming branch from a1be606 to a4a0df8 Compare November 22, 2023 10:48
@SakiTakamachi
Copy link
Member Author

cc: @Girgias

@Girgias Girgias merged commit 04f8c1b into php:master Nov 22, 2023
@Girgias
Copy link
Member

Girgias commented Nov 22, 2023

Thank you!

@SakiTakamachi SakiTakamachi deleted the pdo-firebird-unified-function-naming branch November 28, 2023 04:43
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.

2 participants