DBD-CSV taint mode

2011-03-25 Thread Karl Oakes
I am trying to perform SQL create update and delete (CUD) operations using DBD-CSV with taint mode and I am getting the following: Execution ERROR: Insecure dependency in open while running with -T switch at C:/Perl/lib/IO/File.pm line 185. I have untainted all the inputs and it looks like it not

DBD::CSV taint mode

2011-03-25 Thread Karl Oakes
I am using DBD-CSV with taint mode and I am getting the following when I try to perform a SQL Create/Update/Delete (CUD) operation: Execution ERROR: Insecure dependency in open while running with -T switch at C:/Perl/lib/IO/File.pm line 185. I have untainted all the inputs and it looks like its

Re: DBD::Oracle 1.27 and bind_col()

2011-03-25 Thread Alexander Foken
On 25.03.2011 12:16, Martin J. Evans wrote: On 25/03/11 11:06, Martin J. Evans wrote: On 24/03/11 15:26, Alexander Foken wrote: Hello List, could someone with a working DBD::Oracle 1.28 please verify that the tests 2 and 4 in the attached test script fail? All test pass with DBD::Oracle 1.2

Re: Error 'making DBD:Oracle 1.28 on Cygwin W

2011-03-25 Thread Alexander Foken
On 25.03.2011 11:13, Martin J. Evans wrote: On 25/03/11 09:28, Alexander Foken wrote: Adding the line to oci.def helped, DBD::Oracle 1.28 compiles fine with the patch on W2K / Strawberry 5.12 / Oracle 10.2g. The test t/26exe_array.t failes due to a bad plan, 406 test planned, but 407 tests run,

Re: DBD::Oracle 1.27 and bind_col()

2011-03-25 Thread Martin J. Evans
On 25/03/11 11:06, Martin J. Evans wrote: On 24/03/11 15:26, Alexander Foken wrote: Hello List, could someone with a working DBD::Oracle 1.28 please verify that the tests 2 and 4 in the attached test script fail? All test pass with DBD::Oracle 1.23, tests 2 and 4 fail with DBD::Oracle 1.27.

Re: DBD::Oracle 1.27 and bind_col()

2011-03-25 Thread Martin J. Evans
On 24/03/11 15:26, Alexander Foken wrote: Hello List, could someone with a working DBD::Oracle 1.28 please verify that the tests 2 and 4 in the attached test script fail? All test pass with DBD::Oracle 1.23, tests 2 and 4 fail with DBD::Oracle 1.27. Background information: I use Perl to provi

Re: Error 'making DBD:Oracle 1.28 on Cygwin W

2011-03-25 Thread Martin J. Evans
On 25/03/11 09:28, Alexander Foken wrote: (Sorry for the empty reply, wrong button clicked ...) Adding the line to oci.def helped, DBD::Oracle 1.28 compiles fine with the patch on W2K / Strawberry 5.12 / Oracle 10.2g. The test t/26exe_array.t failes due to a bad plan, 406 test planned, but 407

Re: Error 'making DBD:Oracle 1.28 on Cygwin W

2011-03-25 Thread Alexander Foken
(Sorry for the empty reply, wrong button clicked ...) Adding the line to oci.def helped, DBD::Oracle 1.28 compiles fine with the patch on W2K / Strawberry 5.12 / Oracle 10.2g. The test t/26exe_array.t failes due to a bad plan, 406 test planned, but 407 tests run, see 26.txt and 128-test-fail.tx

Re: Error 'making DBD:Oracle 1.28 on Cygwin W

2011-03-25 Thread Alexander Foken
On 03/24/2011 08:32 PM, John Scoles wrote: Ok I think I know what it is looks like I forgot to put OCIServerRelease in the oci.def Add the word in there and see what happens Silly mistake really but hard to catch unless you have the right test system handy We would of caught this if we