Re : Creating a liquibase solution capable of handling the 2 categories of...
Sounds like you have a very complex environment and complex requirements, and could use some consulting help. Datical provides training and support for Liquibase if you are interested. Steve Donie...
View ArticleAdding Netezza extension - problem trying to get "generateChangeLog" to work...
Hi there, I am building an extension to support Netezza, an IBM database. I am trying to get the "generateChangeLog" function to work, however in order to do so it seems that I need to modify at least...
View ArticleCannot find parser that supports
I am getting a Liquibase exception when running update. Caused by: liquibase.exception.UnknownChangelogFormatException: Cannot find parser that supports <?xml version="1.0" encoding="UTF-8"...
View ArticleRe : Cannot find parser that supports
Answered on StackOverflow: http://stackoverflow.com/questions/33022755/liquibase-cannot-find-parser/33024865#33024865 Steve Donie Principal Software Engineer Datical, Inc. http://www.datical.com/
View Articleremove stacktrace from logging
Hi, i am just looking through the liquibase source to improve logging. For that i extended SpringLiquibase to do some things better than the standard bean. But i have an issue with that line in...
View ArticleRe : remove stacktrace from logging
I would suggest that there are times where each is appropriate. I will take a look at this class and submit a pull request that does both things - log the info-level stuff at info level, and if there...
View ArticleRe : remove stacktrace from logging
just to add one more argument to my case. After the mentioned log line, an Exception will be thrown. This exception goes the whole stack up to the appServer. This causes a stacktrace to be printed...
View ArticleRe : remove stacktrace from logging
here we go: https://github.com/liquibase/liquibase/pull/521 BTW i just checked out master and imported to intellij. There is plenty of weird stuff up to the point that its not compileable. I cant even...
View ArticleRun external .sql script from formatted sql changelog
Can I run external .sql script from formatted sql changelog? In xml changelog I can use sqlFile or execute command, but I don't wont to use xml changelog.
View ArticleRe : remove stacktrace from logging
I don't use intelliJ, so I don't know what sorts of 'weird stuff' you may be encountering. Nathan does, but it has probably been a while since he started with a clean checkout. The lowest common...
View ArticleRe : how to specify author for changelog when using generateChangeLog &...
Thanks for noticing that. I will submit a pull request with updated docs. If you are interested, all the documentation is in github, and Nathan welcomes pull requests....
View ArticleRe : New Line character not able to load using Load Data
The csv parser will accept newlines if they are in quotes. Neil
View ArticleChangeSupplier checkDiffResult usage
Is ChangeSupplier.checkDiffResult used for anything? What is it supposed to do? Liquibase has some build errors for me because I have null analysis turned on in Eclipse. One of the errors I'm trying to...
View ArticleRe : blob / clob support
Did this ever get integrated? I'm currently on 3.4.1 and don't see this type of support for these column types.
View ArticleCDILiquibase not reliable working
Hello together, hopefully someone can help me? I have following code, which is failing on startup: @Dependent @NoArgsConstructor @Slf4j public class InitSystemLiquibase { /** the {@link DataSource}....
View ArticleRe : how to specify author for changelog when using generateChangeLog &...
I'll take a look thank you :)
View ArticleError with parameters generateChangelog command
Hi. I'm trying to execute the following command : liquibase.bat --changeSetAuthor=Paulo --changeLogFile=C:\Users\paulo.tavares\Documents\Visual Studio...
View ArticleRe : Error with parameters generateChangelog command
Can you include the actual error message? As a first guess, I would say that the problem is probably with the spaces in the different file paths. You probably need quotes around those. So rather than:...
View ArticleRe : Error with parameters generateChangelog command
Yeah, I ended up figuring out that was the deal. Thanks anyway :)
View ArticleHow to add JSONB columns for PostgreSQL?
Hello, I am having trouble finding the syntax to create PostgreSQL JSONB columns in a new table. Is this supported? If not, how can I get this to work? Just run a raw SQL query? Thanks
View Article