Skip Menu |

This queue is for tickets about the Oracle-SQLLoader CPAN distribution.

Report information
The Basics
Id: 36222
Status: new
Priority: 0/
Queue: Oracle-SQLLoader

People
Owner: Nobody in particular
Requestors: tadamo [...] buffalo.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.9
Fixed in: (no value)



Subject: ctl file options
Looking at sub _generateSessionClause, I don't see it handling options correctly. It looks like it only handles the SILENT option: my $text = <<EndText; OPTIONS ( SILENT=(\U$cfg->{'silent'}\E) ) I would like to do a direct load, but I don't see how this can support one (the module accepts a 'direct' arg, but it doesn't look like it's probably written to the control file). I'd be happy to contribute something back, but I'm reading the following in the docs which is making me think that maybe some fix didn't get rolled out: "added various fixes, most importantly initializing and generating the options clause correctly." Thanks, - Tom