aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFunctions.h
Commit message (Collapse)AuthorAgeFilesLines
* * Added two helper methods for working with nil/NSNull in arraysMax Lohrmann2016-04-091-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 ↵Max2016-01-311-0/+7
| | | | content row when "First line contains field names" is enabled
* Use a better RNG for IV when encrypting session filesMax2015-10-131-0/+7
|
* Trying to fix a range of crashes when closing a connection windowMax2015-10-051-1/+5
| | | | Caused by a use-after-free of an unretained ivar
* Fix two cases of "UI manipulation from background thread" (relates to #2248)Max2015-10-011-0/+33