Changeset 7050 for trunk/psLib/src/db/psDB.c
- Timestamp:
- May 2, 2006, 4:35:37 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
r6914 r7050 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-0 4-20 02:22:28$14 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-05-03 02:35:37 $ 16 16 * 17 17 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 883 883 884 884 return rows; 885 } 886 887 long psDBLastInsertID(psDB *dbh) 888 { 889 // XXX return type is actually my_ulonglong - should the return be psU64? 890 return (long)mysql_insert_id(dbh->mysql); 885 891 } 886 892
Note:
See TracChangeset
for help on using the changeset viewer.
