Changeset 3236
- Timestamp:
- Feb 15, 2005, 2:45:11 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/archive/psdb/psDB.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/psdb/psDB.c
r3234 r3236 8 8 * @author Joshua Hoblitt 9 9 * 10 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-02-16 00: 33:32$10 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-02-16 00:45:11 $ 12 12 * 13 13 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 44 44 45 45 // lookup table functions 46 static ps U32 psDBMySQLToPType(psU32 type, psU32flags);46 static psElemType psDBMySQLToPType(enum enum_field_types type, unsigned int flags); 47 47 48 48 static psHash *psDBGetPSToSQLTable(void); … … 638 638 } 639 639 640 printf("complete query is %s\n", query);641 642 640 stmt = mysql_stmt_init(dbh->mysql); 643 641 if (!stmt) { … … 1088 1086 /*****************************************************************************/ 1089 1087 1090 static ps U32 psDBMySQLToPType(psU32 type, psU32flags)1088 static psElemType psDBMySQLToPType(enum enum_field_types type, unsigned int flags) 1091 1089 { 1092 1090 psHash *mysqlToSQLTable; // type lookup table
Note:
See TracChangeset
for help on using the changeset viewer.
