Skip to content

Commit

Permalink
Implement getBooleanTypeDeclarationSQL function.
Browse files Browse the repository at this point in the history
  • Loading branch information
posulliv committed Aug 13, 2012
1 parent 6d58a7a commit 63889e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Platforms/AkibanServerPlatform.php
Expand Up @@ -338,7 +338,7 @@ public function getSetTransactionIsolationSQL($level)
*/
public function getBooleanTypeDeclarationSQL(array $field)
{
// TODO
return 'BOOLEAN';
}

/**
Expand Down

0 comments on commit 63889e3

Please sign in to comment.