Opened 16 years ago
Closed 16 years ago
#134 closed defect (fixed)
size may get truncated to INT_MAX when inserting into RDBMS
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | main | Version: | |
Keywords: | Cc: |
Description
The data is unsigned long, but gets parsed as signed long...
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [207].