-
Notifications
You must be signed in to change notification settings - Fork 343
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
Feature: Implement watch methods for PDO driver #435
Conversation
you need to document the breaking change in the PR body. |
ok |
done |
Well, the breaking change is that the table is no longer configurable via
|
change the db table name is not a routine operation, and mongo is not configured, so I hard-coded it in the __construct |
I'm saying that the breaking change I described is not in PR body. it's breaking change for users who have relied on the environment variable. |
I see, this is indeed a problem, let me change it back. |
@fengqi I'm saying you need to document it in the pull request body. you can of course restore the breaking change, so then it does not need to be documented. |
i have changed it back |
please consider doing atomic commits for further changes:
and if previous commit needs to be improved, git commit --fixup. I'll squash/fixup myself your commits here before the merge. |
got it, I pick all commit from the our used internally branch, so the modification was submitted all at once |
I use |
did i need to reopen a new pr? |
@fengqi open new PR for what? |
Co-authored-by: fengqi <[email protected]>
7e5f4b9
to
5bb1f24
Compare
…ches Co-authored-by: Elan Ruusamäe <[email protected]>
5bb1f24
to
8d6cf2e
Compare
All methods need the schema, so may as well create it in constructor
Fixing failing tests 0675a49: |
Add saveWatch, getAllWatches, truncateWatches to PdoRepository: