Hi,

are there subscribers with a DB2 UDB for Linux or Windows at hand? I  
need to know what the oficial DatabaseProductName of the  
com.ibm.db2.jcc.DB2Driver is.

You can get this information by calling:  
connection.getMetaData().getDatabaseProductName();

Where connection is a java.sql.Connection. The current implementation  
of the DB2 abstraction in Liquibase is too generic because it just  
asks for startsWith("DB2") which is too broad because then it will  
also be picked up when an DB2 for IBM i (known as AS400 or iSeries) is  
requested.

Thanks.

---
regards
Marc Logemann
http://www.logemann.org
http://www.logentis.de





------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to