Quantcast
Channel: Liquibase Forums
Browsing all 2993 articles
Browse latest View live

File path issue with maven-plugin

Liquibase Version: 3.6.1/3.6.0Database: SQLite/OracleOS: Windows 7When I run "mvn liquibase:update" getting error, same setup working fine with command line SDK.Error setting up or running Liquibase:...

View Article


Re : File path issue with maven-plugin

Thie issue appears to be that it is trying to access the files using an absolute path:file:/release1/ddl/001_SAMPLE.sqlrather than file:/C:/some_path_to_project/release1/ddl/001_SAMPLE.sqlIt isn't...

View Article


Liquibase MySQL “DateTime(3)” Not Work

I was trying to create a MySQL table with a column type "DateTime(3)" by using Liquibase changelog, e.g. <column name="dateTimeColumn" type="DateTime(3)">. However, The output of data type is...

View Article

Cannot use array on h2 with liquibase while in postgres works perfectly

Hello,I'm using this change set: <changeSet author="marco_scarpa" id="pg-101" dbms="postgresql, h2"               failOnError="false">        <createTable tableName="SYM_NAMES">...

View Article

Can I Load Metadata with DataLoad

I am wanting to import a CSV of data that contains data attributes from varying datasets. I also have accompanying metadata that I would like to include in the LoadData. Is there a way to accomplish...

View Article


Re : Can I Load Metadata with DataLoad

It is not clear from your question what metadata you want to load, what you have tried, what your expected results were or what the actual results were. "I have tried and failed" just isn't descriptive...

View Article

Re : Can I Load Metadata with DataLoad

Sorry about that. I have updated my question with a little more detail. Please let me know if you can now understand what I am asking. Thanks.

View Article

Re : Can I Load Metadata with DataLoad

Thanks - that helps a little. You still haven't mentioned the actual results you got, but I'll take a guess. I think that you are expecting that when the loadData change is executed, the columns that...

View Article


Re : Can I Load Metadata with DataLoad

Yes I forgot to do that....you assumed correctly. When I executed the LoadData changeset, none of the columns with defaultValue Attributes were inserted into the table but instead contained a null...

View Article


HBase Split not working properly

I am trying to load huge amount of datadump into HBase. I have HBase set up with 8 Region servers. I got the suggestion that i need to presplit the table.I used following command to create &...

View Article

Check constraint

Hello,I've seen topics dating to 7/8 years ago about Check Constraints and these topics have > 10k views. Any chance Liquibase has got around to supporting column check constraints? Its obviously...

View Article

applying tenant specific schema changes

Does liquibase support applying tenant specific schemas (shared database/multiple schemas) synchronously using some extension or out of box?

View Article

Checksum issue in ant target

We use ant to build our system.Part of our system build in development phase we always restore our database t the current production structure and apply the changes that are going to be part of the...

View Article


Re : applying tenant specific schema changes

It can handle a scenario like that using what are called changelog parameters. Doing it 'synchronously' is not possible out of the box.The company I work for (Datical) does have tooling that might meet...

View Article

MySQL - TIMESTAMP Default value should use MODIFY instead of ALTER

<addDefaultValue tableName="short_video" columnName="created_at" defaultValueComputed="CURRENT_TIMESTAMP" columnDataType="TIMESTAMP"/>Will generate: ALTER TABLE short_video.short_video ALTER...

View Article


Unable to launch liquibase using command line

When I run the following command from the prompt I get the error below for version 3.6.1 and 3.6.0. whereas when I run the same command for 3.5.3 , it gives the response that command not passed.However...

View Article

Re : Unable to launch liquibase using command line

Is there a reason you don't just run the shell script? If you want to replicate what the shell script does, it is there to examine. If you want to see what it is doing, you can alter the shell script...

View Article


Re : Unable to launch liquibase using command line

Here is what the output looks like on my machine:steve@SteveDonieCentOSVBox ~/work/Liquibase-CLI-testing/bin[master]$ ./liquibasejava -cp...

View Article

Re : Unable to launch liquibase using command line

Looking more closely at your classpath vs. mine, it appears that the issue is you are missing the logback-classic jar.Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/

View Article

Re : Looking for feedback on the Formatted SQL Changelog Format

Guys, this change was applied 7 years ago. Why is it not in documentation?http://www.liquibase.org/documentation/sql_format.htmlThe only way to find an answer was to use google :(

View Article
Browsing all 2993 articles
Browse latest View live