Referring a sql file that is out side the application's war
I am new to Liquibase. I am currently trying to integrate Liquibase in our enterprise application (Java, Spring). I have configured liquibase through Spring bean. Now my question is, I want to include...
View ArticleGenerate liquibase changelog from SQL Server
I have a SQL Server database and want to generate a liquibase changelog via command line like this:.\liquibase `--driver=com.microsoft.sqlserver.jdbc.SQLServerDriver...
View ArticleRe : Tagging overwrites last tag
I don't think there is. You might try posting on Stack Overflow to see if you get more responses. Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : Tagging overwrites last tag
Thanks, I'll try my luck over there then.Kind regards,Guy
View ArticleMultiple ChangeLogFile and Sequential Execution
Hi,I have multiple SQL files as changeSets, does LB supports multiple such files instead of one ChangeLogFile.Appreciate if you can share your thoughts.
View ArticleLBRunner Plugins are not being distrubuted by Jenkins for security reasons
HiLB Runner Plugins are not being distributed by Jenkins for security reasons.Any of you using? or LB is trying to fix the vulnerability issues?Please let me know as I am blocked for not getting LB...
View ArticleRe : LBRunner Plugins are not being distrubuted by Jenkins for security reasons
I do not know of any efforts by Liquibase to address whatever security issues have been found. You may need to install the plugins into Jenkins manually. Steve DoniePrincipal Software EngineerDatical,...
View ArticleUpgrading Client from 3.5.3 -> 3.6.2 results in numerous unwanted changes for...
Since I'm a bit behind in updating sorry if this conversation happened I didn't see it in a quick search of topics. Starting as a discussion.. I'll report proper via Jira tag if we figure it's an...
View ArticleRe : Upgrading Client from 3.5.3 -> 3.6.2 results in numerous unwanted...
I think what you are seeing is just liquibase updating the checksums for all of your changesets - the checksumming algorithm changed somewhat recently (I don't recall the exact version number, but it...
View Articleextra backslash added in the column values in the genarated sql file from...
After generating an sql file from updateSql goal in maven in liquibase I can see extra backslash has been added in the column value of the table. I have figure it out that I can prevent this by using...
View ArticleLiquibase support for RedShift
I have tried to connect to a RedShift instance with Liquibase. I have used RedShift and Postgres drivers and have not had much luck.It seems people have had some success. Can you please describe how...
View Articlestored procedures and event
Hi all, Is there any way to export stored procedures and events ? I'm using maven and liquibase. if I run "generate change log " it dose not export stored procedures and events. I've searched in...
View ArticleRe : stored procedures and event
Not in the open-source version, no. It is possible to do (we have done it for Datical DB) but as far as I know no one has added that ability to Liquibase itself. Datical has added the ability to export...
View ArticleLiquibase: 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 ArticleOracle "synonym as table" support
Dear developer team.We have the following situation:- exists main database A which allows access to user B:GRANT ALL ON DATABASECHANGELOG TO B;GRANT ALTER, UPDATE, SELECT, INSERT, DELETE ON...
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 Article