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: 83514
Status: resolved
Priority: 0/
Queue: DBIx-NinjaORM

People
Owner: Nobody in particular
Requestors: kolibrie [...] graystudios.org
Cc:
AdminCc:

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



In the invalidate_cached_object() subroutine, there are two places where an undef $cache_key is being sent to $self->delete_cache(). $self->delete_cache( key => $cache_key );
On Thu Feb 21 16:00:01 2013, KOLIBRIE wrote: Show quoted text
> In the invalidate_cached_object() subroutine, there are two places where > an undef $cache_key is being sent to $self->delete_cache(). > > $self->delete_cache( key => $cache_key );
I see - get_object_cache_key() is not guaranteed to return a cache key. I added checks for that with https://github.com/guillaumeaubert/DBIx-NinjaORM/commit/594c65f309817c8af20c03c13259066b31b24993.