From fc9e31b3e4bf24bbc0448ab900dfaeddf51ef4f7 Mon Sep 17 00:00:00 2001 From: Max Lohrmann Date: Sat, 9 Apr 2016 04:28:00 +0200 Subject: * Added two helper methods for working with nil/NSNull in arrays * 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 --- Resources/English.lproj/ContentFilters.plist | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Resources') diff --git a/Resources/English.lproj/ContentFilters.plist b/Resources/English.lproj/ContentFilters.plist index 88e11ea5..a3eab36f 100644 --- a/Resources/English.lproj/ContentFilters.plist +++ b/Resources/English.lproj/ContentFilters.plist @@ -219,6 +219,14 @@ Do quote strings manually. Clause NOT LIKE '' + + MenuLabel + = (Hex String) + NumberOfArguments + 1 + Clause + = $BINARY UNHEX('${}') + date -- cgit v1.2.3