Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12076


Ignore:
Timestamp:
May 16, 2015, 5:07:04 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12076

    • Property Owner set to Ryan J Ollos
    • Property Status newassigned
  • Ticket #12076 – Description

    initial v1  
    11Reported in th:#12253, the function `resource_exists` in `trac.ticket.api` raises an exception on PostgreSQL when `resource.id` is not an integer.
    22
    3 Perhaps we should simply try converting `resource.id` to an integer [browser:/tags/trac-1.0.5/trac/ticket/api.py@:584#L584 resource_exists]:
     3Perhaps we should simply try converting `resource.id` to an integer in [browser:/tags/trac-1.0.5/trac/ticket/api.py@:584#L584 resource_exists]:
    44{{{#!python
    55try: