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

Process expressions inside param values when build a query #806

Merged
merged 34 commits into from
Apr 12, 2024

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    e1f142f View commit details
    Browse the repository at this point in the history
  2. Improve

    Tigrov committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c60f3a1 View commit details
    Browse the repository at this point in the history
  3. Fix errors

    Tigrov committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f15c515 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Fix errors

    Tigrov committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    17eb937 View commit details
    Browse the repository at this point in the history
  2. Update tests

    Tigrov committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b325bab View commit details
    Browse the repository at this point in the history
  3. Apply fixes from StyleCI

    StyleCIBot committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    54dedfb View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Add tests

    Tigrov committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    02708bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5984d34 View commit details
    Browse the repository at this point in the history
  3. Apply fixes from StyleCI

    StyleCIBot committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    7803afb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0845c13 View commit details
    Browse the repository at this point in the history
  5. Fix psalm issue

    Tigrov committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    8f76d49 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Improve

    Tigrov committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b922159 View commit details
    Browse the repository at this point in the history
  2. Add test for indexed params

    Tigrov committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a5bff4a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    be292a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    766fc54 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    e9660dc View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Add SqlParser to fix case when string value containing a placeholder …

    …name. Fix unique param name w/ and w/o colon
    Tigrov committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5daa211 View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    StyleCIBot committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    27ad79f View commit details
    Browse the repository at this point in the history
  3. Fix psalm issue

    Tigrov committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    79395aa View commit details
    Browse the repository at this point in the history
  4. Cover tests

    Tigrov committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    6f2cbb5 View commit details
    Browse the repository at this point in the history
  5. Cover tests

    Tigrov committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    04696b9 View commit details
    Browse the repository at this point in the history
  6. Cover tests

    Tigrov committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    026a51d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Optimization

    Tigrov committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    011e68c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d1de52 View commit details
    Browse the repository at this point in the history
  3. Fix array merge for php8.0

    Tigrov committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f8f226a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    42c263e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    4c22f58 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Tigrov committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    76bac2c View commit details
    Browse the repository at this point in the history
  3. Apply Rector changes (CI)

    Tigrov authored and github-actions[bot] committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    2731b3a View commit details
    Browse the repository at this point in the history
  4. Apply fixes from StyleCI

    StyleCIBot committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    3c3f944 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Apply suggestions from code review [skip ci]

    Co-authored-by: Alexander Makarov <[email protected]>
    Tigrov and samdark authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6dd4791 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix-update-with-expressions

    # Conflicts:
    #	UPGRADE.md
    Tigrov committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    03fe6dc View commit details
    Browse the repository at this point in the history
  3. Improve UPGRADE.md

    Tigrov committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5885a6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe50046 View commit details
    Browse the repository at this point in the history