The import liquibase.util.grammar cannot be resolved
I am trying to build the source code, I am upgrading form 3.5.3 to 3.6.2.Using eclipse, installed the JavaCC plugin. My grammar files are not being generated.What am I missing ? I am against a...
View ArticleRe : extra backslash added in the column values in the genarated sql file...
Could be a bug, but using CDATA might be the best solution. There isn't going to be any property that I can think of that would affect this. Steve DoniePrincipal Software EngineerDatical, Inc....
View ArticleRe : The import liquibase.util.grammar cannot be resolved
Have you tried building from the command line? Much easier than setting up eclipse.Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : The import liquibase.util.grammar cannot be resolved
yes I just did and I get these errors I am not good with maven, and this is the command i use/MAVEN_HOME/bin/mvn clean/MAVEN_HOME/bin/mvn package[ERROR] Failed to execute goal on project...
View ArticleRe : The import liquibase.util.grammar cannot be resolved
I got past the dependency issue.Now I have this problem(using mvn command)[ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources (default-resources) on project...
View ArticleRe : The import liquibase.util.grammar cannot be resolved
I forced compiled the SimpleSqlGrammar.jj fileI still have java errors LINE_COMMENT cannot be resolved or is not a fieldLINE_COMMENT cannot be resolved or is not a fieldMULTI_LINE_COMMENT cannot be...
View ArticleRe : extra backslash added in the column values in the genarated sql file...
Thanks for the reply,Yes CDATA is the best solution but the problem is I am first generating ChangeLogFile for generateChangeLog maven goal and then generating SQL using UpdateSql maven goal. So I...
View ArticleRe : The import liquibase.util.grammar cannot be resolved
Wish I could help, but I am also coming up against a deadline. Is there a particular reason you need to build the code yourself rather than just using pre-built binaries?Steve DoniePrincipal Software...
View ArticleRe : extra backslash added in the column values in the genarated sql file...
Your workflow sounds very convoluted. SQL -> XML -> SQL complicates things quite a bit. We are doing something like that at Datical and it has taken a team of engineers 2 years to get that to...
View ArticleRe : The import liquibase.util.grammar cannot be resolved
thanks. I was able to get it to work.Company legal reasons, sigh.But I started from scratch. Just mvn and it worked this time
View ArticleRe : The import liquibase.util.grammar cannot be resolved
Glad to hear you got it working. Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View Articlechange the default value of endDelimiter
Hi, Is there an opportunity to change endDelimiter default value which is ';' and 'GO' now within the whole project scope?I have a number of changesets in my MSSQL project where ';' is used as an...
View ArticleRe : Cannot find database driver for Redshift
John,Did you figure this out. I have exact same issue.Thank youBenjamin
View ArticleHow to rollback in liquibase when using docker for deployment
I started using liquibase for one of our spring-boot projects. Using Gitlab CI, we are creating the Image and deploying it. Everything is working fine. But I am stuck at rollback.I have gone through...
View ArticleProblem reference file in LoadData
Guys, I have a problem.When you run "loadData", an error occurs in the path of the files. I know it would solve by putting the complete path from the drive, but for development this is horrible. I...
View Articledatabasechangelog schema ignored, mvn plugin 3.5.3+, postgres
Hey,I've upgraded from liquibase 3.5.3 to 3.6.2 and db updates though liquibase-maven-plugin stopped working. It seems that schema for databasechangelog is ignored and it tries to look for it in...
View ArticleRe : Redshift support
I know this is a really old thread, but is liquibase-redshift still under development? It seems like it stalled in 2015. I'm using the 1.0 release and it's still failing on TAG being a reserved word in...
View ArticleFlyway To Liquidbase Scripts Migration
Dear All,We are planning to Migrate Flyway Scripts to Liquidbase for our DB2 database. We wanted to check, few things based on your experience:1. If there is any automation tool that takes care of...
View ArticleRe : Flyway To Liquibase Scripts Migration
Hi, welcome to liquibase!1. I don't know of any tools to automatically migrate your existing scripts. The best way to re-use them will probably depend a lot of what your scripts look like, whether they...
View ArticleRe : Flyway To Liquibase Scripts Migration
Thanks Nathan for your detail answer. Please find below some of my comments:1. For #1 - As our orgnization's objective is to migrate flyway SQL scripts to Liquibase ChangeSet, the primary input for...
View Article