Re: SQL::Statement questions

2005-08-20 Thread Jeff Zucker
Michael Hirmke wrote: Hi *, I have a few questions regarding SQL::Statement: The first one probably can only be answered by the quthor himself That's me. : Will SQL::Statement be able to understand the "ALTER" command in the future Yes but not any time soon unless someone wants to collabo

DBD Oracle column type

2005-08-20 Thread Paul Dyer
Hi, I posted this on the cpanforum.org. Could you comment?? I am writing a Perl-DBI program to access two Oracle tables that store BFILE lobs on the filesystem. After getting the lob locator, I plan to get the directory path and filename from the lob locator, in order to purge the file from t

SQL::Statement questions

2005-08-20 Thread Michael Hirmke
Hi *, I have a few questions regarding SQL::Statement: The first one probably can only be answered by the quthor himself: Will SQL::Statement be able to understand the "ALTER" command in the future or do I have to implement it myself? I tried to activate it with $sql_parser->feature( 'valid_com