Skip to content

Conversation

@AndreasAlbertQC
Copy link
Collaborator

Motivation

I would like to save lists in postgres.

Changes

  • Added conversion of the dy.List and dy.Array columns to sqlalchemy array dtypes for postgres.

In the future, we might extend this inference to also support JSONB. I think this would require allowing the user to choose because it appears to me that array is just a sane default here.

@github-actions github-actions bot added the enhancement New feature or request label Jan 14, 2026
@codecov
Copy link

codecov bot commented Jan 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (25cdb9b) to head (b0dea9a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #256   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           53        53           
  Lines         3086      3096   +10     
=========================================
+ Hits          3086      3096   +10     

☔ 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.

@AndreasAlbertQC AndreasAlbertQC enabled auto-merge (squash) January 14, 2026 16:15
@AndreasAlbertQC AndreasAlbertQC merged commit c68133a into main Jan 14, 2026
31 checks passed
@AndreasAlbertQC AndreasAlbertQC deleted the 2026-01-14_list-sql-postgres branch January 14, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants