[teiid-commits] teiid SVN: r673 - trunk/server/src/main/java/com/metamatrix/common/jdbc.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Mar 31 17:08:58 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-03-31 17:08:57 -0400 (Tue, 31 Mar 2009)
New Revision: 673

Modified:
   trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatform.java
Log:
TEIID-448 -  Error Finding Latest active VDB suing Postgres as a Repository - The PostgresPlatform needed to override the default to add its specific UPPER operator to its platform. 


Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatform.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatform.java	2009-03-31 20:53:45 UTC (rev 672)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatform.java	2009-03-31 21:08:57 UTC (rev 673)
@@ -198,7 +198,7 @@
     }
     
     public boolean isPostgres() {
-        return true;
+        return false;
     }    
 
     public boolean isSecure() {




More information about the teiid-commits mailing list