Nathan Voxland

Results 37 issues of Nathan Voxland

## Impact - [ ] Bug fix (non-breaking change which fixes expected existing functionality) - [X] Enhancement/New feature (adds functionality without impacting existing logic) - [ ] Breaking change (fix...

TypeEnhancement
DocRequired
ReleaseMajor
featureLabels
marketingRequired
featureContext
sprint2022-31

## Description The databasechangelog `liquibase.json` files contributed to https://github.com/SchemaStore/schemastore/tree/master/src/schemas/json are out of date. It should be brought up to date and kept up to date as the schema changes. ##...

## Impact - [ ] Bug fix (non-breaking change which fixes expected existing functionality) - [X] Enhancement/New feature (adds functionality without impacting existing logic) - [X] Breaking change (fix or...

ReleaseMajor
breaking-change
enabler
ResourceAccessor

## Description In #1277 in 4.6.2 we addressed issues with relativeToChangelogFile and logicalFilePath, but there are still reported issuese. This is a placeholder issue as we figure out the root...

path

## Description By default mysql and mariadb use "utf8" which they alias to "utf8mb3" which is not the utf8mb4 that most people would expect for similarity across the requested "NVARCHAR"...

SyncTicket
Severity2
DBMariaDB
criticalityBlocker
blocked
complexityGlobal

## Description If a table has been created like: ``` create table test_table ( test_char char(50) charset utf8mb4, test_varchar varchar(50) charset utf8mb4 ); ``` then running `liquibase snapshot` returns only...

Severity2
DBMariaDB
criticalityBlocker
complexityGlobal
DBMySQL
featureSnapshot

## Description We can define LiquibaseConfiguration settings with aliases, but not CommandArgumentDefinitions. Adding aliases will allow us to support backwards compatibility when renaming arguments, and support common misspellings. The aliases...

TypeEnhancement
IntegrationCLI
enabler

## Overview Start documenting the new TestSystem functionality. It is alpha-level APIs, but ready to start getting feedback. Including it in a new DEVELOPING.md file which can eventually be the...

## Description Liquibase currently shades the following libraries into the liquibase.jar file: - opencsv - apache commons-lang3 - apache commons-text - apache commons-collections4 - apache commons-codec - jsqlparser - jackson...

## Overview Liquibase 3.6 as well as 4.0 introduced API compatibility issues with the current log4j-liquibase codebase. See liquibase/liquibase#1777 This updates the code to be compatible with 4.0+ while still...