<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-23274</id>
	<title>Nabble - LiquiBase</title>
	<updated>2009-12-21T08:03:31Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/LiquiBase-f23274.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/LiquiBase-f23274.html" />
	<subtitle type="html">&lt;a href=&quot;http://www.liquibase.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;LiquiBase&lt;/a&gt;&amp;nbsp;is an open source (LGPL), DBMS-independent library for tracking, managing and applying database changes. It is built on a simple premise: All database changes (structure and data) are stored in an XML-based descriptive manner and checked into source control.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26876041</id>
	<title>New Topic: AddForeignKeyConstraint Issue</title>
	<published>2009-12-21T08:03:31Z</published>
	<updated>2009-12-21T08:03:31Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'AddForeignKeyConstraint Issue', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=290.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=290.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;When I add a foreign key constaint on a table, liquibase generates and executes a drop constraint statement before creating the constraint. The liquibase scripts fails when the constaint does not already exist.
&lt;br&gt;&lt;br&gt;I am using db2 expresss.
&lt;br&gt;&lt;br&gt;Any help is appreciated.
&lt;br&gt;&lt;br&gt;Here is the xml i am using:
&lt;br&gt;&lt;br&gt;&amp;lt;addForeignKeyConstraint constraintName=&amp;quot;FK02_MDSE_LVL&amp;quot; referencedTableName=&amp;quot;MDSE_LVL&amp;quot; baseColumnNames=&amp;quot;RLTD_MDSE_LVL_ID&amp;quot; baseTableName=&amp;quot;MDSE_HIER&amp;quot; referencedColumnNames=&amp;quot;MDSE_LVL_ID&amp;quot; onDelete=&amp;quot;RESTRICT&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26876041&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-AddForeignKeyConstraint-Issue-tp26876041p26876041.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26847005</id>
	<title>New Topic: Problem with foreignKeyConstraintExists without specifying the schema</title>
	<published>2009-12-18T09:38:33Z</published>
	<updated>2009-12-18T09:38:33Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Problem with foreignKeyConstraintExists without specifying the schema ', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=289.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=289.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hello 
&lt;br&gt;&lt;br&gt;I have a problem with the &amp;quot;foreignKeyConstraintExists&amp;quot; condition, I don't want to specify a schema name in the changeLog as it can change between dev / stage / prod database .. 
&lt;br&gt;So the schema name is given by a property used in the Ant task (in the defaultSchemaName attribute).
&lt;br&gt;&lt;br&gt;Everything was good except that if i try to use the condition, Liquibase dont prefix it with the defaultSchemaName and so don't find the foreign key .....
&lt;br&gt;&lt;br&gt;Is this a bug or the normal way of work for condition ??
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26847005&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Problem-with-foreignKeyConstraintExists-without-specifying-the-schema-tp26847005p26847005.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842097</id>
	<title>New Topic: New functionalities, anyone wants?</title>
	<published>2009-12-18T03:21:12Z</published>
	<updated>2009-12-18T03:21:12Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'New functionalities, anyone wants?', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=288.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=288.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;I had to do work in liquibase code and I could not expose here because the deadline of the project was so short. (If someone interests it, I use liquibase in a Spanish research project to manage database software unit automatically).
&lt;br&gt;&lt;br&gt;But now I have time to expose them:
&lt;br&gt;&lt;br&gt;The new functionalities are:
&lt;br&gt;&amp;nbsp;- Enhancement of the data types coming from Hibernate: &lt;a href=&quot;http://liquibase.org/forum/index.php?topic=255.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=255.0&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; -&amp;gt; for example: boolean, short, integer have an appriapate scale (not only number without scale)
&lt;br&gt;&amp;nbsp; &amp;nbsp; -&amp;gt; to do this, I had to change mainly three things:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;liquibase.database.Database.HibernateDatabaseSnapshot: inside method createSnapshot(...)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;liquibase.change.Change.HibernateDatabase: introducing a new attribute: HibernateGenericDialect realDialect
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;liquibase.database.structure.Column: getDataTypeString(Database database) is now based in a new method -&amp;gt; getNumParensByDataType (Database database)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;- ModifyDataTypes changes are supported from comparation between hibernate files and database already deployed (diff-database): &lt;a href=&quot;http://liquibase.org/forum/index.php?topic=212&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=212&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt; to do this, I had to change mainly one thing:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; liquibase.database.structure.Column: isDataTypeDifferent(Column otherColumn) is modified to isDataTypeDifferent(Column otherColumn, Database thisDatabase, Database otherDatabase) adding an important method: isHibernateTypeDifferent (Column hibernateColumn, Column databaseColumn, Database database)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;- Rollback (inverse changes) to DDL eliminatory changes is supported: &lt;a href=&quot;http://liquibase.org/forum/index.php?topic=115&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=115&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt; createInverses(DatabaseSnapshot snapshot) in: DropAllForeignKeyConstraintsChange, DropColumnChange, DropForeignKeyConstraintChange, DropIndexChange, DropNotNullConstraintChange (already done), DropPrimaryKeyChange, DropTableChange, DropUniqueConstraintChange, DropViewChange and ModifyDataTypeChange.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt; The best would be to add a option in every changeSet to select if this type of rollback is supported, gives a exception or is ignored (with a output trace for each impossible rollback exception).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;- Default values from column modifications are supported in diff-database:
&lt;br&gt;&amp;nbsp; &amp;nbsp; -&amp;gt; add defaultValue attribute to the classes: liquibase.change.core.ModifyDataTypeChange and liquibase.statement.SqlStatement.ModifyDataTypeStatement
&lt;br&gt;&amp;nbsp; &amp;nbsp; -&amp;gt; liquibase.sqlgenerator.SqlGenerator.ModifyDataTypeGenerator shows the sql changes from default values.
&lt;br&gt;&amp;nbsp; &amp;nbsp; -&amp;gt; The problem is that the changelog .xsd has to be changed adding the defaultValue field in the modifyColumn tag.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;If anyone (Nathan?) wants to add any functionality to SVN liquibase code, I will do it. I can previously detail the code/classes-methods changes from the selected functionalities to add.
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=2.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=2.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26842097&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---Development-f23277.html&quot; embed=&quot;fixTarget[23277]&quot; target=&quot;_top&quot; &gt;LiquiBase - Development&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-New-functionalities%2C-anyone-wants--tp26842097p26842097.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26811667</id>
	<title>New Topic: How to specify defaultSchemaName for spring migration</title>
	<published>2009-12-16T06:10:06Z</published>
	<updated>2009-12-16T06:10:06Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'How to specify defaultSchemaName for spring migration', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=287.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=287.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hi all:
