Changeset 31435 for trunk/psLib
- Timestamp:
- May 4, 2011, 3:59:42 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r30995 r31435 1043 1043 pType = psDBMySQLToPType(field[i].type, field[i].flags); 1044 1044 if (!pType) { 1045 psError(PS_ERR_UNKNOWN, false, "Failed to lookup type. ");1045 psError(PS_ERR_UNKNOWN, false, "Failed to lookup type. %d %d %d",i,field[i].type, field[i].flags); 1046 1046 psFree(md); 1047 1047 mysql_free_result(result);
Note:
See TracChangeset
for help on using the changeset viewer.
