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

PHP 8.2 strpos dep in mysql schema #4538

Closed
wants to merge 1 commit into from
Closed

Conversation

thomassb
Copy link

@thomassb thomassb commented Sep 29, 2023

Q A
Is bugfix? ✔️/
New feature? /❌
Breaks BC? /❌
Tests pass? ?
Fixed issues n/a

@what-the-diff
Copy link

what-the-diff bot commented Sep 29, 2023

PR Summary

  • Updated Criteria for Determining Primary Key in CMysqlSchema.php
    The system is now more accurate in identifying primary keys. It does so by examining Key content and verifying the presence of 'PRI'. This adjustment ensures accurate identification and handling of primary keys, enhancing database management and operation.

  • Hoisted Precision for Auto-Increment Recognition in CMysqlSchema.php
    The system improves in recognizing auto-increment fields. It checks 'Extra' content for the 'auto_increment' stipulation. This update increases precision in handling fields meant for auto-increment, contributing to the smoother operation of data inflow in the database.

@thomassb thomassb closed this Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant