Changes between Initial Version and Version 4 of Ticket #8391


Ignore:
Timestamp:
Oct 18, 2012, 10:35:46 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

I'm not setup to test on PostgreSQL yet, but I'll commit the fix and please report back if it is working well for you.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8391

    • Property Priority changed from normal to high
    • Property Status changed from new to assigned
  • Ticket #8391 – Description

    initial v4  
    1 While this works fine on SQLite the "WHERE ticket IN ()" is invalid for PostgreSQL. As such I have tweaked the code to merely return an empty list in this circumstance. See attached patch.
     1While this works fine on SQLite, the `WHERE ticket IN ()` is invalid for PostgreSQL. As such I have tweaked the code to merely return an empty list in this circumstance. See attached patch.