[interchange-cvs] CVS notice: activity by jason

interchange-cvs@lists.akopia.com interchange-cvs@lists.akopia.com
Thu May 24 15:11:00 2001


CVS activity by user 'jason':
interchange/lib/Vend/Table DBI.pm,1.25.2.31,1.25.2.32
Update of /anon_cvs/repository/interchange/lib/Vend/Table
In directory developer.akopia.com:/tmp/cvs-serv5222

Modified Files:
      Tag: DEV_4_7_0
	DBI.pm 
Log Message:
Fix some problems with the query tag:
1. query sub tries to call fetchrow_hashref and fetchall_hashref even if the
   query was not a select.
2. if the query falls through to SQL::Statement, type=row_count is ignored.