Various settings for compatibility with MSSQL
This commit is contained in:
@@ -78,6 +78,8 @@ class AppDelegation extends BaseAppDelegation {
|
||||
$c->addSelectColumn ( 'MAX(' . AppDelegationPeer::DEL_INDEX . ') ' );
|
||||
$c->addSelectColumn ( AppDelegationPeer::DEL_STARTED );
|
||||
$c->add ( AppDelegationPeer::APP_UID, $sAppUid );
|
||||
///-- Group by DEL_STARTED, Adjustment for standardization (SQL)
|
||||
$c->addGroupByColumn(AppDelegationPeer::DEL_STARTED);
|
||||
$rs = AppDelegationPeer::doSelectRS ( $c );
|
||||
$rs->next();
|
||||
$row = $rs->getRow();
|
||||
|
||||
@@ -398,7 +398,8 @@ class Process extends BaseProcess {
|
||||
$this->setProTitleX ( $aData['PRO_TITLE_X'] );
|
||||
$this->setProTitleY ( $aData['PRO_TITLE_Y'] );
|
||||
if ( $this->validate() ) {
|
||||
$con->begin();
|
||||
///-- Does not allow dual Begin
|
||||
///-- $con->begin();
|
||||
$res = $this->save();
|
||||
|
||||
if (isset ( $aData['PRO_TITLE'] ) )
|
||||
|
||||
Reference in New Issue
Block a user