Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some debug code that is no longer needed | Max | 2016-01-13 | 1 | -144/+0 |
| | |||||
* | Add support for CURRENT_TIMESTAMP(n) in default/on update column of ↵ | Max | 2015-11-04 | 1 | -0/+5 |
| | | | | DATETIME/TIMESTAMP fields (part of #2315) | ||||
* | Add timing info for _scrollViewDidChangeBounds: | Max | 2015-10-09 | 1 | -2/+5 |
| | |||||
* | Add some debug code for another crash that has been happening lately | Max | 2015-10-02 | 1 | -1/+37 |
| | |||||
* | Even more debug code for _scrollViewDidChangeBounds | Max | 2015-09-14 | 1 | -1/+42 |
| | | | | Since SPTableView and SPCopyTable seem to be the cause behind the majority of crashes let's take a closer look at them. | ||||
* | Add some further debug code for _scrollViewDidChangeBounds: | Max | 2015-08-29 | 1 | -0/+49 |
| | |||||
* | I have a certain suspicion what might be the culprit behind ↵ | Max | 2015-08-14 | 1 | -1/+6 |
| | | | | _scrollViewDidChangeBounds: | ||||
* | Well, if I hadn't made that stupid mistake we'd /might/ have some useful ↵ | Max | 2015-08-10 | 1 | -5/+5 |
| | | | | debug info on _scrollViewDidChangeBounds: by now... | ||||
* | * Expand the debugging code from prev. commit | Max | 2015-08-06 | 1 | -2/+19 |
| | | | | * Also Sequel Pro will now crash on the "Attempted to connect a connection that is not disconnected" issue. That is sadly necessary to get a stack trace of ALL threads as for exceptions Feedback Reporter only gives us the current thread. | ||||
* | Add some debugging code to track down the elusive ↵ | Max | 2015-08-04 | 1 | -0/+31 |
| | | | | _scrollViewDidChangeBounds: issue | ||||
* | 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 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -13/+20 |
| | |||||
* | Warning: this branch commit is largely untested, and known to throw ↵ | rowanbeentje | 2012-02-23 | 1 | -0/+40 |
exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds |