Modify ↓
#5880 closed defect (fixed)
error when saving an estimate
Reported by: | Owned by: | Russ Tyndall | |
---|---|---|---|
Priority: | normal | Component: | EstimatorPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I tried to save an estimate, and got this error:
Context Navigation Failed to save! invalid input syntax for type numeric: "" LINE 3: VALUES (4,E'',E'',E'',25) ^
I tried a simple test (one row) and that worked, so I think it might be an escaping problem somewhere.
I'm using:
- trac 0.11.6stable-r8458
- python 2.6.2 (release26-maint, Apr 19 2009, 02:15:38) [GCC 4.3.3]
- postgres backend
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
This occurs when you have an empty row on the estimate. I will do a better job of escaping after I get back from lunch, expect a patch this afternoon.