8000 refactor(postgres): optimize query for constraint and attribute aggregation by k1LoW · Pull Request #689 · k1LoW/tbls · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

refactor(postgres): optimize query for constraint and attribute aggregation #689

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

Merged
merged 1 commit into from
Apr 22, 2025

Conversation

k1LoW
Copy link
Owner
@k1LoW k1LoW commented Apr 22, 2025

Fix #672

Copy link
Contributor

Code Metrics Report

main (2573182) #689 (029ebaf) +/-
Coverage 55.7% 54.1% -1.6%
Code to Test Ratio 1:0.4 1:0.4 +0.0
Details
  |                    | main (2573182) | #689 (029ebaf) |  +/-  |
  |--------------------|----------------|----------------|-------|
- | Coverage           |          55.7% |          54.1% | -1.6% |
  |   Files            |             52 |             52 |     0 |
  |   Lines            |           4813 |           4813 |     0 |
- |   Covered          |           2683 |           2606 |   -77 |
+ | Code to Test Ratio |          1:0.4 |          1:0.4 |  +0.0 |
  |   Code             |          10423 |          10419 |    -4 |
  |   Test             |           4358 |           4358 |     0 |

Code coverage of files in pull request scope (81.8% → 81.8%)

Files Coverage +/- Status
drivers/postgres/postgres.go 81.8% 0.0% modified

Reported by octocov

@k1LoW k1LoW marked this pull request as ready for review April 22, 2025 14:11
@k1LoW k1LoW merged commit a465be2 into main Apr 22, 2025
4 checks passed
@k1LoW k1LoW deleted the fix-pg branch April 22, 2025 14:12
@github-actions github-actions bot mentioned this pull request Apr 22, 2025
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.

Postgres constraint query doing a cartesian join when multiple columns reference multiple columns
1 participant
0