Skip to content

fix: update outdated transform() docs for index/view behavior (fixes #849) - #861

Closed
KooshaPari wants to merge 1 commit into
simonw:mainfrom
KooshaPari:fix-3-docs-transform
Closed

KooshaPari wants to merge 1 commit into
simonw:mainfrom
KooshaPari:fix-3-docs-transform

Conversation

@KooshaPari

@KooshaPari KooshaPari commented Sep 13, 2026

Copy link
Copy Markdown

Fixes #849

Changes

  • Updated the description of .transform() behavior in the "Custom transformations with .transform_sql()" section of python-api.rst
  • The old text incorrectly stated that .transform() does not automatically handle indexes and views
  • .transform() now automatically recreates indexes that reference renamed columns, and tables referenced by views can be transformed safely
  • Only triggers still require manual handling

📚 Documentation preview 📚: https://sqlite-utils--861.org.readthedocs.build/en/861/

Copilot AI lite review requested due to automatic review settings September 13, 2026 06:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@KooshaPari KooshaPari closed this by deleting the head repository Sep 13, 2026
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.

Clarify transform() behavior for indexes, views and triggers

2 participants