Changeset 10044 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Nov 17, 2006, 12:06:57 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r10008 r10044 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.11 3$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-11-1 6 00:38:48$14 * @version $Revision: 1.114 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-11-17 22:06:57 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 788 788 } 789 789 790 psU64 psDBAffectedRows(psDB *dbh) 791 { 792 PS_ASSERT_PTR_NON_NULL(dbh, (psU64)-1); 793 794 // mysql_affected_rows() returns (my_ulonglong)-1 on error 795 return (psU64)mysql_affected_rows(dbh->mysql); 796 } 790 797 791 798 // database utility functions
Note:
See TracChangeset
for help on using the changeset viewer.
