Re : Avoid schema/catalog sql generation
Actually it was a misuntersood about how generator works, there is not any problem with the code!
View ArticleCustom Parameter Values Corrupt Computed Changeset Checksum
I created a changelog file containing a changeset that inserts a record into a table with custom values passed in on the command line. For instance, I'd pass a parameter to execute liquibase from the...
View ArticleEncrypted passwrods per environment
Is it possible to use maven encrypted files in a liquibase properties file and have maven decrypt them during runtime? I tried adding an encrypted password to a properties file and it doesn't correctly...
View ArticleRe : Bug CORE-1236 should be reopened?
Sorry for late reply.I was using liquibase:diff and then liquibase:updateSQL
View ArticleIs it possible to compare an existing DB schema against a changelog file?
Looking through the forum posts I've seen that my above question had been asked several times over the past years.Now I was wondering if such a feature has been implemented yet or if it is considered...
View ArticleRe : Bug CORE-1236 should be reopened?
I reopened the issue and will look into it more. I am working on improving testing which is part of why I hadn't replied yet. I'll let you know if I have questions trying to reproduce it.Nathan
View ArticleRe : Custom Parameter Values Corrupt Computed Changeset Checksum
Is is expected behavior for the checksum to be based on the value after replacing ${param} because the SQL that was executed was different than what would be computed now. I created...
View ArticleRe : Encrypted passwrods per environment
There is no direct support for encrypted passwords in liquibase, but I've heard the standard maven encrypted password works. I don't use maven to know what it takes to set that up, though.Nathan
View ArticleRe : Extend Changeset
Those steps sound about right. You probably don't want to try to modify dbchangelog.xsd but instead use a separate XSD/namespace for your new attributes.Nathan
View ArticleRe : Mapping for INTEGER on Oracle changed between Liquibase 2 and 3
Thanks, I created https://liquibase.jira.com/browse/CORE-1836 to track the change.Data type mapping is something that isn't as clean as I woud like and I am planning on addressing in the near future....
View ArticleRe : Custom Parameter Values Corrupt Computed Changeset Checksum
Ah. I missed that attribute in the documentation somehow. Thank you for pointing that out.
View ArticleRe : Is it possible to compare an existing DB schema against a changelog file?
Yes, it is a popular request, but it hasn't been implemented yet. The biggest problem is that to solve it for the general case we need an SQL parser in order to handle <sql> <sqlFile> and...
View ArticleCustom Extensions not available in OSGi build
It seems that the OSGi integrated build of Liquibase does not include custom extensions.In my case, the hibernate integration is needed to run with the OSGi build.From my point of view, all custom...
View ArticleNew Extension: Liquibase Vertica support
Hi All,I'm Happy to announce a new extension to support HP Vertica DB.Vertica is a BIG-DATA analytic columnar DB offering from HP.The extension can be found at the extension...
View Articleint array type for HQSLDB
Hello,I'm trying to generate a table with an int array column for HSQLDB. <changeSet id="20131120-001-create-test-table" author="nanchen" dbms="hsqldb"> <createTable tableName="test_table">...
View ArticleUsing Liquibase to migrate selective data.
Hi,We have two identical database (say A and B), and wonder if its possible to use liquibase to migrate selective data from A to B.A is a read/write database and B is read-only. We have written a...
View ArticleDatabase Tag
Hi All ,I am trying to tag the database for rollback purposes and below is the syntax that I am using in the changelog file.<changeSet author="Major Version" id="2.0"> <tagDatabase...
View ArticlegenerateChangeLog ignores foreign keys, DB engine types (InnoDB)
Hi,I have a mysql database with some MyISAM and some InnoDB tables, foreign key relations between some of the InnoDB tables. When I do generateChangeLog, there are no foreign-keys in changelog.xml. Is...
View ArticleAnt task updates
I have been browsing the Jira tickets and noticed a few regarding the ant task. Here are the ones I am looking at:https://liquibase.jira.com/browse/CORE-1672 - Split Liquibase into Liquibase-core and...
View Article