Changeset 6642 for trunk/tools/database/db.cpp
- Timestamp:
- Sep 5, 2001, 1:57:20 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/db.cpp
r6636 r6642 1 /* $Id: db.cpp,v 1.2 2 2001-09-05 09:27:27bird Exp $ *1 /* $Id: db.cpp,v 1.23 2001-09-05 11:57:20 bird Exp $ * 2 2 * 3 3 * DB - contains all database routines. … … 1065 1065 ); 1066 1066 if (pFnDesc->apszParamDesc[i] != NULL) 1067 sqlstrcat(pszQuery, ", ", pFnDesc->apszParamDesc[i] );1067 sqlstrcat(pszQuery, ", ", pFnDesc->apszParamDesc[i], ")"); 1068 1068 else 1069 1069 strcat(pszQuery, ", NULL)");
Note:
See TracChangeset
for help on using the changeset viewer.