Provide support for PostgreSQL sequences including nextval() default value
I'm using PostgreSQL 9.2 with the system supported sequences as primary keys for several tables. When I run a Liquibase update on these tables it generates the following warning:INFO 9/3/13 2:32...
View ArticleRe : Reference documentation for column type conversion and support
Thanks for the reply and heads up, Nathan. I've been digging into more and more of the cmd line and other options in the past couple weeks, and the more I wrap my head around it, the more I'm impressed...
View ArticleRe : Reference documentation for column type conversion and support
Oops. Wasn't logged in, posted that as a Guest. Anything anyone could do to help?
View Articlesql file generated without script content
Hi,We have a requirement to generate sql file from changeset. When we run "mvn liquibase:updateSQL" command, this does generate migrate.sql file but there is no sql script content. Only below...
View ArticleIs there a way to refactor ChangeLog folder ?
Hello,So, currently, we have an architecture like this, on our liquibase folder :We would like to refactor it, to have at the end 2 or 3 folder (bugfix,feature,liquijar?), and move the other folders...
View ArticleRe : Formatted sql with mySQL generates "mysql syntax error"
Hi NathanSee attachment,RegardsJoost
View ArticleRe : Liquibase DB dialects
We've discovered possibility to extend LiquibaseDataType and make it's priority bigger than DEFAULT.So translation logic can be overridden easily in the way we want. This is discussed here...
View ArticleRe : Possible bug in ForeignKeyComparator.isSameObject() introduced by 3.0.3...
got a nullpointer here too,thanks for the quick response. liquibase rocks!
View ArticleRe : Is there a way to refactor ChangeLog folder ?
There is a logicalFilePath attribute that can be set on either the changeLog or changeSet attributes to override the value used to compare against in databasechangelog. If you set that attribute on the...
View ArticleRe : Formatted sql with mySQL generates "mysql syntax error"
Thanks, I can reproduce it now. Debugging the code, it looks like a problem with UTF-8 with BOM formatted .sql files. I logged https://liquibase.jira.com/browse/CORE-1434 and applied a fix to the 3.x...
View ArticleRe : ReBaseline the Liquibase Changesets
The easiest way is to use generateChangeLog against an existing up-to-date database. That will get you new changeSets to get the database to the starting state. You will need a way to not have those...
View ArticleRe : sql file generated without script content
Do you have unrun changeSets against your target database? I'm not sure why else it wouldn't be including any SQL.Nathan
View ArticleRe : Provide support for PostgreSQL sequences including nextval() default value
Is that with liquibase 3.0.x? Or a 2.x version?Nathan
View ArticleRe : Checksum changed without reason
I think it makes sense that status gives checksum mismatch alarms. I don't think it should just fix them on a status, but it should also handle it better. I created...
View ArticleRe : NullPointerException when generating changelog liquibase 3.0.3
3.0.4 is now out that should fix this problem. Let me know if it works better for you.Nathan
View ArticleRe : Column comments not added
I USE 2.0.5AND 3.0.4 WITH MYSQL5.6,THERE IS NO comments column AND comments TABLE.
View ArticleRe : Frontend?
Instead a complet IDE solution I suggest you to créate a simple menú.bat to show some procedures. This menú can be put inside the main zip, can be few kbs long, and include some cangelog samples, maybe...
View ArticleCross DBMS usage of createIndex
Hello!I am new to liquibase and ran into a problem when trying to set it up.I am currently testing with liquibase 3.0.4-SNAPSHOT because of a NPE bug.My problem is related to the fact that some DBMS...
View ArticleRe : Formatted sql with mySQL generates "mysql syntax error"
I can confirm that converting the files to BOM-less UTF8 fixes the issue for versions 2.0.5, 3.0.2 and 3.0.3Thanks for the help!RegardsJoost
View ArticleSeparate credentials for querying and updates
Hello,We have a very specific, security bounded, setup overhere.- A database user is only granted for inserts, selects and updates.- A second database user can do all, but is only activated when...
View Article