Skip Menu |

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

Report information
The Basics
Id: 82898
Status: new
Priority: 0/
Queue: DBIx-Class-ColumnDefault

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

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



Subject: Module (and SYNOPSIS) assume IC::DT is loaded
In the case of now()/current_timestamp/(datetime('now')) you blindly call DateTime->now without ensuring it is loaded (DBIC does not do that on its own), and then you assign the DT object to the column accessor directly, expecting InflateColumn::DateTime to be part of the Core inheritance chain (it isn't). Cheers