Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wack/tern
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: trunk
Choose a base ref
...
head repository: wack/tern
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: claude/implement-python-sqlmodel-dD7Kz
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Jan 30, 2026

  1. Complete Python SQLModel code generator implementation

    FEATURE: Add remaining features for Python SQLModel code generation
    
    Implements several remaining features from the design document:
    
    - Default factory for datetime columns with now() defaults (timezone-aware)
    - Module prefix support for import paths in multi-file mode
    - Generated columns with SQLAlchemy Computed support
    - User-defined type detection (maps to str as fallback)
    - Pydantic base models via generate_base_models config
    - Relationship generation for foreign keys with back_populates
    
    Also updates the design document to reflect current implementation status.
    
    https://claude.ai/code/session_01Rk2mNUxaCsiqTBQZB1sLuW
    claude committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    7caa8b8 View commit details
    Browse the repository at this point in the history
Loading