From: Ray Z. <rz...@co...> - 2004-04-14 17:29:50
|
Chris, I'm trying out the latest SPOPS (0.83) and found that the following change, which was made in 0.81 to SPOPS::DBI::_execute_multiple_record_query ... - For constructing group queries (fetch_group, fetch_iterator), add the class's table to the 'from' array if it's not already there. This allows you to specify join queries and 'assume' the class table will be added. ... has broken some of my code. In particular the "lc-ing" the table name on the 3rd line causes problems with case-sensitive table names (which I'm using). Just getting rid of the 'lc' fixes my problem ... does it cause some others I'm not thinking of? Ray Zimmerman Director, Laboratory for Experimental Economics and Decision Research 428-B Phillips Hall, Cornell University, Ithaca, NY 14853 phone: (607) 255-9645 fax: (815) 377-3932 |