Skip to content

Conversation

@joshuahhh
Copy link
Contributor

I don't know how common it is to have a field called path in your database, but that's the situation I found myself in today, and I got mightily confused when Query().path == 'some/path' returned False instead of giving me a query object! It must be less likely to have a field called _path, so this should prevent some confusing collisions.

PTAL. Thanks!

I don't know how common it is to have a field called `path` in your database, but that's the situation I found myself in today, and I got mightily confused when `Query().path == 'some/path'` returned `False` instead of giving me a query object! It must be less likely to have a field called `_path`, so this should prevent some confusing collisions.

PTAL. Thanks!
@msiemens msiemens merged commit 8c3eeec into msiemens:master Jun 27, 2016
@msiemens
Copy link
Owner

Thanks for the PR, @joshuahhh!

@msiemens
Copy link
Owner

FYI, I've just released v3.2.1 which includes your fix :)

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.

2 participants