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

DAT-16825 :: RawSqlStatement refactoring #5812

Merged
merged 35 commits into from
May 28, 2024
Merged

DAT-16825 :: RawSqlStatement refactoring #5812

merged 35 commits into from
May 28, 2024

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    9a70afc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c983181 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d257df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e9a33e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b933bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76c22f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 12, 2024

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

Commits on Apr 17, 2024

  1. - Replacement of RawSqlStatement by RawParameterizedSqlStatement.

    - Replacement of string concatenation by StringBuilder.
    MalloD12 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8043b0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5bc7c4 View commit details
    Browse the repository at this point in the history
  3. Removed commented code.

    MalloD12 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a464b99 View commit details
    Browse the repository at this point in the history
  4. Integration tests fixes.

    MalloD12 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    748b91d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f9b719 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4eed840 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    b531ed1 View commit details
    Browse the repository at this point in the history
  2. Review comments addressed.

    MalloD12 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    712582a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bea4136 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5ecdb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    82c2943 View commit details
    Browse the repository at this point in the history
  2. test (testInvalidSqlThrowsException) refactoring to use ExceptionUtil…

    ….findExceptionInCauseChain method.
    MalloD12 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    bee8718 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    8116bac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f077ae View commit details
    Browse the repository at this point in the history
  3. Allow empty parameters.

    MalloD12 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a95f202 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    1331f8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    114d764 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    751f227 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    252de70 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    4d5c3e2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into DAT-16825

    # Conflicts:
    #	liquibase-integration-tests/src/test/java/liquibase/dbtest/h2/H2IntegrationTest.java
    #	liquibase-standard/src/main/java/liquibase/snapshot/jvm/UniqueConstraintSnapshotGenerator.java
    MalloD12 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    55a85c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef5291d View commit details
    Browse the repository at this point in the history
  4. - Update ColumnSnapshot generator to make correctly use of statement …

    …parameters.
    
    - Update test changeset that was causing some integration tests to fail.
    MalloD12 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c6035b5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge branch 'master' into DAT-16825

    # Conflicts:
    #	liquibase-snowflake/src/main/java/liquibase/snapshot/jvm/UniqueConstraintSnapshotGeneratorSnowflake.java
    MalloD12 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2b3eec2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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