Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DBIx-NinjaORM CPAN distribution.

Report information
The Basics
Id: 81745
Status: resolved
Priority: 0/
Queue: DBIx-NinjaORM

People
Owner: Nobody in particular
Requestors: AUBERTG [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: New feature: allow storing 'created' and 'modified' as date fields
Right now, 'created' and 'modified' use unix timestamps, but we should support regular date fields as well. We should also support different defaults for timestamps (like now() or unix_timestamp()) directly in SQL, instead of just using Perl's time(). Those defaults should probably be configurable in subclasses.