-
Notifications
You must be signed in to change notification settings - Fork 518
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
Small improvements and code cleaning #360
Conversation
Kacperos155
commented
Jul 23, 2022
•
edited
Loading
edited
- std::unique_ptr in Backup
- Database::tryExec(const std::string) changed to Database::tryExec(const std::string&)
- Backup::getRemainingPageCount() and Backup::getTotalPageCount() are now const
- Database::tableExists() and Database::getHeaderInfo() are now const
- Transparent comparator (std::less) in Statement::mColumnNames to avoid creating std::string when comparing
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.
Very nice changes, thanks for this!
Could you please have a look at my comments?
Cheers!
I made the changes required in the review 😸 |
I had rebased branch to new commits on master to resolve conflicts |
…QLiteCpp into small_improvements
b5c402a
to
d9f8be8
Compare
Thanks for your contribution :) |