Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: bluefeet [...] cpan.org
Cc:
AdminCc:

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



Subject: Multiple Tables are not support
I've been banging my head on why Oracle::SQLLoader will not generate a control file with multiple INTO TABLE clauses. Seems the issue is this line in _generateTablesClause: $tableClause = "\nINTO TABLE $table $cfg->{'when_clauses'} "; It should concatenating to, not replace, the value in $tableClause. It should also be tested, as I now doubt anyone has ever used this module for more than one table. This module is the best of the sqlldir modules which, sadly, doesn't say much. I'd really like to see this module get some love, but I'm guessing due to the age of some of the bugs (4 years!) in RT this module has been abandoned.