Skip to content

chore: [ANDROSDK-2181] Change driver to default Room SQL framework#2483

Merged
taridepaco merged 4 commits into
developfrom
ANDROSDK-2181-improvements
Oct 29, 2025
Merged

chore: [ANDROSDK-2181] Change driver to default Room SQL framework#2483
taridepaco merged 4 commits into
developfrom
ANDROSDK-2181-improvements

Conversation

@taridepaco

Copy link
Copy Markdown
Collaborator

In this PR, the default room SQL driver is used since this is showing significantly better performance. Though, an bug has been found that prevents operating the db after a Foreign Key error is raised, so some tests that checked this logic need to be commented out and will be watched in the future.
Also, other improvements have been added, that use batch queries to operate the db, instead of the one by one previous methodology.

@taridepaco taridepaco changed the base branch from master to develop October 28, 2025 14:01
@taridepaco taridepaco self-assigned this Oct 28, 2025
@github-actions

Copy link
Copy Markdown

Test Results

1 296 tests   1 295 ✅  36s ⏱️
  392 suites      1 💤
  392 files        0 ❌

Results for commit e39bee0.

@sonarqubecloud

sonarqubecloud Bot commented Oct 28, 2025

Copy link
Copy Markdown

@taridepaco taridepaco merged commit 64dd566 into develop Oct 29, 2025
13 checks passed
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.

2 participants