Skip to content

Conversation

@borchero
Copy link
Member

@borchero borchero commented Oct 21, 2025

Motivation

Fixes #181. @delsner and I decided to additionally replace schema with columns as this feels more appropriate for what is being returned here.

@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #183   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           50        50           
  Lines         2918      2915    -3     
=========================================
- Hits          2918      2915    -3     

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

@borchero borchero changed the title refactor!: Rename sql_schema to sqlalchemy_schema refactor!: Rename sql_schema to sqlalchemy_columns Oct 21, 2025
@borchero borchero changed the title refactor!: Rename sql_schema to sqlalchemy_columns refactor!: Rename sql_schema to sqlalchemy_columns and prefix all conversion functions with to_ Oct 22, 2025
@borchero
Copy link
Member Author

@AndreasAlbertQC @delsner PTAL :)

Copy link
Member

@delsner delsner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, modulo my comments.

@borchero borchero enabled auto-merge (squash) October 23, 2025 21:25
@borchero borchero merged commit 12ec352 into main Oct 23, 2025
24 checks passed
@borchero borchero deleted the sqlalchemy branch October 23, 2025 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API Suggestion: Rename .sql_schema() to .to_sqlalchemy_schema()

2 participants