[RDBO] ANNOUNCE: Rose::DB::Object 0.71 released

2006-04-14 Thread John Siracusa
This is an important bug fix release for all RDBO users. There are no new dependencies, but I also released a minor revision of Rose::DB. Files sent to CPAN and on SF.net now: http://sourceforge.net/project/showfiles.php?group_id=147570 Changes listed below. -John Rose::DB::Object: 0.71

Re: [RDBO] Auto-init of real (float4) PG columns

2006-04-14 Thread Jesse Brown
Cool! According to here: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html A signed 'bigint' has the range of -9223372036854775808 to 9223372036854775807 (i.e. 2^63) Unsigned 'bigint's have the range 0 to 18446744073709551615 (i.e. 2^64) Which seems to match up exactly to 64