Changeset 7 for trunk/lib/Data/ObjectDriver/Driver/DBI.pm
- Timestamp:
- 05/03/06 23:59:15 (4 years ago)
- Files:
-
- 1 modified
-
trunk/lib/Data/ObjectDriver/Driver/DBI.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Data/ObjectDriver/Driver/DBI.pm
r6 r7 286 286 ## newly-assigned ID. 287 287 unless ($obj->has_primary_key) { 288 $obj->id($driver->fetch_id($ sth));288 $obj->id($driver->fetch_id($dbh, $sth)); 289 289 } 290 290 1;
