Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add a stub override to fix exceptions when code receiving a ↵ | rowanbeentje | 2013-03-13 | 1 | -0/+4 |
| | | | | SPMySQLEmptyResult expects a SPMySQLStreamingResult/SPMySQLFastStreamingResult (Exception #3988) | ||||
* | - Add a new SPMySQLEmptyResult class to SPMySQLFrameowkr, returning it ↵ | rowanbeentje | 2013-03-11 | 1 | -0/+115 |
instead of nil if a query produces no result set. This allows per-result-set properties to be preserved, fixing issues where information like query execution time was lost - addressing Issue #1577 |