Re: [PARTIALLY PUSHED][PATCH] Remove unused code from connectivity::odbc

2012-02-14 Thread Lionel Elie Mamane
On Tue, Feb 14, 2012 at 01:43:11PM +, Caolán McNamara wrote: > On Tue, 2012-02-14 at 06:06 +0100, Lionel Elie Mamane wrote: >> Thanks, but this one should actually be used in >> ODatabaseMetaData::getTableTypes. It is probably a bug that it is not, >> I'll convert getTableTypes to using it >

Re: [PATCH] Remove unused code from connectivity::odbc

2012-02-14 Thread Caolán McNamara
On Tue, 2012-02-14 at 06:06 +0100, Lionel Elie Mamane wrote: > Thanks, but this one should actually be used in > ODatabaseMetaData::getTableTypes. It is probably a bug that it is not, > I'll convert getTableTypes to using it How about the other one ? C. __

Re: [PATCH] Remove unused code from connectivity::odbc

2012-02-13 Thread Lionel Elie Mamane
On Mon, Feb 13, 2012 at 10:06:17PM +, Kate Goss wrote: > Please see attached. > From 099415fb77eddd7d211ae6ed547cb31b10484a37 Mon Sep 17 00:00:00 2001 > From: Kate Goss > Date: Sun, 12 Feb 2012 13:57:46 + > Subject: [PATCH 1/2] Remove unused method > ODatabaseMetaDataResultSet::openTabl

[PATCH] Remove unused code from connectivity::odbc

2012-02-13 Thread Kate Goss
Hi, Please see attached. Best Regards, Kate Goss From 099415fb77eddd7d211ae6ed547cb31b10484a37 Mon Sep 17 00:00:00 2001 From: Kate Goss Date: Sun, 12 Feb 2012 13:57:46 + Subject: [PATCH 1/2] Remove unused method ODatabaseMetaDataResultSet::openTablesTypes( ) --- .../odbcbase/ODatabaseMet