IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#442 closed defect (fixed)

psDBUpdateRows() & psDBDeleteRows() check affected row counts after a commit

Reported by: jhoblitt Owned by: Eric.VanAlst@…
Priority: highest Milestone:
Component: types Version: unspecified
Severity: normal Keywords:
Cc:

Description

It appears that mysql_commit() wipes out the affected row count of the previous
operation on the database.

Attachments (2)

pslib-0.6-affected_rows.patch (1.4 KB ) - added by jhoblitt 21 years ago.
check affected row count before committing the transaction
pslib-0.6.0-affected_rows.patch (1.6 KB ) - added by jhoblitt 21 years ago.
change psDBUpdateRows() & psDBDeleteRows() to check the affected row count before a commit

Download all attachments as: .zip

Change History (7)

by jhoblitt, 21 years ago

check affected row count before committing the transaction

comment:1 by robert.desonia@…, 21 years ago

Owner: changed from robert.desonia@… to aaron.culliney@…

comment:2 by jhoblitt, 21 years ago

Priority: highhighest

by jhoblitt, 21 years ago

change psDBUpdateRows() & psDBDeleteRows() to check the affected row count before a commit

comment:3 by jhoblitt, 21 years ago

attachments.isobsolete: 01

comment:4 by Eric.VanAlst@…, 21 years ago

Owner: changed from aaron.culliney@… to Eric.VanAlst@…

comment:5 by Eric.VanAlst@…, 21 years ago

Resolution: fixed
Status: newclosed

Code checked in CVS main branch.

Note: See TracTickets for help on using tickets.