Skip to content

move dbhelper to SupportSQLiteOpenHelper#6770

Open
rovertrack wants to merge 2 commits intocommons-app:mainfrom
rovertrack:db
Open

move dbhelper to SupportSQLiteOpenHelper#6770
rovertrack wants to merge 2 commits intocommons-app:mainfrom
rovertrack:db

Conversation

@rovertrack
Copy link
Contributor

closes: #6769
relates to parent: #6768

Comment on lines +33 to +34
.builder(TABLE_NAME).selection(selection, selectionArgs)
.columns(projection).selection(selection, selectionArgs)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You dont need to specify the selection() twice

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay , done in latest commit

Comment on lines +33 to +34
.builder(TABLE_NAME).selection(selection, selectionArgs)
.columns(projection).selection(selection, selectionArgs)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

selection() is referenced twice

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay , done in latest commit

Copy link
Collaborator

@psh psh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple of small things, overall, nice work.

@rovertrack
Copy link
Contributor Author

Just a couple of small things, overall, nice work.

thanks , was only possible because of your guidance )

@rovertrack rovertrack requested a review from psh March 21, 2026 19:03
@github-actions
Copy link

✅ Generated APK variants!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move the DBOpenHelper to the more modern androidx.sqlite.db.SupportSQLiteOpenHelper

2 participants