Changeset 9030
- Timestamp:
- Sep 28, 2006, 1:21:33 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
r8760 r9030 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.9 2$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-09- 07 01:43:36$14 * @version $Revision: 1.93 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-09-28 23:21:33 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 959 959 if (rowCount == 0) { 960 960 mysql_free_result(result); 961 return NULL; 961 // occording to popular opinion a query that succeeds but returns no 962 // data should return an empty array -- this is somewhat inefficent -JH 963 return psArrayAlloc(0); 962 964 } 963 965
Note:
See TracChangeset
for help on using the changeset viewer.
