pq11947 - static/dynamic fetchNextRowIfError: behavior -------------------------------------------------------------- Affected Platforms: All Affected Features: Database Prerequisites: V4.02 Note: This is fixed in v4.5 Symptom: The 'fetchNextRowIfError:' method exhibits different behaviors between static and dynamic SQL. In dynamic, if there are no rows matching the WHERE clause, nil if returned. In static it will return an AbtRow with no column values. The behavior should be consistent (i.e. answer nil if no rows exist). Solution: Open a workspace on pq12721.st and filein the patch