[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GT] trunk/GT/Tools.pm 2008-03-30 04:07:51 UTC (rev 594) or later
gt'ers
if you are using a sql database, such as postgresql or mysql, and have upgraded
from the gt svn repository you need to make the following change to GT/Tools.pm
if the revision is between 594 and around 622 or so.
in sub find_calculator comment out the line "$db->disconnect;" as shown below:
die($msg);
}
my $db = GT::Eval::create_db_object();
my ($prices, $calc) = get_timeframe_data($code, $timeframe, $db, $max_loaded_items);
# $db->disconnect;
my $c = $prices->count;
my $first;
ras