Unverified Commit 667c171d authored by Grégoire Paris's avatar Grégoire Paris Committed by Grégoire Paris

Linebreak after 72 chars

It seems to be the case in the rest of this document.
parent 9d706672
......@@ -927,7 +927,10 @@ Now we implement our ``Doctrine\DBAL\Types\Type`` instance:
}
}
The job of Doctrine-DBAL is to transform your type into an SQL declaration. You can modify the SQL declaration Doctrine will produce. At first, to enable this feature, you must override the canRequireSQLConversion method:
The job of Doctrine-DBAL is to transform your type into an SQL
declaration. You can modify the SQL declaration Doctrine will produce.
At first, to enable this feature, you must override the
canRequireSQLConversion method:
::
......@@ -937,7 +940,8 @@ The job of Doctrine-DBAL is to transform your type into an SQL declaration. You
return true;
}
Then you override the methods convertToPhpValueSQL and convertToDatabaseValueSQL :
Then you override the methods convertToPhpValueSQL and
convertToDatabaseValueSQL :
::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment