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

Enable Join push-down for PostgreSQL dialect #151

Closed
snehlsen opened this issue Apr 12, 2019 · 0 comments
Closed

Enable Join push-down for PostgreSQL dialect #151

snehlsen opened this issue Apr 12, 2019 · 0 comments
Assignees
Labels
feature Product feature

Comments

@snehlsen
Copy link
Contributor

snehlsen commented Apr 12, 2019

The following capabilities have to be added:

JOIN 
JOIN_TYPE_INNER 
JOIN_TYPE_LEFT_OUTER 
JOIN_TYPE_RIGHT_OUTER
JOIN_TYPE_FULL_OUTER
JOIN_CONDITION_EQUI 
@snehlsen snehlsen self-assigned this May 6, 2019
@snehlsen snehlsen added the feature Product feature label May 6, 2019
snehlsen added a commit that referenced this issue May 7, 2019
snehlsen added a commit that referenced this issue May 7, 2019
redcatbear pushed a commit that referenced this issue May 7, 2019
* #151: enabled join pushdown for postgresql

* #151: fixed review findings

* #151 replaced long casts in integration test with literals

* #151: increased version to 1.14.0

* #151: added assertAll in integration test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

No branches or pull requests

2 participants