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

feature(ORM): update ORMThreadPoolBase's API #11

Merged
merged 9 commits into from
Jul 21, 2024

Conversation

pga2rn
Copy link
Owner

@pga2rn pga2rn commented Jul 21, 2024

Introduction

This PR updates the ORMThreadPoolBase's API, now all the sql query APIs return concurrent.futures.Future object instead.

Copy link

github-actions bot commented Jul 21, 2024

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/simple_sqlite3_orm
   __init__.py70100% 
   _orm.py2322688%43, 45–46, 49–50, 148, 402, 447, 529, 531–532, 541–542, 544, 582, 605, 648, 679, 681–682, 691–692, 694, 729, 758, 813
   _sqlite_spec.py360100% 
   _table_spec.py1712187%45, 60, 69, 80, 84–85, 97, 109, 126, 187, 192–194, 270, 272, 274–275, 333–334, 443–444
   _types.py19194%27
   _utils.py51590%52, 65, 68, 78, 91
   utils.py971782%112, 119–120, 155–158, 204, 217, 237–241, 267, 271, 312
TOTAL6137088% 

Tests Skipped Failures Errors Time
60 0 💤 0 ❌ 0 🔥 2m 3s ⏱️

@pga2rn pga2rn marked this pull request as ready for review July 21, 2024 09:16
Copy link

sonarcloud bot commented Jul 21, 2024

@pga2rn pga2rn merged commit 1db0d93 into main Jul 21, 2024
10 checks passed
@pga2rn pga2rn deleted the feature/update_threadpool_api branch July 21, 2024 09:33
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