&lt;br&gt;&lt;br&gt;Liquibase command line tool supports specifying schema through the option:
&lt;br&gt;defaultSchemaName=&amp;lt;schema&amp;gt;
&lt;br&gt;&lt;br&gt;Does spring migration support specifying defaultSchemaName as well?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Stanley
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811667&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-How-to-specify-defaultSchemaName-for-spring-migration-tp26811667p26811667.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26753756</id>
	<title>New Topic: MySQL GenerateChangeLog</title>
	<published>2009-12-11T16:42:08Z</published>
	<updated>2009-12-11T16:42:08Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'MySQL GenerateChangeLog ', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=286.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=286.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;We are trying to use liquibase for our database. I used the generateChangeLog command to create the current snapshot of our database. I ran into a problem where all the default field is created as DATETIME instead of TIMESTAMP. 
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;lt;column defaultValue=&amp;quot;CURRENT_TIMESTAMP&amp;quot; name=&amp;quot;created_at&amp;quot; type=&amp;quot;DATETIME&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;Since they all have a defaultValue=&amp;quot;CURRENT_TIMESTAMP&amp;quot;, I am running into problems creating the database. 
&lt;br&gt;&lt;br&gt;Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Invalid default value for 'modified_at'
&lt;br&gt;&lt;br&gt;It doesn't work even if I modify the TYPE to &amp;quot;TIMESTAMP&amp;quot;. The &amp;quot;TIMESTAMP&amp;quot; type still map back to &amp;quot;DATETIME&amp;quot;. I had modify it to &amp;lt;column name=&amp;quot;created_at&amp;quot; type=&amp;quot;TIMESTAMP default current_timestamp&amp;quot;&amp;gt; to get it to work. I have 100 entry that need to change. Does anyone know if I am doing anything wrong?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26753756&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-MySQL-GenerateChangeLog-tp26753756p26753756.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26749971</id>
	<title>New Topic: Does LoadUpdateData supported for mysql?</title>
	<published>2009-12-11T11:04:52Z</published>
	<updated>2009-12-11T11:04:52Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Does LoadUpdateData supported for mysql?', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=285.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=285.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;According to the document, mysql has no support. Does it means it doesn't work or it was just never been tested?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://liquibase.org/manual/load_update_data&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/manual/load_update_data&lt;/a&gt;&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26749971&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Does-LoadUpdateData-supported-for-mysql--tp26749971p26749971.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26747629</id>
	<title>New Topic: no long blob via liquibase?</title>
	<published>2009-12-11T08:43:53Z</published>
	<updated>2009-12-11T08:43:53Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'no long blob via liquibase?', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=284.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=284.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hi guys,
&lt;br&gt;&lt;br&gt;searching the web and the LiquiBase code it appears to me nobody ever struggled getting longblob via LiquiBase even as it is not supported directly.
&lt;br&gt;When using hsql I have no problem saving images via my DAO but when switching to MySQL, blob is not big enough anymore.
&lt;br&gt;What would be the standard way to get a sufficiently large blob with LiquiBase?
&lt;br&gt;My &amp;quot;workaround&amp;quot; now is to have blob be replaced by mediumblob within a modifySql-block:
&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;modifySql dbms=&amp;quot;mysql&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;append value=&amp;quot;engine innodb&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;regExpReplace replace=&amp;quot;(?i)bLoB&amp;quot; with=&amp;quot;mediumblob&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/modifySql&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;thanx in advance,
&lt;br&gt;&lt;br&gt;Leo
&lt;br&gt;&lt;br&gt;P.S.: Also a pointer to String.replaceAll, which essentially is what regExpReplace does would have been handy)
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26747629&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-no-long-blob-via-liquibase--tp26747629p26747629.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26746160</id>
	<title>Re: How to create table with innodb engine</title>
	<published>2009-12-11T06:55:33Z</published>
	<updated>2009-12-11T06:55:33Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">If you always want to use innodb, you can change the database default
&lt;br&gt;to use that format by default. &amp;nbsp;Otherwise you will need to either use
&lt;br&gt;the &amp;lt;sql&amp;gt; tag to specify the SQL yourself, or use the
&lt;br&gt;&amp;lt;modifySql&amp;gt;&amp;lt;append&amp;gt; tags to append engine=innodb
&lt;br&gt;&lt;br&gt;Nathan
&lt;br&gt;&lt;br&gt;On Fri, Dec 11, 2009 at 12:44 AM, Amila Silva &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746160&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;amilac@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Everyone,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I need to handle the transactions mgt in our system. MYSQL innodb supports
&lt;br&gt;&amp;gt; that feature. but when i creates a tables using a liquibase
&lt;br&gt;&amp;gt; change sets it creates the tables with myisam engine. how can i make to
&lt;br&gt;&amp;gt; create a table with innodb engine
&lt;br&gt;&amp;gt; reply asap..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Regrads,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Amila Silva,
&lt;br&gt;&amp;gt; Associate Software Engineer
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; hSenid Mobile Solutions
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Phone :
&lt;br&gt;&amp;gt; +94-77-9983894
&lt;br&gt;&amp;gt; Fax     :
&lt;br&gt;&amp;gt; +94-11-2673 845
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Web:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.hSenid.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.hSenid.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Make it Happen
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.hSenidMobile.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.hSenidMobile.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Enabling the Mobile World
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Disclaimer: This email and any files transmitted with it are confidential
&lt;br&gt;&amp;gt; and intended solely for the use of the individual or entity to which they
&lt;br&gt;&amp;gt; are addressed. The content and opinions contained in this email are not
&lt;br&gt;&amp;gt; necessarily those of hSenid Software International. If you have received
&lt;br&gt;&amp;gt; this email in error please contact the sender.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Liquibase-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746160&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746160&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-create-table-with-innodb-engine-tp26739635p26746160.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26739635</id>
	<title>How to create table with innodb engine</title>
	<published>2009-12-10T22:44:26Z</published>
	<updated>2009-12-10T22:44:26Z</updated>
	<author>
		<name>amilasilva88</name>
	</author>
	<content type="html">Hi Everyone,&lt;br&gt;&lt;br&gt;I need to handle the transactions mgt in our system. MYSQL innodb supports that feature. but when i creates a tables using a liquibase&lt;br&gt;change sets it creates the tables with myisam engine. how can i make to create a table with innodb engine&lt;br&gt;
