Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Added two helper methods for working with nil/NSNull in arrays | Max Lohrmann | 2016-04-09 | 1 | -0/+7 |
| | | | | | | | * 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 | ||||
* | Change CSV field mapper so that the first row is no longer displayed as ↵ | Max | 2016-01-31 | 1 | -0/+7 |
| | | | | content row when "First line contains field names" is enabled | ||||
* | Guess someone at Apple forgot an #include in the 10.7 SDK | Max | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Use a better RNG for IV when encrypting session files | Max | 2015-10-13 | 1 | -0/+30 |
| | |||||
* | Fix two cases of "UI manipulation from background thread" (relates to #2248) | Max | 2015-10-01 | 1 | -0/+41 |