Issues
- Changeset validation error appears after adding new sql changeset in the same fileCORE-2654
- Maven <skip> not workingCORE-2574Resolved issue: CORE-2574
- Performance regression in resolving local hostCORE-2549Resolved issue: CORE-2549
- Poor runtime performanceCORE-2533Resolved issue: CORE-2533
- Liquibase does not delete unzip directories from temporary directoryCORE-2483Resolved issue: CORE-2483
- Checksum validation failed after Liquibase upgrade (3.3.2 -> 3.3.4, 3.4.0, 3.4.1)CORE-2464Resolved issue: CORE-2464
- Postgres index names cannot include schema nameCORE-2460Resolved issue: CORE-2460
- Use encrypted password for database loginCORE-2454
- endDelimiter splitting does not work in plain SQL files (regression)CORE-2446Resolved issue: CORE-2446
- documentation for loadData should state that tab as a separator can be specified by "\t"CORE-2434
- quoting error in table creationCORE-2433Resolved issue: CORE-2433
- Type VARBINARY(256) changed to BLOB on HSQLDBCORE-2425
- Ability to preserve TEXT type in mssql snapshot and updateCORE-2404Resolved issue: CORE-2404
- Oracle NCLOB defaultValues not read correctlyCORE-2402Resolved issue: CORE-2402
- MSSQL handling timestamp according to sql standard, not sqlserver usageCORE-2401Resolved issue: CORE-2401
- Unexpected error/Unknown Reason if any mysql view is brokenCORE-2400Resolved issue: CORE-2400
- DBDoc improvementsCORE-2399Resolved issue: CORE-2399
- xmlns schema missingCORE-2398Resolved issue: CORE-2398
- MSSQL View Snapshot should not use sp_helptextCORE-2397Resolved issue: CORE-2397
- Increase readability of console outputsCORE-2395
- changeSet contexts created with maven generateChangeLog are in parenthesesCORE-2393Resolved issue: CORE-2393
- Make Database interface or AbstractJdbcDatabase class extend CloseableCORE-2392
- Replace liquibase logging with slf4jCORE-2389Resolved issue: CORE-2389
- Views not equal in different schemasCORE-2388Resolved issue: CORE-2388
- Set the connection default catalog/schema if defaultCatalogName or defaultSchemaName is setCORE-2386Resolved issue: CORE-2386
- IncludeAll does not work when runing liquibase from inside a jarCORE-2385Resolved issue: CORE-2385
- Fix unique constraint generator for informixCORE-2381Resolved issue: CORE-2381
- Support reading of gzip filesCORE-2380Resolved issue: CORE-2380
- Project.version set to 3.3.4-SNAPSHOT in 3.3.4 finalCORE-2379Resolved issue: CORE-2379
29 of 29
Changeset validation error appears after adding new sql changeset in the same file. For example:
After running I've got result "ChangeSet test-1::test-1::author ran successfully". But when I want to add a new changeset in the same file,
liquibase throws error "Validation Failed: 1 change sets check sum test-1::test-1::author is now: 7:5d5f9d62b0bb4b469a67125fdfcd63da"
Note: in version 3.3.2 everything works fine.