-
-
Notifications
You must be signed in to change notification settings - Fork 36
[4.x] add createQuery to DatabaseInterface #325
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
base: 4.x-dev
Are you sure you want to change the base?
Conversation
I'd really like to merge this PR, however I would need some documentation for this similar to what is here: https://github.com/joomla-framework/database/blob/3.x-dev/docs/v1-to-v2-update.md |
Can you also check if you got everything from #311 covered in your PR as well? Then I would close the other PR. |
Yes, it contains all changes from #311 without |
Pull Request for Issue #
Summary of Changes
adds
createQuery
toDatabaseInterface
Testing Instructions
DatabaseInterface
must containcreateQuery
Documentation Changes Required
Every class which implements
DatabaseInterface
must containcreateQuery