* Fixed compilation error in trunk.
To all: please make sure things can compile before commit to trunk.
This commit is contained in:
parent
91151a1f67
commit
8d10ea235c
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue