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

Feature: Subqueries in the FROM section #5510

Merged
merged 8 commits into from
Jan 13, 2022

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    db9898c View commit details
    Browse the repository at this point in the history
  2. fix documentation

    fix method docblock
    iRedds committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    5b22458 View commit details
    Browse the repository at this point in the history
  3. Reworked implementation

    iRedds committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    db619f3 View commit details
    Browse the repository at this point in the history
  4. fix tests

    iRedds committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    bc3b0b4 View commit details
    Browse the repository at this point in the history
  5. Unique fake table name.

    Added test
    iRedds committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    acb32ea View commit details
    Browse the repository at this point in the history
  6. Update tests/system/Database/Builder/FromTest.php

    Co-authored-by: kenjis <kenji.uui@gmail.com>
    iRedds and kenjis committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    6dd649d View commit details
    Browse the repository at this point in the history
  7. fix cs

    iRedds committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    1ff5d33 View commit details
    Browse the repository at this point in the history
  8. BaseConnection::newQuery: replaced the name of the temporary table

    BaseBuilder::from: skip empty table name
    iRedds committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    013e374 View commit details
    Browse the repository at this point in the history