Open dboehmer opened 7 years ago
Currently the date format YYYY-MM-DD is expected and passed to the database as is.
YYYY-MM-DD
Controller::Meal->create
Controller::PurchaseList->create
Thanks to DBIx-Class this is not a security risk because any value is still escaped.
Currently the date format
YYYY-MM-DD
is expected and passed to the database as is.Controller::Meal->create
Controller::PurchaseList->create
Thanks to DBIx-Class this is not a security risk because any value is still escaped.