| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
DATETIME/TIMESTAMP fields (part of #2315)
|
| |
|
| |
|
|
|
|
| |
Since SPTableView and SPCopyTable seem to be the cause behind the majority of crashes let's take a closer look at them.
|
| |
|
|
|
|
| |
_scrollViewDidChangeBounds:
|
|
|
|
| |
debug info on _scrollViewDidChangeBounds: by now...
|
|
|
|
| |
* 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.
|
|
|
|
| |
_scrollViewDidChangeBounds: issue
|
| |
|
| |
|
| |
|
|
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
|