MantisBT: master-1.2.x 4618dcd4
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
dregad | dregad | master-1.2.x | 2012-03-09 18:21 | master-1.2.x 6540f011 |
Affected Issues | 0014014: Search with number > 2147483647 fails on 64-bit systems with PostgreSQL | |||
Changeset | Fix 0014014: Search number > 2147483647 fails on 64-bit systems When a numeric search term is entered, the Filter API will only check This was never an issue on 32-bit systems, but on 64-bit OS, PostgreSQL This issue does not exist on MySQL as the value is capped to the maximum The fix for PostgreSQL behavior is a hack, but I can't think of any |
|||
mod - core/filter_api.php | Diff File |