| Commit message (Expand) | Author | Age | Files | Lines |
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 1 | -8/+8 |
* | 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 |
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab... | rowanbeentje | 2013-05-21 | 1 | -1/+1 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -3/+2 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+20 |
* | Fix more gcc warnings. | stuconnolly | 2012-05-09 | 1 | -4/+5 |
* | - Fix a query made during a streaming query during CSV export of a table usi... | rowanbeentje | 2012-05-01 | 1 | -29/+31 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -1/+1 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -11/+10 |
* | Fix for NULL values in CSV export (same as last commit, but this one actually... | stuconnolly | 2011-07-24 | 1 | -7/+1 |
* | Fix CSV exporter not using the user supplied NULL string. | stuconnolly | 2011-07-23 | 1 | -2/+4 |
* | Implement a large number of minor fixes and improvements to export functional... | rowanbeentje | 2011-05-07 | 1 | -0/+1 |
* | • fixed bug for exporting data as CSV if no header row should be exported | Bibiko | 2011-05-03 | 1 | -2/+1 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -1/+2 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -2/+0 |
* | • for each export/copy/drag method other than SQL pass any spatial fields a... | Bibiko | 2010-10-09 | 1 | -1/+4 |
* | Fix various potential memory leaks and general warnings as a result of static... | stuconnolly | 2010-08-19 | 1 | -1/+1 |
* | Various export enhancements and fixes, including: | stuconnolly | 2010-08-12 | 1 | -2/+6 |
* | Fix various memory leaks as a result of static analysis. | stuconnolly | 2010-07-06 | 1 | -2/+2 |
* | A number of exporter improvements: | rowanbeentje | 2010-06-07 | 1 | -7/+5 |
* | Remove unsed try/catch exception blocks in all data exporters. | stuconnolly | 2010-05-27 | 1 | -288/+285 |
* | Fix an overreleased dictionary crash and always ensure both autorelease pools... | stuconnolly | 2010-05-26 | 1 | -7/+8 |
* | Merge export redesign branch back into trunk. | stuconnolly | 2010-05-24 | 1 | -39/+139 |
* | Yet more export redesign work. Export is now currently working for single tab... | stuconnolly | 2009-10-09 | 1 | -81/+102 |
* | More export redesign work. Note that the current implementation has a major f... | stuconnolly | 2009-10-07 | 1 | -2/+5 |
* | More export redesign work. | stuconnolly | 2009-10-06 | 1 | -10/+0 |
* | More export redesign work. CSV data generation is currently working using the... | stuconnolly | 2009-10-06 | 1 | -255/+228 |
* | Some more data exporter redesign changes I've been meaning to commit. | stuconnolly | 2009-09-16 | 1 | -42/+19 |
* | More data export work. | stuconnolly | 2009-08-29 | 1 | -5/+32 |
* | Implement the core CSV export process in the new CSV exporter class. | stuconnolly | 2009-08-29 | 1 | -0/+281 |
* | Add the first classes of the new export architecture. See the description at ... | stuconnolly | 2009-08-29 | 1 | -0/+54 |