Skip to content

SQLAlchemy 0.9.5 #24

@tony

Description

@tony

https://bitbucket.org/zzzeek/sqlalchemy/commits/7303b59b00ef

The "primaryjoin" model has been stretched a bit further to allow a join condition that is strictly from a single column to itself, translated through some kind of SQL function or expression. This is kind of experimental, but the first proof of concept is a "materialized path" join condition where a path string is compared to itself using "like". The :meth:.Operators.like operator has also been added to the list of valid operators to use in a primaryjoin condition. fixes #3029

I'm interested to see how this turns out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions