Re: [CDBI] Reserved words in MySQL
Carlos Vicente <cvicente-zZ82ZiX1S8l+u43qRgrggVnYRNhDb3e+9nwVQlTi/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
> You could just do
>
> __PACKAGE__->table('`Connection`');
>
Well, I think that did it.
Nice little hack. ;-)
cv