reply asap..&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Thanks,&lt;br&gt;Regrads,&lt;br&gt;&lt;br&gt; Amila Silva,&lt;br&gt;Associate Software Engineer&lt;br&gt;&lt;br&gt;hSenid Mobile Solutions&lt;br&gt;&lt;br&gt;Phone : &lt;br&gt;+94-77-9983894&lt;br&gt;Fax     : &lt;br&gt;+94-11-2673 845&lt;br&gt;&lt;br&gt;Web: &lt;br&gt;
&lt;a href=&quot;http://www.hSenid.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.hSenid.com&lt;/a&gt;&lt;br&gt; &lt;br&gt;Make it Happen&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.hSenidMobile.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.hSenidMobile.com&lt;/a&gt;&lt;br&gt; &lt;br&gt;Enabling the Mobile World&lt;br&gt;&lt;br&gt;&lt;br&gt;Disclaimer: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to which they are addressed. The content and opinions contained in this email are not necessarily those of hSenid Software International. If you have received this email in error please contact the sender.&lt;br&gt;
&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26739635&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-create-table-with-innodb-engine-tp26739635p26739635.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26736779</id>
	<title>New Topic: Driver to SQLExpress</title>
	<published>2009-12-10T16:11:14Z</published>
	<updated>2009-12-10T16:11:14Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Driver to SQLExpress', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=283.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=283.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hello!
&lt;br&gt;&lt;br&gt;I am new to liquibase but it sounds great.
&lt;br&gt;I decided to give it a try even if I am more familiar with .net than java.
&lt;br&gt;&lt;br&gt;So for a quick test my aim is to connect it to my local SQLExpress instance and create a table.
&lt;br&gt;&lt;br&gt;I installed all necessary files (liquibase, SDK for Java, and sqljdbc.jar into lib).
&lt;br&gt;I created a simple &amp;quot;changelog.xml&amp;quot; file with nothing but a simple create table command.
&lt;br&gt;&lt;br&gt;Then I tried a command line such as:
&lt;br&gt;&amp;quot;liquibase update&amp;quot; (or &amp;quot;java -jar liquibase-1.9.5.jar update&amp;quot;). 
&lt;br&gt;&lt;br&gt;Unfortunately it returns an error about the driver:
&lt;br&gt;&amp;quot;Migration Failed: Connection could not be created to jdbc:sqlserver:&lt;a href=&quot;http://MyIP;databaseName=MyDatabaseName;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://MyIP;databaseName=MyDatabaseName;&lt;/a&gt;&amp;nbsp;with driver java.lang.String. &amp;nbsp;Possibly the wrong driver for the given database URL. &amp;nbsp;For more information, use the --logLevel flag)&amp;quot;
&lt;br&gt;&lt;br&gt;Can someone help me to figure out what is a correct Driver for SQLExpress?
&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;Here is my &amp;quot;liquibase.properties&amp;quot; file:
&lt;br&gt;classpath=lib/sqljdbc.jar;
&lt;br&gt;changeLogFile=changelog.xml
&lt;br&gt;driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
&lt;br&gt;url=jdbc:sqlserver://MyIP;databaseName=MyDatabaseName;
&lt;br&gt;username=Foo
&lt;br&gt;password=Foo
&lt;br&gt;logLevel=finest
&lt;br&gt;logFile=log.txt
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736779&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Driver-to-SQLExpress-tp26736779p26736779.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26730930</id>
	<title>New Topic: ChangeLogProperties</title>
	<published>2009-12-10T09:03:56Z</published>
	<updated>2009-12-10T09:03:56Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'ChangeLogProperties', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=282.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=282.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;In Ant, I set various ChangeLogProperties for the update task. &amp;nbsp;One of my Change Sets contains a CustomSqlChange. &amp;nbsp;In my custom class, is it possible to programatically access the ChangeLogProperties? &amp;nbsp; 
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Alana
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730930&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-ChangeLogProperties-tp26730930p26730930.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26728102</id>
	<title>New Topic: Graphical representation of liquibase xml hierarchy</title>
	<published>2009-12-10T06:24:26Z</published>
	<updated>2009-12-10T06:24:26Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Graphical representation of liquibase xml hierarchy', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=281.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=281.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;We now start to have quite a lot of liquibase xml-files in our project. They are configured so that they are executed in a specific order. 
&lt;br&gt;&lt;br&gt;Since there are many xml-files at this point it is sometimes difficult to get an overview of the order of execution.
&lt;br&gt;&lt;br&gt;So, my question is. Is there (or have there been any thoughts of adding) some tool which can give us some kind of graphical representation of how the xml-files are tied together and in what order they will be executed? Some kind of traversing tool that gives a graphical picture.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;&lt;br&gt;/Lasse
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728102&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Graphical-representation-of-liquibase-xml-hierarchy-tp26728102p26728102.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26706841</id>
	<title>New Topic: ANT promptOnNonLocalDatabase does not prompt (Liquibase 2.0)</title>
	<published>2009-12-09T00:37:41Z</published>
	<updated>2009-12-09T00:37:41Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'ANT promptOnNonLocalDatabase does not prompt (Liquibase 2.0) ', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=280.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=280.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;I'm testing Liquibase 2.0 RC2 (LQB-DEF-123)
