Problem with Liquibase (using Java 8) to connect DB2
Hi!I am using liquibase 3.3.2. My class extends DB2Database and it overrides isReservedWord method. When I use Java 7 it works fine and it always uses my own isReservedWord class. But when I use Java...
View ArticleRe : Problem with Liquibase (using Java 8) to connect DB2
Replied at StackOverflow:http://stackoverflow.com/questions/37886977/when-i-use-java-8-liquibase-ignores-classes-that-override-liquibase-classesThis is probably a bug and should be reported....
View ArticleRe : Problem with Liquibase (using Java 8) to connect DB2
Thanks for letting me know.Nick
View ArticleBUG? - loadData on MySQL with 51 rows fails
This is very similar to https://liquibase.jira.com/browse/CORE-2510 I'm using Liquibase v3.4.2Loading data with 51 rows fails with the exception below. Anything above or below 51 seems to work fine....
View ArticleRe : Multiple small fixes to 3.5.x
Hi,created the following pull request:* Add reverse engineering support for DB2 z/OS@Marleen: Perhaps could you test my patch and give some feedback.Cheers,Markus
View ArticleRe : Multiple small fixes to 3.5.x
Hi,@Marleen: I forgot, but there is one more problem with reverse engineering DB2 z/OS databases. LiquiBase is using wherever possible the JDBC DatabaseMetaData methods (like getTables, getSchemas,...
View ArticleOracle Sequences not Generated in generateChangeLog after 3.4.1 i.e. 3.4.2,...
When running against an Oracle DB version 12.1 and using any Liquibase after 3.4.1 the changeSet generated no longer include createSequence entries in the change log file.Is there a way to turn these...
View ArticleRe : BUG? - loadData on MySQL with 51 rows fails
The commit comment says that a fix was added for 3.4.x versions, and JIRA indicates it was fixed in 3.4.2. Can you try with a more recent version? Otherwise, I would file a new JIRA with a reproducible...
View ArticleIndependent changelogs for independent tables
Hi All,I'm fairly new to liquibase, and I'm having a bit of trouble figuring out the best way to accomplish something.I have a whole bunch of microservices, each of which has its own database in a...
View ArticleMS SQL with GoCD and Integrated Security
Hi,I am trying to get my Liquibase running on a Windows agent using Integrated security, as SQL user account are not allowed . I do not want to run the agent as the user as we will have different...
View Articlesql formatted rollback to changeSet that originally created a statement.
Hello!I wonder if it is possible to add this functionality to sql formatted xml.RegardsRaste
View ArticleRe : Multiple small fixes to 3.5.x
Hi Nathan,I added another commit to the last pull request:Prevent using an alias in a WHERE clauseUsing an alias in the where clause is not supported in older (or all?) DB2 versions.Cheers,Markus
View ArticleRe : Multiple small fixes to 3.5.x
I merged the pull request into liquibase/master. Let me know if you find any problems with the changes.Nathan
View ArticleValidationFailedException after upgrade from 3.5.0 to 3.6.0-SNAPSHOT
Hi,we are using Liquibase to reverse engineer DB2 production databases and deliver them as H2 databases for unit testing. After the upgrade from 3.5.0 to 3.6.0-SNAPSHOT we cannot load the generated...
View ArticleRe : Multiple small fixes to 3.5.x
Great! Will test tomorrow with the liquibase/master branch.
View ArticleLoading large CSV files is hugely inefficient and slow
Hi,I'm not complaining about the checksumming part. I know what this is good for and why it is needed.My problem is the loading of the data itself.If I understand the code correctly, Liquibase has...
View ArticleUpgrading from 3.1.1 to 3.5.1
The javacc plugin is not working for me, what i am doing wrong[ERROR] COMPILATION ERROR : [INFO] -------------------------------------------------------------[ERROR]...
View ArticleServiceLocator/classpath scanning does not work when wrapped in an EXE
hi, i'm using liquibase in my desktop app and now want to wrap it in an EXE with launch4j. unfortunately this seems to break the whole classpath scanning functionality...see my original bug report...
View ArticleRollback of primary key with named index doesn't work
Hello!I run liquibase against an oracle 11g databas, I have a primary key based on a unique indexwhen i try to rollback i get ORA-01418: specified index does not exist [Failed SQL: DROP INDEX...
View ArticleLiquibase maven not writing to changelog.xml but writing to console
HiI am trying to use Liquibase to extract the changelog from mysql running on my local box, the maven goal runs fine and prints the changelog into console, but does not write it to the file in fact it...
View Article