Skip to content

Commit

Permalink
Akiban does not need to implement function for returning now expressi…
Browse files Browse the repository at this point in the history
…on. This is due to Akiban having a NOW() function that is compatible with MySQL.
  • Loading branch information
posulliv committed Aug 11, 2012
1 parent fa487b6 commit 025fd93
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/Doctrine/DBAL/Platforms/AkibanServerPlatform.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@ public function getSubstringExpression($value, $from, $len = null)
// TODO // TODO
} }


/**
* Returns the SQL string to return the current system date and time.
*
* @return string
*/
public function getNowExpression()
{
// TODO
}

/** /**
* regexp * regexp
* *
Expand Down

0 comments on commit 025fd93

Please sign in to comment.