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 12719 Sep 23, 2003, 2:00 PM
Thread Re: [yogi] Bug in GT::SQL::File
Andy 12541 Sep 24, 2003, 1:53 AM
Thread Re: [Andy] Bug in GT::SQL::File
yogi 12436 Sep 24, 2003, 2:00 AM
Thread Re: [yogi] Bug in GT::SQL::File
Andy 12514 Sep 24, 2003, 2:04 AM
Thread Re: [Andy] Bug in GT::SQL::File
yogi 12493 Sep 24, 2003, 2:10 AM
Thread Re: [yogi] Bug in GT::SQL::File
Aki 12450 Sep 24, 2003, 2:30 PM
Thread Re: [Aki] Bug in GT::SQL::File
cwschroeder 12412 Sep 25, 2003, 3:20 AM
Post Re: [cwschroeder] Bug in GT::SQL::File
Andy 12417 Sep 25, 2003, 4:05 AM
Thread Re: [cwschroeder] Bug in GT::SQL::File
Aki 12404 Sep 25, 2003, 10:06 AM
Post Re: [Aki] Bug in GT::SQL::File
Andy 12412 Sep 25, 2003, 10:44 AM
Thread Re: [Andy] Bug in GT::SQL::File
Jonze 12316 Sep 30, 2003, 8:22 PM
Thread Re: [Jonze] Bug in GT::SQL::File
Andy 12306 Oct 1, 2003, 12:59 AM
Post Re: [Andy] Bug in GT::SQL::File
Andy 12269 Oct 1, 2003, 7:43 AM
Thread Re: [yogi] Bug in GT::SQL::File
bannerzone 12306 Oct 9, 2003, 4:42 AM
Thread Re: [bannerzone] Bug in GT::SQL::File
Andy 12235 Oct 9, 2003, 7:27 AM
Thread Re: [Andy] Bug in GT::SQL::File
bannerzone 12222 Oct 9, 2003, 7:37 AM
Thread Re: [bannerzone] Bug in GT::SQL::File
Andy 12269 Oct 9, 2003, 7:39 AM
Post Re: [Andy] Bug in GT::SQL::File
bannerzone 12230 Oct 9, 2003, 7:46 AM