-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an extra RV to the relationship resolver
A certain spot in the codebase check whether a relationship is "simple". This additional flag allows to consider coderef conditions as well, instead of simply punting with "not a HASH? - no can do" See next commit for the actual switchover While at it fix a subtle bug introduced in b5ce674 - originally the helper is_literal_value recognized -ident as a valid literal. Later on during the migration into SQLA this logic was lost (I do not exactly recall the details), yet the DBIC side was never adjusted. All callsites were audited to make sure nothing else was missed.
- Loading branch information
Showing
3 changed files
with
90 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters