|
From: Michael S. <msa...@pc...> - 2005-07-07 19:45:23
|
Thanks-- this is really very helpful.
I've entered this issue as Bug #47 and I'm investigating now. Let's move
futher discussion there.
--Mike
On 7/6/05 2:00 PM, "Robert Olson" <ol...@mc...> wrote:
> Got it:
>
> diff -u -r GUS/project_home/GUS/ObjRelP/lib/perl/Generator/
> GeneratorFunctions.pm ../GUS/project_home/GUS/ObjRelP/lib/perl/
> Generator/GeneratorFunctions.pm
> --- GUS/project_home/GUS/ObjRelP/lib/perl/Generator/
> GeneratorFunctions.pm 2005-06-16 16:35:04.000000000 -0400
> +++ ../GUS/project_home/GUS/ObjRelP/lib/perl/Generator/
> GeneratorFunctions.pm 2005-07-06 13:47:58.000000000 -0400
> @@ -45,6 +45,9 @@
> $newType .= "Time";}
> else { $newType .= "Timestamp";}
> }
> + elsif (uc($oraType) eq "TIMESTAMP"){
> + $newType .= "Timestamp";
> + }
> elsif (uc($oraType) eq "FLOAT" || uc($oraType) eq "FLOAT8"){
> $newType .= "BigDecimal"}
>
> build runs to completion anyway.
>
> --bob
|