Move rt 69864 to DBD::ODBC

2011-11-29 Thread Martin J. Evans
https://rt.cpan.org/Ticket/Display.html?id=69864 Could someone with the permission to do so move rt 69864 from DBI to DBD:ODBC. Martin -- Martin J. Evans Easysoft Limited http://www.easysoft.com

Re: Move rt 69864 to DBD::ODBC

2011-11-29 Thread H.Merijn Brand
On Tue, 29 Nov 2011 10:46:17 +, Martin J. Evans martin.ev...@easysoft.com wrote: https://rt.cpan.org/Ticket/Display.html?id=69864 Could someone with the permission to do so move rt 69864 from DBI to DBD:ODBC. Done Martin -- H.Merijn Brand http://tux.nl Perl Monger

Table case sensitivity with SQL::Statement

2011-11-29 Thread Brendan Byrd
Found a potential bug, but it looks deliberate, so I wanted to see why it was coded that way. In SQL::Statement, open_tables is using $self-tables() for mostly everything, which will contain the correct case for all of the table names. (IE: FOOBAR = foobar and FOOBAR = FOOBAR) However, when