Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLAlchemy 0.9.5 #24

Open
tony opened this issue Apr 21, 2014 · 0 comments
Open

SQLAlchemy 0.9.5 #24

tony opened this issue Apr 21, 2014 · 0 comments

Comments

@tony
Copy link
Contributor

tony commented Apr 21, 2014

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.

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

No branches or pull requests

1 participant