Re: table_info('','','','%') cannot return any types

2015-06-25 Thread Martin J. Evans
On 24/06/15 13:24, Tim Bunce wrote: On Tue, Jun 23, 2015 at 09:12:16AM +0100, Martin J. Evans wrote: I was recently confirming table_info special cases and discovered the case for getting table_types cannot work. table_info('','','','%') should return a list of table types but it returns a

Re: table_info('','','','%') cannot return any types

2015-06-25 Thread Tim Bunce
On Thu, Jun 25, 2015 at 11:08:14AM +0100, Martin J. Evans wrote: On 24/06/15 13:24, Tim Bunce wrote: The tables('', '', '', '%') call is a special case so it seems reasonable to handle it as a special case in the code. diff --git a/DBI.pm b/DBI.pm [...] adds a special case, passes DBI