Skip to content

Conversation

@Light2Dark
Copy link
Contributor

@Light2Dark Light2Dark commented Oct 22, 2025

📝 Summary

Fixes #6861.
Couldn't write a test because they pass regardless of this fix.

sqlachemy has a column_name type where the column name is an object instead of string.
this change forces it to be a string.

original column type
CleanShot 2025-10-22 at 13 56 41

fixed
CleanShot 2025-10-22 at 13 57 14

🔍 Description of Changes

📋 Checklist

  • I have read the contributor guidelines.
  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • I have added tests for the changes made.
  • I have run the code and verified that it works as expected.

@vercel
Copy link

vercel bot commented Oct 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
marimo-docs Ready Ready Preview Comment Oct 22, 2025 6:01am

@zaneselvans
Copy link
Contributor

Thank you for the quick turnaround!

@Light2Dark Light2Dark merged commit 4d1f2a8 into main Oct 22, 2025
29 of 41 checks passed
@Light2Dark Light2Dark deleted the sham/stringify-col-names branch October 22, 2025 13:59
@dmadisetti dmadisetti added the bug Something isn't working label Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pandas dataframes created with pd.read_sql using SQLAlchemy select can't be displayed

5 participants