Skip to content

Commit

Permalink
Akiban does not support regular expressions at this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
posulliv committed Aug 11, 2012
1 parent 025fd93 commit ad5cd9f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/Doctrine/DBAL/Platforms/AkibanServerPlatform.php
Expand Up @@ -46,17 +46,6 @@ public function getSubstringExpression($value, $from, $len = null)
// TODO
}

/**
* regexp
*
* @return string the regular expression operator
* @override
*/
public function getRegexpExpression()
{
// TODO
}

/**
* returns the position of the first occurrence of substring $substr in string $str
*
Expand Down

0 comments on commit ad5cd9f

Please sign in to comment.