Skip to content
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

Lazy loading of article content and full-text search #874

Merged
merged 2 commits into from
Jan 4, 2020

Conversation

di72nn
Copy link
Member

@di72nn di72nn commented Nov 17, 2019

This PR:

This PR implements external content FTS tables, so there's no data duplication as in #871. Updating of FTS table is implemented using triggers. A lot of triggers *sigh*.

The features are not so closely related, but seeing how FTS adds constraints, I decided to implement both in one PR.

This was referenced Nov 19, 2019
@di72nn di72nn force-pushed the lazy_content_and_fts branch from 5ca1245 to 1263f2a Compare November 20, 2019 08:43
@di72nn di72nn force-pushed the lazy_content_and_fts branch from 1263f2a to 69a7aef Compare January 4, 2020 07:38
@di72nn di72nn merged commit 69a7aef into master Jan 4, 2020
@di72nn di72nn deleted the lazy_content_and_fts branch January 4, 2020 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IllegalStateException: Couldn't read row 0, col 0 from CursorWindow (in GreenDAO's list method)
3 participants