0.04999_07 Not Yet Released
- Add result_base_class and schema_base_class options (RT #43977)
- Ignore duplicate uniq indices (including duplicates of the PK).
+ - Fix for DBD::SQLite 1.20
0.04999_06 Tue Nov 11, 2008
- Singularise table monikers by default
sub _extra_column_info {
my ($self, $table, $col_name, $sth, $col_num) = @_;
+ ($table, $col_name) = @{$table}{qw/TABLE_NAME COLUMN_NAME/} if ref $table;
my %extra_info;
$self->{_sqlite_parse_data}->{$table} ||=