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

feat(config): add db.prepare_stmt config option (#760) #762

Merged
merged 1 commit into from Feb 3, 2024

Conversation

qwqcode
Copy link
Member

@qwqcode qwqcode commented Feb 3, 2024

The Prepared Statement database feature is enabled by default. You can disable it in config file or a env variable ATK_DB_PREPARE__STMT=0.

The Prepared Statement database feature is enabled by default. You can disable it in config file or a env variable `ATK_DB_PREPARE__STMT=0`.
Copy link

codecov bot commented Feb 3, 2024

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (4012d3e) 34.79% compared to head (887142c) 34.76%.

Files Patch % Lines
internal/db/open.go 0.00% 8 Missing ⚠️
internal/db/db.go 50.00% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #762      +/-   ##
==========================================
- Coverage   34.79%   34.76%   -0.04%     
==========================================
  Files         115      115              
  Lines        4696     4709      +13     
==========================================
+ Hits         1634     1637       +3     
- Misses       2957     2965       +8     
- Partials      105      107       +2     
Flag Coverage Δ
go 34.76% <21.42%> (-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.

@qwqcode qwqcode merged commit 9c3228b into master Feb 3, 2024
6 of 8 checks passed
@qwqcode qwqcode deleted the feat/config/prepare_stmt branch February 3, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant