Web Based Change Editor
Hi, I started a form based editor that uses XForms from Orbeon, but could use http://www.exist-db.org/ . If you are using the XML format, this could organize all your changes, provide forms to edit...
View ArticleRe : Liquibase dbDoc command does not seem to support contexts - includes...
Yes, that is how dbdoc is currently implemented. The trouble is that depending on how contexts (and labels) are used sometimes they make sense to mark as pending and sometimes they make sense to...
View ArticleRe : Restricting --diffType="data" to specific tables
There is now an --excludeObjects and --includeObjects flag which may allow you to do this. Nathan
View ArticleRe : Working on setting up new Database (NuoDB) on liquid base
Liquibase does not have support for NuoDB, so if you want it to work you will need to create a liquibase extension. See liquibase.org/extensions for documentation and/or something like...
View ArticleRe : Liquibase-3.3.0 -- not working with JBoss vfs
Can you try it with Liquibase 3.3.3? Nathan
View ArticleRe : Liquibase dbDoc command does not seem to support contexts - includes...
I agree that its not obvious what is the correct (expected) behavior in this case. The JIRA issue looks like what I would suggest, make it configurable to consider contexts or not. Thanks!
View ArticleIssue to connect with SYSDBA using internal_logon properties
Hello, I'm trying to connect to an Oracle database with complex configuration : Connection with wallet and SYSDBA role. I'm using the following script :...
View ArticleIssue BLOB Handle in Liquibase for Oracle with "DISABLE STORAGE IN ROW"
BLOB Data : Liquibase with Oracle Issue : How to create a table contains a column as LOB( BLOB/CLOB) with "DISABLE STORAGE IN ROW" Description : We are trying to create a table contains the BLOB...
View ArticleAdditional attribute for include tag?
Hello, is there any thought on intruducing the 'labels' attribute for the <include> tag? I think this would be very handy, because when using Liquibase on several databases that all have the same...
View ArticleRe : MySQL creating "boolean" columns as "bit(1)" instead of "tinyint(1)"
MySQL itself maps "BOOLEAN" to "TINYINT(1)".Thats a much better solution to rely on their mapping than your own. Can it be changed in a next version?
View ArticleLiquibase Rollback
Hi, I have just started to look at liquibase. I am trying to understand how to do a rollback. I simply created three very simply changes file: changelogs/change1.sql --liquibase formatted sql...
View ArticleRe : Support for descending key columns on indexes, unique constraints and...
I'll reply on the pull request. Nathan
View ArticleBUG: code comments for sql formated files disappers
hello! My name is Raste, i work on a project and it is kind of urgent to fix this bug. i have comments in my plsql code, but these comments disappear when i deploy via liquibase. here is my code:...
View ArticleincludeObjects not working with generateChangeLog
Hi, Has anyone noticed any problems with the new "includeObjects" option when running from the command line? I can't get it working. I get an error Unexpected error running Liquibase: Unknown...
View ArticleIssue to connect with SYSDBA using internal_logon properties
Hello, I'm trying to connect to an Oracle database with complex configuration : Connection with wallet and SYSDBA role. I'm using the following script :...
View ArticleData Export/Import Heapspace And String Literal Issues
https://github.com/liquibase/liquibase/compare/master...carljoans:mysqlspecific 1.) Trying to export data from a very big table crashes liquibase, because it pulls all the data from the table at once....
View ArticleIs it possible to compare two packages with jpa/hibernate annotated classes?...
Hey, i'm new to liquibase and i need help with this: http://stackoverflow.com/questions/30669704/liquibase-is-it-possible-to-compare-two-packages-with-jpa-annotated-classes-a thanks!
View ArticleNewb question: How wells does LiquiBase play with large tables and...
We're looking at using LiquiBase for managing (mainly for the revision control) for our MySQL servers, but I had a few questions based on past experience with schema changes and replication. We have...
View ArticleRe : Newb question: How wells does LiquiBase play with large tables and...
Liquibase is really only for schema/structure management, not data replication - I'm not sure if that is what you are asking or not. If you are worried about things like "adding a column to a table...
View ArticleLoadData ChangeSet with "NOW" in the data
I am trying to load data in to my database with the loadData changeset. One of the rows in my data has the word 'NOW' for one of the values in a column. Liquibase is then converting that to the 'NOW'...
View Article