On Mon, 15 Aug 2005 18:17:14 +0200, Steffen Goeldner <[EMAIL PROTECTED]> wrote:
> H.Merijn Brand wrote: > > is there a way to make it comply to the documented fields in DBI? > > FWIW Unify does not support field renaming/aliasing in the select > > statement, so the only alternative I can think of is a view, which would > > alter the database, and that is not something to aim for. > > If the select statement cannot return exactly what you want, then > DBD::Sponge is your friend. The docs could use an example, and it only works if you fetch all the data in advance. It does not give me an on-the-fly change possibility, but I now have a foreign_key-info () method in DBD-Unify that complies to the DBI docs! Thanks. -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using Perl 5.6.2, 5.8.0, 5.8.5, & 5.9.2 on HP-UX 10.20, 11.00 & 11.11, AIX 4.3 & 5.2, SuSE 9.2 & 9.3, and Cygwin. http://www.cmve.net/~merijn Smoking perl: http://www.test-smoke.org, perl QA: http://qa.perl.org reports to: [EMAIL PROTECTED], [email protected]
