Liquibase: Unable to recognizing data type CLOB
I m used Liquibase to reverse engineer Microsoft MYSQL database where I see changeset for CLOB datatype generated as VARCHARWhen I execute the changeset to new environment, as expected Column Profile...
View ArticleRe : Upgrading Client from 3.5.3 -> 3.6.2 results in numerous unwanted...
I was presuming a checksum update and the first half of the UpdateSQL file lines up with updating all of the checksum entries in the changelog.. the problem is the second half of the UpdateSQL that...
View Articlecomment on object
Postgresql and Oracle have a statement which allows the creation of comments on objects in the database.Describing the objects includes the comments which have been added.In postgresql, the syntax is:...
View ArticleRe : Upgrading Client from 3.5.3 -> 3.6.2 results in numerous unwanted...
The checksum algorithm changed because a bug was discovered where sometimes the checksums were different when the line endings in an external file were different (i.e. when the file had either...
View Articleextra backslash added in the column values in the genarated sql file from...
After generating an sql file from updateSql goal along with generateChangeLog in maven I can see an extra backslash added in the column values of the table. I have figure it out that I can prevent this...
View ArticleThe 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 Article