コード例 #1
0
 /**
  * {@inheritDoc}
  */
 protected function initializeDoctrineTypeMappings()
 {
     parent::initializeDoctrineTypeMappings();
     $this->doctrineTypeMapping['timestamp with time zone'] = 'datetime';
 }
コード例 #2
0
 public function testGeneratesRegularExpressionSQLSnippet()
 {
     $this->assertEquals('REGEXP', $this->_platform->getRegexpExpression());
 }