Changeset 8659
- Timestamp:
- Aug 28, 2006, 1:38:59 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/popfits.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/popfits.tt
r5960 r8659 12 12 "DELETE FROM %s ORDER BY %s DESC LIMIT %lld", 13 13 [% table.namespace FILTER upper %]_TABLE_NAME, [% table.namespace FILTER upper %]_INDEX_NAME, limit) < 0) { 14 psError(PS_ERR_UNKNOWN, true, "query value attempted to exceed % sbytes", MAX_STRING_LENGTH);14 psError(PS_ERR_UNKNOWN, true, "query value attempted to exceed %d bytes", MAX_STRING_LENGTH); 15 15 return false; 16 16 }
Note:
See TracChangeset
for help on using the changeset viewer.
