Changeset 9179 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Oct 3, 2006, 5:16:17 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
r9178 r9179 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.9 4$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-10-04 03:1 1:52$14 * @version $Revision: 1.95 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-10-04 03:16:17 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 1318 1318 // it's just a regular key if it matchs "Key" but not "Primary Key" 1319 1319 if (strstr(item->comment, "Key") 1320 && ( !strstr(item->comment, "Primary Key"))) {1320 && (strstr(item->comment, "Primary Key") == NULL)) { 1321 1321 psStringAppend(&query, ", KEY(%s)", item->name); 1322 1322 } else if (strstr(item->comment, "AUTO_INCREMENT")) {
Note:
See TracChangeset
for help on using the changeset viewer.
