Skip Menu |

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

Report information
The Basics
Id: 100996
Status: resolved
Priority: 0/
Queue: DBIx-DataModel

People
Owner: DAMI [...] cpan.org
Requestors: PJDEVOPS [...] cpan.org
Cc:
AdminCc:

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



Subject: Problem when inserting data using SQL functions
When I use SQL functions to elements of my data : my %data = { DATE => \ ["to_date(?, 'DD.MM.YYYY')", '08.01.2015'], }; My::Schema->insert(\%data); I have this warning : "unexpected reference DATE in record, deleted". The field DATE is deleting. No problem when updating data using SQL functions.