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

v1.7.6 - selectIDsBy #91

Merged
merged 2 commits into from
May 27, 2024
Merged

v1.7.6 - selectIDsBy #91

merged 2 commits into from
May 27, 2024

Conversation

gmpassos
Copy link
Contributor

  • EntityHandler:

    • Added getIDs.
  • EntitySource, EntityRepository:

    • Added existIDs, selectIDsBy and selectIDsByQuery.
  • DBRelationalAdapter:

    • Added parseIDs.

- `EntityHandler`:
  - Added `getIDs`.

- `EntitySource`, `EntityRepository`:
  - Added `existIDs`, `selectIDsBy` and `selectIDsByQuery`.

- `DBRelationalAdapter`:
  - Added `parseIDs`.
@gmpassos gmpassos changed the title v1.7.6 v1.7.6 - selectIDsBy May 27, 2024
Copy link

codecov bot commented May 27, 2024

Codecov Report

Attention: Patch coverage is 58.22785% with 66 lines in your changes are missing coverage. Please review.

Project coverage is 65.19%. Comparing base (97fbd37) to head (57f7d41).
Report is 14 commits behind head on master.

Files Patch % Lines
lib/src/bones_api_entity.dart 14.28% 24 Missing ⚠️
lib/src/bones_api_entity_db.dart 43.33% 17 Missing ⚠️
lib/src/bones_api_entity_db_object_directory.dart 0.00% 11 Missing ⚠️
lib/src/bones_api_entity_db_object_memory.dart 0.00% 8 Missing ⚠️
lib/src/bones_api_entity_db_relational.dart 83.33% 2 Missing ⚠️
lib/src/bones_api_repository.dart 66.66% 2 Missing ⚠️
lib/src/bones_api_entity_db_memory.dart 87.50% 1 Missing ⚠️
lib/src/bones_api_entity_db_sql.dart 97.36% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
- Coverage   65.22%   65.19%   -0.04%     
==========================================
  Files          60       60              
  Lines       19115    19271     +156     
==========================================
+ Hits        12468    12563      +95     
- Misses       6647     6708      +61     
Flag Coverage Δ
unittests 65.19% <58.22%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gmpassos gmpassos merged commit f61c046 into master May 27, 2024
3 of 5 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.

1 participant