-
Notifications
You must be signed in to change notification settings - Fork 106
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: krowinski/php-mysql-replication
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: krowinski/php-mysql-replication
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 15 files changed
- 9 contributors
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a60da9f - Browse repository at this point
Copy the full SHA a60da9fView commit details
Commits on Dec 23, 2024
-
Add regular expression matching support for
checkDatabasesOnlyor `……checkTablesOnly` (#129)
Configuration menu - View commit details
-
Copy full SHA for 3c365e8 - Browse repository at this point
Copy the full SHA 3c365e8View commit details -
feat: update logging level to debug (#126)
Co-authored-by: Deeka Wong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00c4b8d - Browse repository at this point
Copy the full SHA 00c4b8dView commit details
Commits on Apr 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a7f7f00 - Browse repository at this point
Copy the full SHA a7f7f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a251b5 - Browse repository at this point
Copy the full SHA 8a251b5View commit details -
Run tests with multiple php and mysql versions (#136)
* Updating workflow * Add query for MySQL 8.4
Configuration menu - View commit details
-
Copy full SHA for 7a94fef - Browse repository at this point
Copy the full SHA 7a94fefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36e95c3 - Browse repository at this point
Copy the full SHA 36e95c3View commit details
Commits on Jun 25, 2025
-
Fix MySQL 8.4.0 and DBAL 4.x compatibility issues (#137)
* fix #115 for mysql 8.0.0 * fix #115 for mysql 8.4.0 * fix #115 for mysql 8.4.0 phpunit test * fix issue #125 * change to hetao29 * Fix PHP 8.4 deprecation: Implicitly marking parameter as nullable is deprecated, the explicit nullable type must be used instead * change to krowinski * Fix maintainer feedback: always return strings from readInt64/unpackUInt64 - Changed readInt64() to always return string instead of string|int - Changed unpackUInt64() to always return string instead of string|int - Changed readUInt64() return type to string for consistency - Applied code style fixes with composer cs:fix - Fixes failing tests: testShouldReadInt64 and testShouldPack64bit Addresses maintainer feedback from PR #116 regarding MySQL 8.4.0 compatibility. * Fix DBAL 4.x compatibility issue in testShouldReconnect In DBAL 4.x, Doctrine\DBAL\Exception became an interface instead of a concrete class. The test was trying to instantiate 'new Exception('')' which fails with 'Cannot instantiate interface Doctrine\DBAL\Exception'. Fixed by using ConnectionException mock which implements the Exception interface, preserving the exact same test logic and coverage as the original DBAL 3.x version. * Fix MySQLRepository for DBAL 4.x compatibility Remove manual connection reconnection logic since DBAL 4.x handles reconnection automatically. The connect() method became protected in DBAL 4.x, causing 'Call to protected method' errors. Changes: - Removed manual ping/close/connect logic from getConnection() - DBAL 4.x automatically handles lost connections and reconnection - Kept ping() method as required by PingableConnection interface This fixes the repository to work with DBAL 4.x while maintaining the same functionality. --------- Co-authored-by: hetao <[email protected]> Co-authored-by: HeTao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 635b8a5 - Browse repository at this point
Copy the full SHA 635b8a5View commit details
Commits on Sep 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0ca0094 - Browse repository at this point
Copy the full SHA 0ca0094View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.1.0...v9.0.0