Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7841551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T16:07:29+00:00 2026-06-02T16:07:29+00:00

I could not find a way to check in a precondition element if a

  • 0

I could not find a way to check in a precondition element if a custom property is set.

What I found out about this issue so far is here.
As the ticket comment indicates, extending CustomPrecondition will not help without modifying the API. Is there another way?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T16:07:30+00:00Added an answer on June 2, 2026 at 4:07 pm

    The documentation describes a changeLogPropertyDefined precondition.

    The following example worked fine for me:

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd">
    
        <changeSet author="mark (generated)" id="mark-1">
            <preConditions onFail="HALT">
                <changeLogPropertyDefined property="testing" value="1"/>
            </preConditions>
    
            <createTable tableName="TEST001">
                <column name="ID" type="VARCHAR(10)">
                    <constraints nullable="false"/>
                </column>
                <column name="X" type="VARCHAR(9)">
                    <constraints nullable="false"/>
                </column>
                <column name="Y" type="DECIMAL(7,2)"/>
                <column name="Z" type="DECIMAL(7,2)"/>
            </createTable>
        </changeSet>
    
    </databaseChangeLog>
    

    I run liquibase from Maven. The testing property can be set from the command line as follows:

    mvn -Dtesting=1 compile
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been searching for a way to do this, but could not find anything
I have research about an issue and could not find a solution for it
With EclipseLink/JPA 2.0, I could not find a way to check the database schema
I searched a lot but could not find a way to dump table relations
I could not find a clear answer to this question elsewhere, so I'll try
I have searched but could not find the reason for this behavior. I have
My apologies if this was answered in another question, I could not find an
I could not find the function that returns the name of the cell referenced.
I could not find a post to do it automatically as I don't want
I have been searching everywhere but I could not find an answer. I need

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.