0 votes

Doctrine mapping supports DateInterval type: http://doctrine-orm.readthedocs.org/projects/doctrine-dbal/en/latest/reference/types.html#dateinterval

It doesn't seem to exist in Skipper v3.2.4.1256

in Feature Request by (140 points)

1 Answer

0 votes

Hi,

thank you for feedback. We will add this datatype to next version.

As temporary solution you can add this datatype to Skipper configuration file by yourself.

Simply open file Doctrine2.skipper.cfg.xml located in SkipperDirectory/Configurations/Frameworks and add following code to line 205 (inside data-types element)

<data-type name="dateinterval"/>

This will tell Skipper about new datatype.

by Skipper developer (141k points)