&lt;br&gt;&lt;br&gt;Running the task updateDatabase in ANT with promptOnNonLocalDatabase set to true does not open a dialog as known from Liquibase 1.9.5.
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26706841&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-ANT-promptOnNonLocalDatabase-does-not-prompt-%28Liquibase-2.0%29-tp26706841p26706841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26704267</id>
	<title>New Topic: Default value based on sequence</title>
	<published>2009-12-08T18:32:53Z</published>
	<updated>2009-12-08T18:32:53Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Default value based on sequence', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=279.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=279.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;I'm trying to set a default value based on a sequence, and having trouble. &amp;nbsp;In this case the 'serial' datatype isn't going to work. &amp;nbsp; 
&lt;br&gt;&lt;br&gt;When I use defaultValue the apostrophes are escaped, and Postgres complains:
&lt;br&gt;&lt;br&gt;&amp;lt;column name=&amp;quot;my_id&amp;quot; type=&amp;quot;bigint&amp;quot; defaultValue=&amp;quot;nextval('my_id_seq')&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;constraints nullable=&amp;quot;false&amp;quot; unique=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;/column&amp;gt;
&lt;br&gt;&lt;br&gt;When I use defaultNumericValue I get Unparseable number: &amp;quot;nextval('ql2_id_seq'&amp;quot;. &amp;nbsp;Is there a workaround here besides raw SQL?
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26704267&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Default-value-based-on-sequence-tp26704267p26704267.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26703321</id>
	<title>New Topic: CustomSQLChange and ClassNotFoundException</title>
	<published>2009-12-08T16:17:52Z</published>
	<updated>2009-12-08T16:17:52Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'CustomSQLChange and ClassNotFoundException', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=278.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=278.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I am having problems using a CustomChange. &amp;nbsp;I have created a class, MyCustomChange, which implements CustomSQLChange and compiled it.
&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;changeSet author=&amp;quot;alana&amp;quot; id=&amp;quot;1&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;customChange class=&amp;quot;com.example.MyCustomChange&amp;quot;/&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/changeSet&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;When I try to run the update via ant, I get the following exception
&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;liquibase.exception.CustomChangeException: java.lang.ClassNotFoundException: com.example.MyCustomChange
&lt;br&gt;&lt;br&gt;&lt;br&gt;Earlier in the ant file, I set my base.classpath to the lib directory which contains hibernate.jar, all the database drivers and liquibase. &amp;nbsp;
&lt;br&gt;The updateDatabase depends on compile, which compiles my custom change and places it in ${basedir}/foo/bin. &amp;nbsp;I have verified that the compiled class file is present. &amp;nbsp; In the updateDatase, I set my classpath composed of the base.classpath and ${basedir}/foo/bin. &amp;nbsp; The classpath is printed out and contains ${basedir}/foo/bin.
&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;target name=&amp;quot;updateDatabase&amp;quot; depends=&amp;quot;areLiquibasePropertiesSet, compile&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;path id=&amp;quot;classpath&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pathelement location=&amp;quot;${basedir}/foo/bin&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;path refid=&amp;quot;base.classpath&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/path&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;cp&amp;quot; refid=&amp;quot;classpath&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;echo message=&amp;quot;cp=${cp}&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;updateDatabase
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; changeLogFile=&amp;quot;${db.changelog.file}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driver=&amp;quot;${database.driver}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; url=&amp;quot;${url}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; username=&amp;quot;${username}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; password=&amp;quot;${password}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; defaultSchemaName=&amp;quot;${schema.name}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; classpathref=&amp;quot;classpath&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;changeLogProperty name=&amp;quot;db.path&amp;quot; value=&amp;quot;${db.path}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;changeLogProperty name=&amp;quot;database.type&amp;quot; value=&amp;quot;${database.type}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;changeLogProperty name=&amp;quot;hibernate.username&amp;quot; value=&amp;quot;${username}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;changeLogProperty name=&amp;quot;hibernate.password&amp;quot; value=&amp;quot;${password}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;changeLogProperty name=&amp;quot;liquibase.dir&amp;quot; value=&amp;quot;${liquibase.dir}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/updateDatabase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/target&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;When liquibase runs, I get the exception. &amp;nbsp; The exception is originating in CustomChangeWrapper.setClass.
&lt;br&gt;&lt;br&gt;I have tried creating a jar file from the class file and using that in the classpath instead. &amp;nbsp;Same results. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Any idea on why liquibase is unable to load the custom class? &amp;nbsp;This is with the latest liquibase from the trunk. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Alana
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26703321&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-CustomSQLChange-and-ClassNotFoundException-tp26703321p26703321.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26652220</id>
	<title>New Topic: tablespace for the PK_DATABASECHANGELOG and PK_DATABASECHANGELOGLOCK indexes</title>
	<published>2009-12-04T17:46:46Z</published>
	<updated>2009-12-04T17:46:46Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'tablespace for the PK_DATABASECHANGELOG and PK_DATABASECHANGELOGLOCK indexes', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=277.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=277.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Is there a way to define the tablespace for the PK_DATABASECHANGELOG and the PK_DATABASECHANGELOGLOCK indexes?
&lt;br&gt;I would like to put them on a different tablespace from the user's default.
&lt;br&gt;And for that matter, how about defining the tablespace for the DATABASECHANGELOG and DATABASECHANGELOGLOCK tables?
&lt;br&gt;Ion
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652220&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-tablespace-for-the-PK_DATABASECHANGELOG-and-PK_DATABASECHANGELOGLOCK-indexes-tp26652220p26652220.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26647376</id>
	<title>New Topic: PostgreSQL Subtable via 'inherits'</title>
	<published>2009-12-04T10:48:11Z</published>
	<updated>2009-12-04T10:48:11Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'PostgreSQL Subtable via 'inherits'', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=276.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=276.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hi All,
&lt;br&gt;&lt;br&gt;What's the best way to create a postgres subtable? &amp;nbsp;In theory I think I could do a &amp;lt;createTable&amp;gt; and
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;modifySql&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;append value=&amp;quot; inherits(parent)&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/modifySql&amp;gt;
&lt;br&gt;&lt;br&gt;But, you can't have an empty &amp;lt;createTable&amp;gt; element. &amp;nbsp;What's the best thing to do here? Custom SQL? &amp;nbsp;Any plans for supporting this?
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26647376&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-PostgreSQL-Subtable-via-%27inherits%27-tp26647376p26647376.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26635154</id>
	<title>New Topic: Updating a Database</title>
	<published>2009-12-03T15:29:43Z</published>
	<updated>2009-12-03T15:29:43Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Updating a Database', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=275.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=275.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I have applied changesets to a Oracle DB. &amp;nbsp;Now I am reruning update to get apply another set of change sets. On the second update, I get the following error:
&lt;br&gt;&amp;nbsp; &amp;nbsp;liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE DATABASECHANGELOG MODIFY ( MD5SUM VARCHAR2(35)
&lt;br&gt;&lt;br&gt;I sent the output to a sql file and this is what I saw:
&lt;br&gt;&lt;br&gt;-- Lock Database
&lt;br&gt;-- Modifying size of databasechangelog.md5sum column
&lt;br&gt;-- Modifying size of databasechangelog.liquibase column
&lt;br&gt;ALTER TABLE DATABASECHANGELOG MODIFY ( MD5SUM VARCHAR2(35);
&lt;br&gt;&lt;br&gt;ALTER TABLE DATABASECHANGELOG MODIFY ( LIQUIBASE VARCHAR2(20);
&lt;br&gt;&lt;br&gt;That doesn't look like proper sql. &amp;nbsp;A bug? &amp;nbsp;Also why is the databasechangelog table being modified to begin with?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Alana
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26635154&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Updating-a-Database-tp26635154p26635154.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26634419</id>
	<title>New Topic: Oracle and Foreign Key Constraints</title>
	<published>2009-12-03T14:26:24Z</published>
	<updated>2009-12-03T14:26:24Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Oracle and Foreign Key Constraints', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=274.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=274.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;How can I handle foreign key constraints for multiple databases? &amp;nbsp;For example, I have the following snippet from a changeset.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;addForeignKeyConstraint baseColumnNames=&amp;quot;id&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;baseTableName=&amp;quot;BaseTable&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;constraintName=&amp;quot;FK&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;onDelete=&amp;quot;NO ACTION&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;onUpdate=&amp;quot;NO ACTION&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;referencedColumnNames=&amp;quot;id&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;referencedTableName=&amp;quot;AnotherTable&amp;quot;/&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;In Firebird it works fine, but not in Oracle. &amp;nbsp;I believe that &amp;quot;CASCADE&amp;quot; and &amp;quot;SET NULL&amp;quot; are the only choices that will work with Oracle. I thought about using parameters, where for firebird, mysql, etc the parameter would be set to &amp;quot;NO ACTION&amp;quot; and for oracle, it would just be an empty string. &amp;nbsp;But that violates the liquibase schema and results in a ChangeLogParseException. &amp;nbsp;It would be nice if the DB was Oracle that those two fields were just ignored if not set to &amp;quot;CASCADE&amp;quot; or &amp;quot;SET NULL&amp;quot;. &amp;nbsp;I believe that if auto incrementing is true in the column tag, it is ignored on oracle and firebird since it is not supported. &amp;nbsp; 
&lt;br&gt;&lt;br&gt;Any other idea's on how to get this to work for Oracle and other DB's.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Alana
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634419&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Oracle-and-Foreign-Key-Constraints-tp26634419p26634419.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26634274</id>
	<title>New Topic: Liquibase IDE error</title>
	<published>2009-12-03T14:15:53Z</published>
	<updated>2009-12-03T14:15:53Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Liquibase IDE error', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=273.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=273.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;I downloaded the IDE from sourceforge website and followed the demo on the website to create a new table, I got following error when I hit 'finish&amp;quot; button on the &amp;quot;Change Set Information&amp;quot; :
&lt;br&gt;&lt;br&gt;Error Creating Change: null
&lt;br&gt;java.lang.reflect.InvocationTargetException
&lt;br&gt;&lt;br&gt;I was able to connect to my Informix database (V11.10), and manually created databasechangelog tables. And I also created an empty changelog.xml file in TMP directory. &amp;nbsp;Please help !
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634274&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Liquibase-IDE-error-tp26634274p26634274.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26633816</id>
	<title>New Topic: Custom rollback</title>
	<published>2009-12-03T13:46:19Z</published>
	<updated>2009-12-03T13:46:19Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Custom rollback', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=272.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=272.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Using 1.9....
&lt;br&gt;&lt;br&gt;I have a rather intense changeSet that modifies tables and manipulates data. &amp;nbsp;If anything happens during that changeSet and I want to rollback, how can I be assured of the correct starting point for the rollback?
&lt;br&gt;&lt;br&gt;My idea was to use a customChange inside the rollback tag and handle it all inside java code, but then my question becomes - when are the rollback statements generated? &amp;nbsp;Are they only generated when a rollback occurs - or are they generated when the changeSet is executed? &amp;nbsp;If a changeSet in the future fails and I want to rollback multiple steps, will these rollback statements still be available for use?
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633816&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Custom-rollback-tp26633816p26633816.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26633530</id>
	<title>New Topic: Liquibase plugin for eclipse (Galileo)</title>
	<published>2009-12-03T13:12:35Z</published>
	<updated>2009-12-03T13:12:35Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Liquibase plugin for eclipse (Galileo)', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=271.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=271.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;when I put in the URL &amp;nbsp;&lt;a href=&quot;http://www.liquibase.org/update/eclipse/plugin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.liquibase.org/update/eclipse/plugin&lt;/a&gt;&amp;nbsp; for the software site, I got following error:
&lt;br&gt;&lt;br&gt;org.eclipse.equinox.internal.provisional.p2.core.ProvisionException: No repository found at &lt;a href=&quot;http://www.liquibase.org/update/eclipse/plugin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.liquibase.org/update/eclipse/plugin&lt;/a&gt;&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633530&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Liquibase-plugin-for-eclipse-%28Galileo%29-tp26633530p26633530.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26632461</id>
	<title>New Topic: pre sql tag</title>
	<published>2009-12-03T12:11:49Z</published>
	<updated>2009-12-03T12:11:49Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'pre sql tag', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=270.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=270.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;Is their a way to run sql via liquibase before the databasechangelog and databasechangeloglock tables are created?
&lt;br&gt;What I would like to do is have liquibase connect as the admin account and create the tablespace, create the user and grant privs to that user.
&lt;br&gt;Then once the user is created have liquibase create its 2 tables and process the rest of the changesets. &amp;nbsp;
&lt;br&gt;&lt;br&gt;I was hoping I could do this all in liquibase. &amp;nbsp;If possible I would prefer not to have a seperate sql script outside of liquibase that creates the tablespace, etc.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Alana
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632461&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-pre-sql-tag-tp26632461p26632461.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26627489</id>
	<title>New Topic: CustomChange and CheckSum</title>
	<published>2009-12-03T07:04:41Z</published>
	<updated>2009-12-03T07:04:41Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'CustomChange and CheckSum', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=269.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=269.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Im using a customChange that calls out to a java class to prepare some sql statements dynamically. &amp;nbsp;The first time I run it, Ill get maybe 40 statements. &amp;nbsp;The second time its run, 0 statements should be generated because the changeSet has already been run.
&lt;br&gt;&lt;br&gt;However, I would have expected that the 2nd time I run  the changeSet would be skipped because the checksum would be the same. &amp;nbsp;But, because of the dynamic sql being returned from the customChange, Im thinking that the changeSet checksum is calculated differently on each run?
&lt;br&gt;&lt;br&gt;So, question 1  when is the changeSet checksum calculated?
&lt;br&gt;&lt;br&gt;Question 2  how can I skip the changeSet the second time consistently? &amp;nbsp;Ive tried to use preconditions but they dont appear to take affect because the checksum appears to be calculated before the precondition runs? &amp;nbsp;Is that a true statement?
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26627489&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-CustomChange-and-CheckSum-tp26627489p26627489.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26622659</id>
	<title>New Topic: Hibernate related warnings (Liquibase 2.0)</title>
	<published>2009-12-03T00:40:16Z</published>
	<updated>2009-12-03T00:40:16Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Hibernate related warnings (Liquibase 2.0)', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=268.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=268.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;As mentioned in my previous post I'm testing Liquibase 2.0 RC2 (LQB-DEF-119). ANT Tasks are used to updateDatase.
&lt;br&gt;&lt;br&gt;Is there a way to suppress following warnings in tasks independent of Hibernate:
&lt;br&gt;[updateDatabase] WARNING 03.12.09 08:37:liquibase: Could not configure extension class liquibase.database.core.HibernateDatabase: Missing dependency org.hibernate.cfg.Configuration
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26622659&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Hibernate-related-warnings-%28Liquibase-2.0%29-tp26622659p26622659.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26622213</id>
	<title>New Topic: onFail with MARK_RAN (Liquibase 2.0)</title>
	<published>2009-12-02T23:55:19Z</published>
	<updated>2009-12-02T23:55:19Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'onFail with MARK_RAN (Liquibase 2.0)', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=267.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=267.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;I'm testing liquibase 2.0 RC2 (LQB-DEF-119).
&lt;br&gt;&lt;br&gt;I noticed that a changeset with a failing precondition and onFail set to MARK_RAN does not insert the corresponding record to DATABASECHANGELOG and next updateDatabase run executes/evalutates the changeset again.
&lt;br&gt;&lt;br&gt;In Liquibase 1.9.5 this changeset has been marked as ran in DATABASECHANGELOG.
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26622213&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-onFail-with-MARK_RAN-%28Liquibase-2.0%29-tp26622213p26622213.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26615778</id>
	<title>New Topic: Explanation of Backporting</title>
	<published>2009-12-02T12:18:22Z</published>
	<updated>2009-12-02T12:18:22Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Explanation of Backporting', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=266.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=266.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Could someone give a clear example on the process of &amp;quot;Backporting&amp;quot; changesets between change control branches?
&lt;br&gt;&lt;br&gt;For example.
&lt;br&gt;&lt;br&gt;Version 1.0.0 is released to production.
&lt;br&gt;&lt;br&gt;Version 2.0.0 is cut as a new branch for development.
&lt;br&gt;&lt;br&gt;Development happens on Version 2.0.0 and new changesets are created.
&lt;br&gt;&lt;br&gt;A critical bug is found in production (Version 1.0.0) and has to be fixed with a new changeset.
&lt;br&gt;&lt;br&gt;Version 1.0.1 is cut from Version 1.0.0 and the changeset is added and Version 1.0.1 is released to production.
&lt;br&gt;&lt;br&gt;&lt;br&gt;What is now the process to incorporate the changeset from Version 1.0.1 to the development Version 2.0.0?
&lt;br&gt;&lt;br&gt;Thank you all for your time.
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615778&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Explanation-of-Backporting-tp26615778p26615778.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26611851</id>
	<title>New Topic: packages and packages bodies</title>
	<published>2009-12-02T08:25:30Z</published>
	<updated>2009-12-02T08:25:30Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'packages and packages bodies', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=265.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=265.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hi, I am would like to put package declaration and package body in one sql file and then invoke it in sqlfile tag
&lt;br&gt;Code:
&lt;br&gt;&amp;lt;sqlFile path=&amp;quot;mypackage.sql&amp;quot; splitStatements=&amp;quot;false&amp;quot; endDelimiter=&amp;quot;/&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;my sql file
&lt;br&gt;Code:
&lt;br&gt;CREATE PACKAGE mypackage IS
&lt;br&gt;...
&lt;br&gt;END;
&lt;br&gt;/
&lt;br&gt;&lt;br&gt;CREATE PACKAGE BODY mypackagebody IS 
&lt;br&gt;...
&lt;br&gt;END;
&lt;br&gt;/ 
&lt;br&gt;&lt;br&gt;But it does not create package body, it looks like it puts everything into package &amp;nbsp;declaration. It seems it ignores '/' as a end delimiter.
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26611851&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-packages-and-packages-bodies-tp26611851p26611851.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26607156</id>
	<title>New Topic: Release databasechangeloglock via liquibase api</title>
	<published>2009-12-02T03:03:12Z</published>
	<updated>2009-12-02T03:03:12Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Release databasechangeloglock via liquibase api', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=264.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=264.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;I have a problem, that the lock in databasechangeloglock table was not release, so I got the error &amp;quot;Waiting for changelog lock....&amp;quot; when I try to start liquibase.
&lt;br&gt;In other threads I found the solution to delete the entry in the database. This is not possible in my use case, because our customer may have a derby database or we have no access to the customer database.
&lt;br&gt;Does an possibilty exist to release such an lock via the liquibase api?
&lt;br&gt;Thanks a lot
&lt;br&gt;mwflipper
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607156&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Release-databasechangeloglock-via-liquibase-api-tp26607156p26607156.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26603359</id>
	<title>New Topic: 2.0 RC1 changelog parameters broken</title>
	<published>2009-12-01T20:20:58Z</published>
	<updated>2009-12-01T20:20:58Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, '2.0 RC1 changelog parameters broken', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=263.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=263.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;The following changeset:
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;changeSet author=&amp;quot;default (generated)&amp;quot; id=&amp;quot;1212708893093-126&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;createIndex indexName=&amp;quot;CARDCATALOG_NODETYPE_CARDTYPE&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tableName=&amp;quot;CARDCATALOG&amp;quot; tablespace=&amp;quot;${tablespace.index}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;column name=&amp;quot;NODETYPE&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;column name=&amp;quot;CARDTYPE&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/createIndex&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/changeSet&amp;gt;
&lt;br&gt;gives an error:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[java] LiquiBase Update Failed: Error executing SQL CREATE INDEX CARDCATALOG_NODETYPE_CARDTYPE ON CARDCATALOG(NODETYPE, CARDTYPE) TABLESPACE ${tablespace.index}
&lt;br&gt;&lt;br&gt;I am using an ant script and passing -Dtablespace.index=TNP_DEV_IDX as an argument to ant.
&lt;br&gt;&lt;br&gt;It seems to me that the parameters are not replaced. This used to work in 1.9.5.
&lt;br&gt;&lt;br&gt;Am I missing anything?
&lt;br&gt;Ion
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26603359&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-2.0-RC1-changelog-parameters-broken-tp26603359p26603359.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26603255</id>
	<title>New Topic: modifyDataType change set does not terminate the sql statement properly</title>
	<published>2009-12-01T20:04:55Z</published>
	<updated>2009-12-01T20:04:55Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'modifyDataType change set does not terminate the sql statement properly', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=262.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=262.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;The following change set:
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;changeSet author=&amp;quot;UNKNOWN&amp;quot; failOnError=&amp;quot;false&amp;quot; id=&amp;quot;20080123&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;modifyDataType tableName=&amp;quot;CARDCATALOG&amp;quot; columnName=&amp;quot;LABEL&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;newDataType=&amp;quot;VARCHAR(64)&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/changeSet&amp;gt;
&lt;br&gt;&lt;br&gt;generates this error:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[java] liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE CARDCATALOG MODIFY ( LABEL VARCHAR2(64)
&lt;br&gt;&lt;br&gt;Running 2.0 RC1 on Oracle.
&lt;br&gt;Ion
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26603255&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-modifyDataType-change-set-does-not-terminate-the-sql-statement-properly-tp26603255p26603255.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26601581</id>
	<title>New Topic: 2.0RC1 Regression with Firebird</title>
	<published>2009-12-01T16:20:20Z</published>
	<updated>2009-12-01T16:20:20Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, '2.0RC1 Regression with Firebird', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=261.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=261.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I am trying to run this changeset against a firebird database
&lt;br&gt;&amp;nbsp;&amp;lt;changeSet author=&amp;quot;alana&amp;quot; id=&amp;quot;1&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;comment&amp;gt;Creating Table in a System Independent manor&amp;lt;/comment&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;createTable tableName=&amp;quot;ATABLE&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;column name=&amp;quot;TIMETYPE&amp;quot; type=&amp;quot;java.sql.Types.TIMESTAMP&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;column name=&amp;quot;IDENTITYTYPE&amp;quot; type=&amp;quot;java.sql.Types.BIGINT&amp;quot; autoIncremen
&lt;br&gt;t=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;constraints nullable=&amp;quot;false&amp;quot; primaryKey=&amp;quot;true&amp;quot; primaryKeyName=&amp;quot;
&lt;br&gt;ID_A_PK&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/column&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;column name=&amp;quot;BIGINTTYPE&amp;quot; type=&amp;quot;java.sql.Types.BIGINT&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;column name=&amp;quot;INTTYPE&amp;quot; type=&amp;quot;java.sql.Types.INT&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;column name=&amp;quot;SMALLINTTYPE&amp;quot; type=&amp;quot;java.sql.Types.SMALLINT&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;column name=&amp;quot;STRINGTYPE&amp;quot; type=&amp;quot;java.sql.Types.VARCHAR(20)&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/createTable&amp;gt;
&lt;br&gt;&amp;lt;/changeSet&amp;gt;
&lt;br&gt;&lt;br&gt;In Liquibase 1.9.5, this runs with no problems. &amp;nbsp;In liquibase 2.0RC1, I get the following error
&lt;br&gt;&lt;br&gt;LiquiBase Update Failed: Validation Failed:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1 changes have validation errors
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; liquibase.exception.UnexpectedLiquibaseException: Could not determine
&lt;br&gt;SMALLINT for liquibase.database.typeconversion.core.FirebirdTypeConverter
&lt;br&gt;. &amp;nbsp;For more information, use the --logLevel flag)
&lt;br&gt;SEVERE 12/1/09 6:16 PM:liquibase: Validation Failed:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1 changes have validation errors
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; liquibase.exception.UnexpectedLiquibaseException: Could not determine
&lt;br&gt;SMALLINT for liquibase.database.typeconversion.core.FirebirdTypeConverter
&lt;br&gt;&lt;br&gt;liquibase.exception.ValidationFailedException: Validation Failed:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1 changes have validation errors
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; liquibase.exception.UnexpectedLiquibaseException: Could not determine
&lt;br&gt;SMALLINT for liquibase.database.typeconversion.core.FirebirdTypeConverter
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java
&lt;br&gt;:131)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at liquibase.Liquibase.update(Liquibase.java:97)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at liquibase.integration.commandline.Main.doMigration(Main.java:664)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at liquibase.integration.commandline.Main.main(Main.java:105)
&lt;br&gt;&lt;br&gt;Is this a bug or did something change between 1.9.5 and 2.0 concerning smallint? &amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Alana
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26601581&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-2.0RC1-Regression-with-Firebird-tp26601581p26601581.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26599322</id>
	<title>New Topic: Class path problem with custom change in Maven plugin.</title>
	<published>2009-12-01T13:24:23Z</published>
	<updated>2009-12-01T13:24:23Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Class path problem with custom change in Maven plugin.', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=260.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=260.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;I'm having a problem with a custom change that I've written. &amp;nbsp;It includes code that loads a Spring context configuration file that it attempts to load from the class path. &amp;nbsp;However, Spring says it cannot find the file. &amp;nbsp;I'm curious if the class path used by the Liquibase plugin is the same as that used by Maven when it runs the plugin. &amp;nbsp;(This same style of context loading works great for other Maven plugins.) &amp;nbsp;I do have another custom change that seems to execute without problem, but it only uses JAR files on the class path.
&lt;br&gt;&lt;br&gt;Any thoughts?
&lt;br&gt;Thanks,
&lt;br&gt;Dave
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26599322&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Class-path-problem-with-custom-change-in-Maven-plugin.-tp26599322p26599322.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26597787</id>
	<title>New Topic: is there any documentation for the new modifyDataType</title>
	<published>2009-12-01T11:33:21Z</published>
	<updated>2009-12-01T11:33:21Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'is there any documentation for the new modifyDataType', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=259.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=259.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;Is there any documentation for modifyDataType?
&lt;br&gt;I was using version 1.7.0, upgraded to 1.9.5 to take advantage of the parameter values but have issues with tinyint on oracle on this version.
&lt;br&gt;Tried 2.0 but now my modifyColumn is not working any more.
&lt;br&gt;I need to get this done a.s.a.p. so any help is appreciated.
&lt;br&gt;Thanks,
&lt;br&gt;Ion
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26597787&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-is-there-any-documentation-for-the-new-modifyDataType-tp26597787p26597787.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26596629</id>
	<title>New Topic: Attribute 'relativeToChangelogFile' is not allowed to appear in element 'include</title>
	<published>2009-12-01T10:19:18Z</published>
	<updated>2009-12-01T10:19:18Z</updated>
	<author>
		<name>Nathan Voxland-3</name>
	</author>
	<content type="html">A new topic, 'Attribute 'relativeToChangelogFile' is not allowed to appear in element 'include', has been made on a board you are watching.
&lt;br&gt;&lt;br&gt;You can see it at
&lt;br&gt;&lt;a href=&quot;http://liquibase.org/forum/index.php?topic=258.new#new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?topic=258.new#new&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text of the topic is shown below:
&lt;br&gt;&lt;br&gt;I am running liquibase 1.9.5 and I have the following change log file:
&lt;br&gt;&lt;br&gt;&amp;lt;databaseChangeLog 
&lt;br&gt;&amp;nbsp; xmlns=&amp;quot;&lt;a href=&quot;http://www.liquibase.org/xml/ns/dbchangelog/1.8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.liquibase.org/xml/ns/dbchangelog/1.8&lt;/a&gt;&amp;quot; 
&lt;br&gt;&amp;nbsp; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; 
&lt;br&gt;&amp;nbsp; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://www.liquibase.org/xml/ns/dbchangelog/1.8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.liquibase.org/xml/ns/dbchangelog/1.8&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.8.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.8.xsd&lt;/a&gt;&amp;quot;&amp;gt; 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;include file=&amp;quot;tu_server_01_02_00.xml&amp;quot; relativeToChangelogFile=&amp;quot;true&amp;quot;/&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;lt;/databaseChangeLog&amp;gt;
&lt;br&gt;&lt;br&gt;When I run this I get the following error:
&lt;br&gt;&lt;br&gt;Migration Failed: cvc-complex-type.3.2.2: Attribute 'relativeToChangelogFile' is not allowed to appear in element 'include'.
&lt;br&gt;&lt;br&gt;Does anyone have any ideas here? Is this attribute deprecated?
&lt;br&gt;&lt;br&gt;Unsubscribe to new topics from this board by clicking here: &lt;a href=&quot;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liquibase.org/forum/index.php?action=notifyboard;board=1.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;The LiquiBase Community Forum Team.&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Liquibase-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26596629&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Liquibase-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/liquibase-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/liquibase-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/LiquiBase---User-f23276.html&quot; embed=&quot;fixTarget[23276]&quot; target=&quot;_top&quot; &gt;LiquiBase - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Topic%3A-Attribute-%27relativeToChangelogFile%27-is-not-allowed-to-appear-in-element-%27include-tp26596629p26596629.html" />
</entry>

</feed>
