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

Corrected determination of the DB2 version for the support of BOOLEAN columns. (patch for #4723) #4754

Merged
merged 3 commits into from
Oct 16, 2023

Commits on Oct 2, 2023

  1. Update StandardLockService.java

    Fix the error: check, that DB2Database is a superclass of the configured implementation 
    
    Signed-off-by: Erich Haltenwanger <erich@haltenwanger.de>
    haltenwe authored and filipelautert committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d5d1a48 View commit details
    Browse the repository at this point in the history
  2. Update DB2Database.java

    Fixes liquibase#4723: check of the version of DB2
    
    Signed-off-by: Erich Haltenwanger <erich@haltenwanger.de>
    haltenwe authored and filipelautert committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    64e4822 View commit details
    Browse the repository at this point in the history
  3. Update init method logic to only check old changelog table format log…

    …ic when not using a LoggingExecutor.
    MalloD12 authored and filipelautert committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1329da1 View commit details
    Browse the repository at this point in the history