Re : cvc-complex-type.2.3: Element 'createTable' cannot have character...
That worked Mark, changing the version from "1.1" To "1.0" helped to parse the XML without any errors.I don't know why it's trying to convert default value of "CURRENT_TIMESTAMP" for a TIMESTAMP...
View ArticleRe : cvc-complex-type.2.3: Element 'createTable' cannot have character...
Here is the changeset xml for that table: <changeSet author="root (generated)" id="1484939656104-1"> <createTable tableName="ACCOUNT_PHONE_NUMBER"> <column...
View ArticleHow can I get Data Diff using java dependency
Hello Team, I use liquibase 3.5.3 in my java project. I'm trying to get the differences between 2 databases.I use the code bellow. It give me difference of structure, but doesn't show differences on...
View ArticleUnprocessed pull-requests
Hi Nathan,some weeks ago, I submitted some pull requests on GitHub. I am not sure if I am missed something, but it seems that they have not been processed or reviewed yet. Did I do something wrong in...
View ArticleRe : is there a way to reverse engineer an existing schema into Liquibase?
http://bytefilia.com/managing-database-schema-changes-liquibase-existing-schema/This link shows how to reverse engineer with liquibase. I have not yet worked through this, so YMMV
View ArticlelogicalFilePath
Hi,as mentioned here and here I try to use logicalFilePath for path independend changeset checksums on loading data from CSV files. I put it on both, <databaseChangeLog> and <changeSet>...
View Articlejenkins liquibase runner, 'DATABASECHANGELOG' already exists
I am sorry if this is a wrong portal but here I have found closest solutions but they are not working.I am trying to configure Liquibase Runner plugin in Jenkins.The database configuration is right...
View ArticleRe : DATABASECHANGELOGLOCK is created twice on case-sensitive MS SQL database
Hi,I am having exact problem.Can you please tell, which defaultSchemaName you have used? I have tried dbo, db_owner and database name.As per Sarah, sysusers has quite a list but not sure which one is...
View ArticleScript executed but data not persisted
I am working on a database migration in which we migrate data from 1 table to 2 other tables. For this I use a PL/SQL script. A very simplified version of the script is visible below:BEGIN FOR foo IN...
View ArticleRe : Script executed but data not persisted
I found out why it wasn't working and it was a really stupid mistake of myself. Nothing to do with liquibase.I insert test data through the Intellij Oracle Console. Apparently this Console by default...
View ArticleBugfix for CORE-2008
Hi,fm8 and me worked on a fix for CORE-2008 'Support for minValue and maxValue on sequences for H2' (https://liquibase.jira.com/browse/CORE-2008).Is there any change to get the PR...
View ArticleUnprocessed pull requests on GitHub
Hi Nathan,I know you are busy, but is it possible to have a look at https://github.com/liquibase/liquibase/pulls ? There is now a considerably number of pull requests (full disclosure: including some...
View ArticleRe : Bug fix for CORE-2944
Hello,Is there any update on my issue and PR?Best regards,Piotr
View Articlehow can i set the diff referenceUrl parameter on a package of JPA entities ?
Can i use diffChangelog on hibernate entities without using hibernate-liquibase plugin ? i want to genearate a diffChangelogFile between my database and jpa entities without using any maven plugins....
View ArticlegenerateChangeLog on mysql with autoincrement and composite key
Hi,I am still seeing the issue reported in https://liquibase.jira.com/browse/CORE-548 for the sql formatted results. May be its fixed only for xml ouput? Thanks,Sriram K
View ArticleInvalid character
Hi everybody,this is my script:<changeSet author="Alessio Frabotta" id="create-function-CHECKDATEINTERSECTED"> <createProcedure procedureName="CHECKDATEINTERSECTED"> <![CDATA[...
View ArticleRe : Invalid character
Check the encoding of your file and ensure that it is UTF-8 and not something like Windows-1252.Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : Invalid character
The file starts with <?xml version="1.0" encoding="UTF-8" standalone="no"?>
View ArticleLiquibase Create View in Schema - Issue
I'm using liquibase 3.5.3.I have a multi-tenant (Postgres, not sure that matters) environment where each tenant gets a schema created for them when they sign up.When a user registers, I create a schema...
View ArticlecreateSequence is not supported on Azure MS SQL
Hello, what is the reasoning on not supporting createSequence on Azure SQL Database?I found this code but did not find any clues online:public boolean supportsSequences() { try { if (isAzureDb()) {...
View Article