Changeset 1667
- Timestamp:
- 02/01/2007 11:29:00 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 modified
-
framework/Data/SqlMap/Statements/TMappedStatement.php (modified) (1 diff)
-
tests/simple_unit/SqlMap/StatementExtendsTest.php (added)
-
tests/simple_unit/SqlMap/common.php (modified) (1 diff)
-
tests/simple_unit/SqlMap/maps/tests.xml (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/framework/Data/SqlMap/Statements/TMappedStatement.php
r1578 r1667 121 121 $this->_command = new TPreparedCommand(); 122 122 $this->initialGroupByResults(); 123 } 124 125 public function getSqlString() 126 { 127 return $this->getStatement()->getSqlText()->getPreparedStatement()->getPreparedSql(); 123 128 } 124 129 -
trunk/tests/simple_unit/SqlMap/common.php
r1579 r1667 144 144 //change this to connection to a different database 145 145 146 return new MySQLBaseTestConfig();146 //return new MySQLBaseTestConfig(); 147 147 148 //return new SQLiteBaseTestConfig();148 return new SQLiteBaseTestConfig(); 149 149 150 150 //return new MSSQLBaseTestConfig();
