Skip to content

feat(postgres-driver): Migrate to our Pool implementation#10389

Merged
ovr merged 3 commits intomasterfrom
feat/postgres-generic-pool
Feb 13, 2026
Merged

feat(postgres-driver): Migrate to our Pool implementation#10389
ovr merged 3 commits intomasterfrom
feat/postgres-generic-pool

Conversation

@ovr
Copy link
Member

@ovr ovr commented Feb 11, 2026

Fix #10142

@github-actions github-actions bot added driver:redshift Issues relating to the Redshift driver driver:postgres Issues relating to the Postgres driver driver:crate javascript Pull requests that update Javascript code data source driver driver:materialize labels Feb 11, 2026
@codecov
Copy link

codecov bot commented Feb 11, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 57.51%. Comparing base (4f2e72f) to head (030aae0).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
packages/cubejs-backend-shared/src/pool.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10389      +/-   ##
==========================================
- Coverage   57.51%   57.51%   -0.01%     
==========================================
  Files         222      222              
  Lines       17340    17341       +1     
  Branches     3546     3546              
==========================================
  Hits         9973     9973              
- Misses       6832     6833       +1     
  Partials      535      535              
Flag Coverage Δ
cube-backend 57.51% <0.00%> (-0.01%) ⬇️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ovr ovr force-pushed the feat/postgres-generic-pool branch from 458b532 to 71c8e0a Compare February 13, 2026 14:13
@ovr ovr marked this pull request as ready for review February 13, 2026 14:18
@ovr ovr requested review from a team as code owners February 13, 2026 14:18
@ovr ovr force-pushed the feat/postgres-generic-pool branch from 93abb3d to 030aae0 Compare February 13, 2026 14:42
@ovr ovr merged commit a57cabe into master Feb 13, 2026
93 of 101 checks passed
@ovr ovr deleted the feat/postgres-generic-pool branch February 13, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data source driver driver:crate driver:materialize driver:postgres Issues relating to the Postgres driver driver:redshift Issues relating to the Redshift driver javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cube.js terminates when postgres connection is terminated

2 participants