| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Let’s hope this won’t break on older OS versions now…
|
|
|
|
|
|
| |
* Remove forward SDK declaration for 10.8 and below (since that is the minimum required development SDK)
* Fix one case where a method unconditionally required a 10.9+ runtime
* Move all of the forward/backward hacks into their own file
|
|
|
|
|
|
|
| |
* Fixed a case of "Updating UI from background thread" when navigating foreign keys *within* a table
* Fixed navigating foreign keys of binary columns causing exceptions if the origin table is not in latin1 and the binary data not "text like" (#2098).
* As a consequence binary columns will now use Hex representation when navigating FKs.
* Added a new content filter to do "= UNHEX($x)" as an interim solution
|
|
|
|
| |
content row when "First line contains field names" is enabled
|
| |
|
| |
|
|
|