Skip Menu |

This queue is for tickets about the SQL-Statement CPAN distribution.

Report information
The Basics
Id: 5204
Status: resolved
Priority: 0/
Queue: SQL-Statement

People
Owner: jwied [...] cpan.org
Requestors: ascope [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.005
Fixed in: (no value)



Subject: SQL::Parser->feature does not update "valid_data_types"
Hi, I discovered that SQL::Parser->feature() is not updating its parent object's "opts" datastructure when asked to update the list of "valid_data_types" I have attached a patch. Cheers,
--- ./Parser.pm.dist Sat Oct 26 12:58:27 2002 +++ ./Parser.pm Wed Feb 4 13:24:48 2004 @@ -152,7 +152,7 @@ $self->set_feature_flags( undef, {$opt_name=>$opt_value} ); } else { - $self->{$opt_class}->{$opt_name} = $opt_value; + $self->{opts}->{$opt_class}->{$opt_name} = $opt_value; } } else {
Reassigned to the module owner.