-
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.
Ensure the custom rel cond resolver does not trigger forgotten compat…
… shim During the rush to get custom rels out the door (this is why rushing fucking sucks), a697fa3 introduced a shortsighted workaround into ::SQLMaker::_from_chunk_to_sql(). This code slipped consequent review and made its way into the codebase... 4 FUCKING YEARS AGO!!! >:( Since it is not known how much stuff relies on the insanity being there (moreover we have tests that rely on it) leave things as is for the time being. The only change is making the cond resolver *completely* oblivious to the "single-element hash" workaround (albeit via a silly hack). In the process exposed that ora-joins module is entirely incapable of understanding non-equality conds... fml See next commits for added warnings, etc.
- Loading branch information
Showing
4 changed files
with
69 additions
and
1 deletion.
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
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