From: Ed R. <ero...@ug...> - 2005-07-07 20:36:07
|
Here is the FINAL SQL; select '>'||name,sequence from dots.externalnasequence; -ed ---- Original message ---- >Date: Thu, 07 Jul 2005 15:44:51 -0400 >From: Michael Saffitz <msa...@pc...> >Subject: Re: [GUSDEV] class notdefyet on building GUS 3.5 >To: Robert Olson <ol...@mc...>, Gusdev gusdev-gusdev <gus...@li...> > > >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 > > > > >------------------------------------------------------- >SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >from IBM. Find simple to follow Roadmaps, straightforward articles, >informative Webcasts and more! Get everything you need to get up to >speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >_______________________________________________ >Gusdev-gusdev mailing list >Gus...@li... >https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev ----------------- Ed Robinson Center for Tropical and Emerging Global Diseases University of Georgia, Athens, GA 30602 ero...@ug.../(706)542.1447/254.8883 |