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

feat: [Validation] add support for dbGroup as parameter in is_unique and is_not_unique #9216

Open
wants to merge 9 commits into
base: 4.6
Choose a base branch
from

Commits on Oct 7, 2024

  1. feat: Add optional dbGroup support in validation rules for multiple d…

    …atabase connections
    
    cs fixer
    
    docs format
    
    fix rules
    
    add test testIsNotUniqueWithDBConnectionAsParameter
    maniaba committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8907d03 View commit details
    Browse the repository at this point in the history
  2. docs: update v4.5.6.rst

    maniaba committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f4f86b3 View commit details
    Browse the repository at this point in the history
  3. docs: fix tabs

    maniaba committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    325ffdc View commit details
    Browse the repository at this point in the history
  4. docs update for v4.6.0

    maniaba committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2fdc559 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Update validation.rst

    maniaba authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    35f7b1e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Update user_guide_src/source/changelogs/v4.6.0.rst

    Co-authored-by: Michal Sniatala <[email protected]>
    maniaba and michalsn authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3cd4397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    180eebf View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. refactor: code for is_unique and is_not_unique methods; extracted com…

    …mon code into prepareUniqueQuery method
    maniaba committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    440545e View commit details
    Browse the repository at this point in the history
  2. rector and phpstan fix

    maniaba committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7ddbd13 View commit details
    Browse the repository at this point in the history