Unexpected error running Liquibase: Invalid SQL type: sqlKind = UNINITIALIZED...
Error running liquibase update ( liquibase version 3.5.4 - Oracle 12.1.0.2)Below sql fails with the error, Invalid SQL type, its validated to execute without any errors in pl/sql, sqlplus.--liquibase...
View ArticleSET ROLE for running migrations
Hi, apologies if this has been asked before or if I missed this in the docs - I'm using postgres and I would like to have my migrations run not as the user liquibase is connecting to the DB as, but as...
View ArticleRe : Unexpected error running Liquibase: Invalid SQL type: sqlKind =...
I have also tried it with the latest version Liquibase 3.6.2, Appreciate any inputs, we are already in production and stuck with deployment C:\mine\myprojects\liquibase\liquibase-3.6.2-bin>liquibase...
View ArticleRe : Unexpected error running Liquibase: Invalid SQL type: sqlKind =...
The main thing is that liquibase connects to databases using the appropriate JDBC driver. This limits the SQL that can be used. It isn't always clear, but some 'SQL' is only valid when sent from a...
View ArticleRe : Unexpected error running Liquibase: Invalid SQL type: sqlKind =...
Thank you for a quick response Steve.Apparently , the issue was to do with the endDelimiter.I was able to run this successfully with the following changes1. Remove the liquibase format tags from...
View ArticleIssue using Oracle Proxy user with JDBC OCI
HiI'm trying to use proxy user connect with liquibase and oracle 12 and its not using the proxy user but using the username specified in properties file instead. I saw this in one of the discussion,...
View ArticleReferring 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 Article