Conversation
FIXME: it seems that I didn't refactor the entry maker right.
This may possibly fix the issue with entry.count being nil.
remove comma causing error.
Co-authored-by: tami5 <65782666+tami5@users.noreply.github.com>
* refactor(sql_wrapper): follow sqlite new release * update readme
This reverts commit 4937f70.
5 tasks
Member
Author
|
Seems working now. |
It have used where() to get the entry and where() uses get() to fetch from DB. But this table has been customized by overwriting get(), so it has a bug to return the same entry every time it calls. This fixes it.
Collaborator
|
Hi. I'm hopefully going to have time to show the plugins I wrote a bit more love now. |
Member
Author
|
Now this takes over #35, so changes the target to |
Member
Author
|
I have been dog-fooding long time, and it seems safe to merge. |
1 similar comment
Member
Author
|
I have been dog-fooding long time, and it seems safe to merge. |
Member
Author
|
I will merge this. Another refactoring is needed. |
1 similar comment
Member
Author
|
I will merge this. Another refactoring is needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds commits from the master into the
refactorbranch #35 . Needs more tests to merge.TODO
db_rootoption does not work.Type annotations have many errors.auto_validateworks validly?Here is notes from #35 below. I will refactor more in another PR.
Changes: