Changeset 9985 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Nov 14, 2006, 2:54:22 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
r9751 r9985 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.1 09$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-1 0-27 00:07:55$14 * @version $Revision: 1.110 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-11-15 00:54:22 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 1274 1274 } 1275 1275 if (strstr(item->comment, "AUTO_INCREMENT")) { 1276 psStringAppend(&query, "%s", " AUTO_INCREMENT"); 1276 psStringAppend(&query, " %s", "AUTO_INCREMENT"); 1277 } 1278 if (strstr(item->comment, "Unique")) { 1279 psStringAppend(&query, " %s", "UNIQUE"); 1277 1280 } 1278 1281
Note:
See TracChangeset
for help on using the changeset viewer.
