mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1014: Evaluate common date related functions for DQL inclusion #1266
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 @doctrinebot on GitHub (Feb 2, 2011).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @beberlei:
To check:
@doctrinebot commented on GitHub (Mar 27, 2011):
Comment created by @beberlei:
MySQL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html
DATEDIFF, DATE_ADD, DATE_SUB, DATE_FORMAT, YEAR, MONTH, DAY, WEEK, DATE
Postgres: http://developer.postgresql.org/pgdocs/postgres/functions-datetime.html
DATEDIFF, DATE_ADD/SUB (Operator), Kein Format?, YEAR, MONTH, DAY, WEEK
Sqlite: http://www.sqlite.org/lang_datefunc.html
Operators, date(), format, YEAR, MONTH, DAY, WEEK,DATE
Oracle: http://www.oracle-dba-online.com/sql/dateoperators_functions.htm http://www.akadia.com/services/ora_datetime.html
Operators, TO_CHAR()/EXTRACT()
MSSQL: http://msdn.microsoft.com/en-us/library/aa258863%28v=sql.80%29.aspx
@doctrinebot commented on GitHub (Mar 27, 2011):
Comment created by @beberlei:
Implemented
@doctrinebot commented on GitHub (Mar 27, 2011):
Issue was closed with resolution "Fixed"