Gossamer Forum
Home : Gossamer Threads Inc. : Discussion :

Bug in GT::SQL::File

Quote Reply
Bug in GT::SQL::File
There is a bug in GT/SQL/File.pm, around line 355 (and most probably also around line 337):
Code:
my $trec = $self->_file_getstats( $fname, $fdir, $col->{file_save_url}, ( -s $fh ) );
The correct code is somthing like:
Code:
my $trec = $self->_file_getstats( $fname, $fdir, $fcols{$col}->{file_save_url}, ( -s $fh ) );

This bug sets the 'File_URL' column in a xxx_File table to an empty string, when a file is modified.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Subject Author Views Date
Thread Bug in GT::SQL::File yogi 12786 Sep 23, 2003, 2:00 PM
Thread Re: [yogi] Bug in GT::SQL::File
Andy 12607 Sep 24, 2003, 1:53 AM
Thread Re: [Andy] Bug in GT::SQL::File
yogi 12502 Sep 24, 2003, 2:00 AM
Thread Re: [yogi] Bug in GT::SQL::File
Andy 12580 Sep 24, 2003, 2:04 AM
Thread Re: [Andy] Bug in GT::SQL::File
yogi 12559 Sep 24, 2003, 2:10 AM
Thread Re: [yogi] Bug in GT::SQL::File
Aki 12516 Sep 24, 2003, 2:30 PM
Thread Re: [Aki] Bug in GT::SQL::File
cwschroeder 12478 Sep 25, 2003, 3:20 AM
Post Re: [cwschroeder] Bug in GT::SQL::File
Andy 12483 Sep 25, 2003, 4:05 AM
Thread Re: [cwschroeder] Bug in GT::SQL::File
Aki 12470 Sep 25, 2003, 10:06 AM
Post Re: [Aki] Bug in GT::SQL::File
Andy 12478 Sep 25, 2003, 10:44 AM
Thread Re: [Andy] Bug in GT::SQL::File
Jonze 12382 Sep 30, 2003, 8:22 PM
Thread Re: [Jonze] Bug in GT::SQL::File
Andy 12372 Oct 1, 2003, 12:59 AM
Post Re: [Andy] Bug in GT::SQL::File
Andy 12335 Oct 1, 2003, 7:43 AM
Thread Re: [yogi] Bug in GT::SQL::File
bannerzone 12372 Oct 9, 2003, 4:42 AM
Thread Re: [bannerzone] Bug in GT::SQL::File
Andy 12301 Oct 9, 2003, 7:27 AM
Thread Re: [Andy] Bug in GT::SQL::File
bannerzone 12288 Oct 9, 2003, 7:37 AM
Thread Re: [bannerzone] Bug in GT::SQL::File
Andy 12335 Oct 9, 2003, 7:39 AM
Post Re: [Andy] Bug in GT::SQL::File
bannerzone 12296 Oct 9, 2003, 7:46 AM