Re : liquibase with active directory
I have just configured liquibase to work with Windows authentication, both with password prompt (Kerberos) and without (Integrated). Literally 2 days ago :) It works.If you could provide more details...
View ArticleRe : Functions, Stored Proc, and the Like
This seems a working solution. Except that you are correct, the presented code would fail on function changeYou can use runOnChange attribute on the changeset tags defining the functions and the like...
View ArticleRe : liquibase with active directory
Example with integrated Auth (using jTDS driver)--driver=net.sourceforge.jtds.jdbc.Driver...
View ArticleRe : liquibase with active directory
thanks, Nikita. I completely forgot to include integratedsecurity=true. i didnt use jtds but will look into it now.
View ArticleSuggestion: Make attribute constraintName required in addUniqueConstraint
Hi,I would prefer it if the constraintName attribute was mandatory for all the changes which add constraints (such as addUniqueConstraint).I deploy the same application to 2 different databases. One is...
View ArticleRe : Suggestion: Make attribute constraintName required in addUniqueConstraint
I think this is a good idea. One clarification though - it probably isn't liquibase that is generating the names, it is the database engine itself. Steve DoniePrincipal Software EngineerDatical, Inc....
View ArticleRedshift extension new release
I have also posted about this here: https://github.com/liquibase/liquibase-redshift/issues/8But are there plans for a new release of the redshift extension for liquibase? What would be involved in...
View ArticleRe : Suggestion: Make attribute constraintName required in addUniqueConstraint
I see. That explains the different names, of course. Thank you for clarifying!
View ArticleWhat's the exact procedure in liquibase-hibernate's diff?
I need to know if Liquibase "only" triggers Hibernate's mapping functions.Let's say I'm working with an application server that can't support Hibernate as JPA-Provider. Entities, Injections, database...
View ArticleRe : Redshift extension new release
There are a few extensions that need a new release out and we're looking at how to best coordinate all that. Should be soon, thanks for checking.Nathan
View ArticleHiring: Liquibase Support Engineer
We are looking for someone to help us elevate the Liquibase support experience. If you consider yourself to be a Liquibase Rockstar and can bring expertise to this area, please let me know. This can be...
View ArticleNo serializers associated with the filename or extension for generating json...
$LIQB_HOME/liquibase --driver=oracle.jdbc.OracleDriver \ --classpath=ojdbc7.jar \ --changeLogFile=work/ChangeLogs/hr_$dt.json \ --url="jdbc:oracle:thin:@vbox2:1521/pdbpoc" \...
View ArticleRe : generateChangeLog Oracle
https://docs.oracle.com/en/database/oracle/sql-developer-command-line/19.2/sqcug/using-liquibase-sqlcl.html#GUID-4CA25386-E442-4D9D-B119-C1ACE6B79539hope it helps
View Articlecan Liquibase generate changelog one file for one object?
Hi, Thanks for checking my question.We want to add liquibase into our existing project, and we also hope source control the database objects based on the file, meaning we prefer to generate the one...
View ArticleRe : Unable to tag the database using Liquibase for future rollback
Any chance you found a solution for this as I keep getting schema error when I add tagDatabase to the xml?
View ArticleRe : Problem: Oracle Case-Sensitive Columns Liquibase v3.0.7
I would like to be able to extend the liquibase.database.core.OracleDatabase Class to override the "isReservedWord" Method to work around this issue without modifying my changeSet statements.My current...
View ArticleRe : Problem: Oracle Case-Sensitive Columns Liquibase v3.0.7
Hard to tell if you did something wrong without seeing what you did. Have you debugged through it to see what the code is doing?Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : Problem: Oracle Case-Sensitive Columns Liquibase v3.0.7
Turns out I did something wrong. My database extension was placed in the package liquibase.ext.database instead of liquibase.database.ext as specified in...
View ArticleProblem: Updateset timeout on huge databases
Hello! We are using liquibase with a java web application with MySQL database. One of the tables of the database has more than 1m entities, so if we want to add a new column to the table it takes more...
View ArticleRunning liquibase update from springboot app jar
hello,I have a SpringBoot app with liquibase embedded to upgrade db. Currently, it executes db updates on app startup. Instead, I want to execute updates manually on demand. Is it possible run updates...
View Article