* Fixed compilation error in trunk.

To all: please make sure things can compile before commit to trunk.
This commit is contained in:
Heng Sin Low 2006-11-24 08:28:59 +00:00
parent 91151a1f67
commit 8d10ea235c
2 changed files with 10 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class MSequence extends X_AD_Sequence
//
if (USE_PROCEDURE)
{
retValue = nextID(conn, AD_Sequence_ID, compiereSys);
retValue = nextID(conn, AD_Sequence_ID, adempiereSys);
}
else
{

View File

@ -562,6 +562,15 @@ public final class DB
return false;
} // isPostgreSQL
//begin vpj-cd e-evolution 02/07/2005 PostgreSQL
public static boolean isDB2()
{
if (s_cc != null)
return s_cc.isDB2();
log.severe("No Database");
return false;
}
/**
* Do we have a Postgre DB ?
* @return true if connected to PostgreSQL