--- Joe Casadonte <[EMAIL PROTECTED]> wrote: > At least insofar as the pragmas change in the sqlite engine itself. > But neither method has an effect on the output of the Perl code. He > has his own FullCol/ShortCol variables in select.c where he figures > out what to return. These are set via flags, which in turn are set in > pragma.c, assuming that the function sqlite3Pragma() is called > correctly. I'm thinking this is not a SQLite issue, and will contact > someone on the Perl side of things.
The select.c file in the Perl DBD Sqlite module is actually a source file from the SQLite distro and should not be changed. You may want to look at: http://search.cpan.org/src/MSERGEANT/DBD-SQLite-1.13/dbdimp.c The main source files for DBD::SQLite are: dbdimp.c dbdimp.h SQLite.xs SQLiteXS.h lib/DBD/SQLite.pm __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------