On 2/20/07, Michael Reece <[EMAIL PROTECTED]> wrote:
> in a postgres table, i have a column
>
>    lat            | double precision
>
> the column definitions spit out from $class->meta-
>  >perl_class_definition interpreted this as
>
>    lat            => { type => 'scalar', length => 8 },

I've added a double precision column type and class in SVN.  In the
meantime, eliminate the length attribute (i.e., set it to undef) to
work around the problem.

-John

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to