From: Ray Z. <rz...@co...> - 2002-12-23 21:10:03
|
Chris, It seems like there are a few things broken in SPOPS-0.72 which are causing a bunch of my ESPOPS tests to fail. Two things I noticed are that the 'if_match' handling of field_update() seems to be broken and all_field_types() returns a hash with all undefs for the values. I'm pretty sure changing ... $rv = ( $rv != 0 ); ... to ... $rv = ( $rv ne '0' ); ... near the end of field_update() is a bug. Normally, if the update does not modify any rows it will return a "true" zero value, namely '0E0'. I suspect my other problems are related to the changes to the way type_info is handled. Merry Christmas! -- Ray Zimmerman / e-mail: rz...@co... / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University Associate / FAX: (815) 377-3932 / Ithaca, NY 14853 |