Re: RT::Extension::ExternalStorage
Alex Vandiver <[email protected]> Tue, 1 Sep 2015 06:23:06 -0400
| Newsgroups | gmane.comp.bug-tracking.request-tracker.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 01, 2015 at 10:03:37AM +0200, Emmanuel Manganneau wrote:
> Le 01/09/2015 09:16, Alex Vandiver a écrit :
> >ExternalStorage move sdata out of the database as soon as it is
> >successfully stored externally. It is not kept in the database, and
>
> You're right, I re-checked the code and saw that I missed this :
>
> my $__DecodeLOB = __PACKAGE__->can('_DecodeLOB');
> *_DecodeLOB = sub {
>
> so I thought data access was from the db.
Ah -- yes, I could see how one would draw the conclusions you did if
one missed that section.
> Maybe I will try to contribute to ExternalStorage instead of
> reinveinting the wheel...
It has also been merged into core for 4.4. If you have improvements
in this area, I'm sure they would be appreciated.
- Alex