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 },
but RDBOM carps
get_objects() - Vinq::RDBO::Image: Value for lat() is too long.
Maximum length is 8 characters. Value is 16 characters:
37.3960614524039 at /usr/local/lib/perl5/site_perl/5.8.8/Rose/
Object.pm line 25
any suggestions for the proper type to declare for double precision
columns?
% perl -MRose::DB::Object -MRose::DB::Object::Manager -e 'print
"RDBO: $Rose::DB::Object::VERSION; RDBOM::
$Rose::DB::Object::Manager::VERSION\n"'
RDBO: 0.760; RDBOM:: 0.759
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/rose-db-object