Re: MySQL reserved words, redux
[prev]
[thread]
[next]
[Date index for 2004/10/12]
On Mon, Oct 11, 2004 at 10:27:59PM -0400, Jesse Sheidlower wrote:
> I see that Class::DBI::Oracle has a system for
> dealing with reserved words, but only as table names, using
> the table_alias method.
This could also be handled by subclassing transform_sql and changing
how __TABLE__ gets expanded.
Unfortunately there's no sensible way that I can think of for doing this
with column names ATM.
I suspect it's going to be at least a couple of versions before things
are factored out in a sensible enough manner to make this easy. There
may be a deep hack that I haven't thought off that would DWYW atm
though...
Tony
|
|
Re: MySQL reserved words, redux
Tony Bowden 09:51 on 12 Oct 2004
|