perl5-dbi/dbi

Experimental status of `statistics_info`

dveeden opened this issue · 3 comments

The docs say statistics_info() is experimental. However it has been labeled as such for a long time. Maybe it is time to remove the experimental label?

dbi/DBI.pm

Line 5441 in 87e6c73

B<Warning:> This method is experimental and may change.

https://metacpan.org/pod/DBI#statistics_info

Also is it TABLE_SCHEM? or should it be TABLE_SCHEMA? or is this on purpose? It looks like this is on purpose.

Tux commented

Remove "experimental" tag from statistics_info () (issue#134)
af952b3

Tux commented

TABLE_SCHEMA does not occur anywhere in the code, so I guess that was deliberate. Too late to change that.