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

Fix 5122 add PostgreSql lateral join operator for subquery #5337

Merged

Commits on Sep 12, 2024

  1. Fix 5122 Add LATERAL to grammar

    LATERAL is used in two positions in the join_operator - for table subqueries and for table joins
    
    Add Mixin to expose table/columns in a subquery - avoid recursion stackoverflow if child is same as subquery
    griffio committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ef8e5c0 View commit details
    Browse the repository at this point in the history
  2. Lateral Tests

    Lateral Tests
    
    Fixture test
    
    Integration test
    
    InterfaceGeneration test
    griffio committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    df00595 View commit details
    Browse the repository at this point in the history