We don't have anyone working on a database-specific datatype to general datatype converter currently.

I'm not sure if it could be done in general fasion since there are so many variations.

You could write a custom database subclass to convert the types the way it would make sense for you. That should be relatively straightforward.

If you are building your database incrementally with liquibase (how you should do it) rather than doing a diff, you can easily write a cross db script using generic data types, the DBMS tag on changesets, and the modifysql tag.

Nathan


On Jan 20, 2009, at 10:58 AM, "Feu Teston" <feu.tes...@gmail.com> wrote:

Hi Guys,


I am doing some tests, and I wanna use liquibase to get the database structure from oracle to hypersonic. This is not working because of the datatypes that are different from one database to the other. I searched on google and also on liquibase site to see if anyone did that database structure migration. Are you guys planning to create a kind of database migration changing the datatypes? I think this should be very useful and to do that is just to create a kind of type correspondent type mappings between the databases.

I appreciate if u can help me.

Regards,


--
Fernando Teston
http://malditoprogramadorbebado.blogspot.com/
--- --- --- ---------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Liquibase-user mailing list
Liquibase-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/liquibase-user
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Liquibase-user mailing list
Liquibase-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to