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

Repair the SQL request when upgrading #898

Open
wants to merge 5 commits into
base: stable3.0
Choose a base branch
from

Commits on Jul 10, 2024

  1. fix(php): Repair the SQL request when upgrading

    When we upgrade the workspace app 2.0.1 to 3.0.X. We have a problem
    using double quotes for an expression, because the expression is
    interpreted as a column.
    
    Signed-off-by: Baptiste Fotia <[email protected]>
    zak39 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    51f3f2c View commit details
    Browse the repository at this point in the history
  2. feat(php): Rerun the change groupnames for pgsql

    Rerun the change groupnames for pgsql when the control migration is to
    false.
    
    Signed-off-by: Baptiste Fotia <[email protected]>
    zak39 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3425eaa View commit details
    Browse the repository at this point in the history
  3. style(php): Run composer run cs:fix

    Signed-off-by: Baptiste Fotia <[email protected]>
    zak39 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a9c70be View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix(mapper): Set parameters in the sql request

    Instead of to pass the values as string, I defined them as parameter in
    the where clause.
    zak39 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    61a9b70 View commit details
    Browse the repository at this point in the history
  2. chore(): Run composer cs:fix

    zak39 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fc82b22 View commit details
    Browse the repository at this point in the history