Re : Generation of empty changelog
Nothing to specify the schema on the connection url worked.However the command line defaultSchemaName parameter did the job.The database I'm currently working on does only have one schema, so this was...
View ArticleRe : Invalid content was found starting with element 'preconditions' - with...
I'm not sure how I missed that, but that fixed it, thank you!
View Articlechecking environment before executing the script
I am very new to liquibase. Currently we have the following requirement. Some of the scripts should be executed based on environment. For example update application_properties value="123" where...
View ArticleRe : checking environment before executing the script
You would use contexts for this. http://www.liquibase.org/documentation/contexts.htmlNote that the documentation for contexts is currently misleading - the section that described using things like !...
View ArticleExtending JdbcDatabaseSnapshot
I am writing an extension for Interbase. The class liquibase.snapshot.JdbcDatabaseSnapshot includes some database specific code in method getUniqueConstraints (createSql). Is there a way to extend this...
View ArticleRe : Why DateType in SQL Server 2008 is converted as SMALLDATETIME?
This should be fixed in the upcoming 3.2 release. Good you have a workaround for now.Nathan
View ArticleRe : Non-existing referenced sql files doesn't report error
Thanks, especially for the zip file to recreate it. I created https://liquibase.jira.com/browse/CORE-1899 to track the fix.Nathan
View ArticleRe : ORA-00911: invalid character
I have the same issue. I am following the sample change list from http://www.liquibase.org/documentation/sql_format.html but the ; is causing an error.If I remove the ; my update goes through. However,...
View ArticleDynamic property value to be loaded from a external file into the...
Hi,Can we load property values dynamically from an external properties file into the DatabaseChangeLog file
View ArticleLiquibase table partitioning
I have table scripts (xml) in liquibase designed for partitioned table spaces. Can I use the mapping.properties file to point all these partitioned tablespaces to a single tablespace?
View ArticleRe : Dynamic property value to be loaded from a external file into the...
You can using changelog properties http://www.liquibase.org/documentation/changelog_parameters.htmlNathan
View ArticleRe : Dynamic property value to be loaded from a external file into the...
Hi Nathan,I had a look at this page but the issue is the property value which i am loading from an external file through ANT, how can i access those properties call then inside the changelog xml file.
View ArticleSupport for OrientDB NoSQL
Hi guys,Any plans to support OrientDB NoSQL dbms?www.orientdb.orgLvc@
View ArticleRe : Adding comments to changesets no longer works reliably
Should I open a ticket for this?
View ArticleRe : Version 3.1.1 writing status results to stderr?
I can turn that off on each step, and had to do that with the database update.I was trying to find a way to know automatically when the update fails, and it seemed that Liquibase was reporting 0 even...
View ArticleHow to avoid liquibase evaluating columns inside an IF EXISTS BEGIN block...
We are using liquibase formatted SQL (and need to stay in this format for the time being) and it has been going well, but I just encountered an issue that I cannot figure out how to get around.We have...
View ArticleError on insert documentation on value param
I am not sure but i think i found an mistake in the documentationit is written<changeSet author="liquibase-docs" id="insert-example"> <insert catalogName="cat" dbms="h2, oracle"...
View ArticleRe : informix drop first - alter tables wrong syntax
Looking at this, It looks like informix does support double quotes around object names. Do you know the error you were getting? It seems like the SQL would be valid, but I don't have an informix db to...
View ArticleRe : informix drop first - alter tables wrong syntax
Yes, I've posted the invalid SQL with the error:ALTER TABLE "informix"."tablename" DROP CONSTRAINT "contraintname": A syntax error has occurred.You've said that double quotes are allowed. But thats the...
View ArticleLiquibase doesn't create or replace view using sqlFile
I'm trying to create or replace view using sqlFile not createView xml tag - and it doesn't created in database.But the sql in file is the same as createView is generate.Please see my question on...
View Article