diff options
| author | wei <> | 2006-07-28 12:32:01 +0000 | 
|---|---|---|
| committer | wei <> | 2006-07-28 12:32:01 +0000 | 
| commit | 623447ffea7a49359c773a0bc3a851397885f319 (patch) | |
| tree | 93676acdeea5697dd00fb10d0eb70948901b549e /framework/DataAccess/SQLMap/Statements | |
| parent | fbf05a159bc1a688940c16dc304eaaf140188b01 (diff) | |
Add sqlite support for time-tracker.
Diffstat (limited to 'framework/DataAccess/SQLMap/Statements')
| -rw-r--r-- | framework/DataAccess/SQLMap/Statements/TMappedStatement.php | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/framework/DataAccess/SQLMap/Statements/TMappedStatement.php b/framework/DataAccess/SQLMap/Statements/TMappedStatement.php index 3dc100dc..ef2a5273 100644 --- a/framework/DataAccess/SQLMap/Statements/TMappedStatement.php +++ b/framework/DataAccess/SQLMap/Statements/TMappedStatement.php @@ -374,7 +374,6 @@ class TMappedStatement extends TComponent implements IMappedStatement  		while($row = $recordSet->fetchRow())
  			$object = $this->applyResultMap($row, $result);	
 -		//var_dump($this->_groupBy);
  		if(!$this->_groupBy->isEmpty())
  		{
  			$list = $this->_groupBy->collect();
 | 
