mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Unknown column type "dateinterval" requested #5583
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kwadz on GitHub (Jun 21, 2017).
The documentation mentions we can use
dateintervaltype.However when I try to use it like:
I get:
I am using
doctrine/dbalv2.5.12 anddoctrine/ormv2.5.6.@Ocramius commented on GitHub (Jun 21, 2017):
@Kwadz that's only for DBAL
master(2.6) as per https://github.com/doctrine/dbal/pull/854@Kwadz commented on GitHub (Jun 21, 2017):
@Ocramius In this case, to avoid confusion, may be we should mention it in the doc like it's done for datetime-immutable with:
@Ocramius commented on GitHub (Jun 21, 2017):
@Kwadz that's a long standing issue with the documentation in general: we want to split it at RST compilation level, but never managed to do so.
See https://github.com/doctrine/doctrine-website-sphinx/issues/149