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

TRY 03 - SQL Query of All entries #13

Closed
sabaoth87 opened this issue Jan 27, 2018 · 0 comments
Closed

TRY 03 - SQL Query of All entries #13

sabaoth87 opened this issue Jan 27, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@sabaoth87
Copy link
Owner

I am still not sure how to properly query all entires of the db properly

Hoping something like this:

//Find all entries that have an _ID
        String selection = Contract_Reminder.ReminderEntry.COLUMN_TITLE + " ?";
        String[] selectionArgs = {};
@sabaoth87 sabaoth87 added the TRY label Jan 27, 2018
@sabaoth87 sabaoth87 added this to the Alpha Step 00 milestone Jan 27, 2018
@sabaoth87 sabaoth87 self-assigned this Jan 27, 2018
sabaoth87 added a commit that referenced this issue Feb 5, 2018
- Reminder list works!
- Fixes #10
- Fixes #7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant