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

Compability issues between master of liquibase-core and liquibase-hibernate

I have made developments in liquibase-core and liquibase-hibernate. So in my local pom.xml files I reference a local Nexus and also let liquibase-hibernate depend on the 3.3.0-SNAPSHOT version of...

View Article


Some Liquibase-related componentry for your perusal

I threw together three little components that might help out Liquibase developers. The first component is a general Maven utility class called Artifacts that currently has one method in it.  The method...

View Article


Re : Liquibase liquibase-maven-plugin does not run Integration Tests in...

Since the Liquibase plugin is creating the tables, it sounds like you got the Liquibase part working. Not sure I can help you with your general project issues. It doesn't sound like a Hibernate issue...

View Article

Re : Some Liquibase-related componentry for your perusal

That is a good way to manage your changelog. Thanks for posting them and pointing them out. Let us know when you have your blog post added. Nathan

View Article

Re : Compability issues between master of liquibase-core and liquibase-hibernate

I'm working on improving the process, but I did just recently update liquibase-hibernate to reference 3.3.0-SNAPSHOT since there was the breaking API change. I try to keep those to a minimum but when I...

View Article


Re : Allow multi-schema database installations without need for elevated...

I think that is a common problem and being able to control who executes each changeset is a good option.  It would make the output of updateSql more complex because you wouldn't be able to execute that...

View Article

Re : Allow multi-schema database installations without need for elevated...

Thank you for answer. > It would make the output of updateSql more complex In case of oracle and sql*plus/sqldeveloper it is possible to use connect command like this: connect user1/pswd1@conn_str1...

View Article

Re : Some Liquibase-related componentry for your perusal

I've got a quick start up while I work on a longer blog post.  Please see https://github.com/ljnelson/maven-liquibase/blob/master/README.md. (This project provides classes for use by the extremely...

View Article


Re : Allow multi-schema database installations without need for elevated...

I created https://liquibase.jira.com/browse/CORE-2085 to track the feature Nathan

View Article


Re : Microsoft Azure SQL DB - issue updating with a changelog xml file

Thanks for the information. I had removed the PK from the table since other databases have issues with key length that was limiting the size of the path and id columns. I created...

View Article

Re : Liquibase-mysql

Can you try it with a newer driver version? If you are still seeing problems let me know. Nathan

View Article

Re : MySql: DateTime size doesn't get picked by createTable / addColumn...

This is fixed for the upcoming 3.3.0 release.  Nathan

View Article

Re : Attribute 'onUpdateSQL' is not allowed to appear in element 'preConditions'

The tag is onSqlOutput= FAIL or TEST or IGNORE Nathan

View Article


Re : Auto-Increment Precondition

There is no built-in autoIncrementExists or similar precondition. Your best option is probably to find the correct SQL and use a <sqlCheck> precondition.  Or use failOnError="false" in the...

View Article

Re : Strange things with Java 8

That is very strange. The TAG reserved word is included in redshift extension directly, so it's not a driver version difference. It is just doing a...

View Article


Re : How to apply programatically only change sets which wasn't run?

It is probably an issue with the changeset "path" being different. Part of unique identifier of each changeset is the path, and is stored in databasechangelog. If the way you reference the changeSet...

View Article

Re : preConditions doesn't work

I'll be looking at it this week for the 3.2.3 release. Nathan

View Article


Re : Validation and Output

To get the problem object in the output message, you'll probably need to write a custom precondition class. There is documentation on it at http://www.liquibase.org/documentation/preconditions.html...

View Article

Re : Strange things with Java 8

This was the SQL it tried to execute: SELECT FILENAME,AUTHOR,ID,MD5SUM, DATEEXECUTED,ORDEREXECUTED, EXECTYPE,DESCRIPTION,COMMENTS, TAG,LIQUIBASE FROM public.databasechangelog_ analytics ORDER BY...

View Article

Re : Microsoft Azure SQL DB - issue updating with a changelog xml file

Thank you :)

View Article
Browsing all 2993 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>