Skip Menu |

This queue is for tickets about the DBIx-Report-Excel CPAN distribution.

Report information
The Basics
Id: 68606
Status: resolved
Priority: 0/
Queue: DBIx-Report-Excel

People
Owner: Nobody in particular
Requestors: explorer [...] joaquinferrero.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.2a
Fixed in: (no value)



Subject: 'column_names' changed into SQL::Parser module v1.24
291c291 < if ( scalar @{$parser->structure->{'column_names'}} == scalar @{$self->{'data'}->[0]} ) { --- Show quoted text
> if ( scalar @{$parser->structure->{'column_defs'}} == scalar
@{$self->{'data'}->[0]} ) { because SQL::Parser don't have 'column_names' attr.: -------------------------------8<------------------------------- Version 1.24, release March 15th, 2010 ---------------------------------------------- [...] [Things that may break your code] * SQL::Parser now didn't deliver a struct containing 'column_names', 'computed_columns' and 'set_functions' - it's combined into one member 'column_defs'. -------------------------------8<-------------------------------
-- Fixed in version 0.3 -- Dmytro Kovalov