Changeset 7497
- Timestamp:
- Jun 9, 2006, 6:04:18 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
r7405 r7497 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.5 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-06- 07 21:53:56$14 * @version $Revision: 1.58 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-06-10 04:04:18 $ 16 16 * 17 17 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 1447 1447 psStringAppend(&query, "%s", conditional); 1448 1448 psFree(conditional); 1449 1450 // + " and " after every column declaration except the last one 1451 if (!cursor->offEnd) {1452 psStringAppend(&query, " AND ");1453 }1449 } 1450 1451 // + " and " after every column declaration except the last one 1452 if (!cursor->offEnd) { 1453 psStringAppend(&query, " AND "); 1454 1454 } 1455 1455 }
Note:
See TracChangeset
for help on using the changeset viewer.
