Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
| | |||||
* | - Add some overrides to SPMySQLEmptyResult to fix errors when running ↵ | rowanbeentje | 2013-08-14 | 1 | -1/+7 |
| | | | | queries which don't produce a result set following the data store changes | ||||
* | - Add a new SPMySQLEmptyResult class to SPMySQLFrameowkr, returning it ↵ | rowanbeentje | 2013-03-11 | 1 | -0/+35 |
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 |