1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Setup article

This commit is contained in:
jsor 2011-11-28 11:52:17 +01:00
parent b9b05fc3eb
commit 129b9d0945
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Database-level field value conversion using custom mapping types
================================================================
.. sectionauthor:: Jan Sorgalla <jsorgalla@googlemail.com>
When creating entities, you sometimes have the need to transform field values
before they are saved to the database. In Doctrine you can use Custom Mapping
Types to solve this (see: :ref:`my-reference-label`).

View File

@ -300,6 +300,8 @@ list:
- ``scale``: (optional, default 0) The scale for a decimal (exact
numeric) column. (Applies only if a decimal column is used.)
.. _reference-basic_mapping-custom_mapping_types:
Custom Mapping Types
--------------------