RE: DBD-Oracle 1.24a reports ORA-24334 in t/58object.t

2010-04-22 Thread Everett, Timothy S
Thank you for the patch. This fixed the ORA-24334 problem. The test suite now runs to completion. FYI it still complains about one subtest in 58object.t. Results from 'make test': [snip] t/56embbeded.t .. ok t/58object.t 6/51 t/58object.t Dubious, test

checking for embedded values in DBI calls

2010-04-22 Thread Gabor Szabo
Hi, I have just noticed a web application I am using has embedded values in SQL statements instead of placeholders and it does not check the input from the user which causes a nice error message (including the whole SQL statement) being part of the response page. I reported to the site owner but

Re: checking for embedded values in DBI calls

2010-04-22 Thread John Scoles
Hmm the DBI police?? Would be nice to have a DBD report back that the 'SQL' that you entered is whacked and will take forever to run do not blame 'Perl' for poor performance. Sounds like a good idea but at what point do you draw the line. I guess what you can catch are SQL injection

Re: DBD-Oracle 1.24a reports ORA-24334 in t/58object.t

2010-04-22 Thread Charles Jardine
On 21/04/10 18:56, Everett, Timothy S wrote: Thank you for the patch. This fixed the ORA-24334 problem. Thank you very much for testing the patch. I will try to ensure that a similar fix gets into the next release of DBD::Oracle. The test suite now runs to completion. FYI it still complains