Skip to content

fix(executors): improve query execution in sql executor#436

Merged
AndreyMarkinPPC merged 1 commit into
mainfrom
fix-sqldb-config
May 19, 2026
Merged

fix(executors): improve query execution in sql executor#436
AndreyMarkinPPC merged 1 commit into
mainfrom
fix-sqldb-config

Conversation

@AndreyMarkinPPC

Copy link
Copy Markdown
Member
  • keep .executescript() for sqlite
  • for other dbs use .execute()

* keep .executescript() for sqlite
* for other dbs use .execute()
@AndreyMarkinPPC AndreyMarkinPPC self-assigned this May 18, 2026
@AndreyMarkinPPC AndreyMarkinPPC added the bug Something isn't working label May 18, 2026
@codecov-commenter

codecov-commenter commented May 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 90.52%. Comparing base (5ebb9d2) to head (09869f4).
⚠️ Report is 241 commits behind head on main.

Files with missing lines Patch % Lines
libs/executors/garf/executors/sql_executor.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #436      +/-   ##
==========================================
+ Coverage   88.23%   90.52%   +2.29%     
==========================================
  Files          61       82      +21     
  Lines        2600     4297    +1697     
==========================================
+ Hits         2294     3890    +1596     
- Misses        306      407     +101     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AndreyMarkinPPC AndreyMarkinPPC merged commit d3b3687 into main May 19, 2026
25 checks passed
@AndreyMarkinPPC AndreyMarkinPPC deleted the fix-sqldb-config branch May 19, 2026 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants