-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Renaming parameter names in ext/sqlite3 #6264
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please convert the parameter names to use camelCase (to match the casing of the methods)?
And I see that there are lots of merge commits in the PR, so I'd suggest that you synchronize your branch with the upstream either by rebasing or by using fast-forward merge. These methods will ensure there are no unnecessary commits in your PR. |
4afea87
to
5fedc75
Compare
Update sqlite3_arginfo.h s/enableExceptions/enable BindValue uses $value $name is more appropriate
Camel-casing Update sqlite3_33_createAggregate_notcallable.phpt Co-authored-by: Nikita Popov <[email protected]> s/$argumentCount/$argCount
45e3a4f
to
cbd638f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from my side. @kocsismate?
s/ms/milliseconds
s/destination_db/sqlite3
- should it bedestination_sqlite3
?s/source_dbname/source_database
s/destination_dbname/destination_database
s/dbname/database
s/param_number/param
- same as is in PDOs/param/bind_var
s/expanded/expand
s/column_number/index