diff options
author | stuconnolly <stuart02@gmail.com> | 2009-08-27 19:53:54 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-08-27 19:53:54 +0000 |
commit | a272f4a4cd8084d07add562bc60dec72c9b7b6f0 (patch) | |
tree | 90291f75ff9aba43c0936c07f2036e5cc5aef23e /Source/TableContent.h | |
parent | 916b09fc4c96f1c35fb485e849c4dd636e2282fc (diff) | |
download | sequelpro-a272f4a4cd8084d07add562bc60dec72c9b7b6f0.tar.gz sequelpro-a272f4a4cd8084d07add562bc60dec72c9b7b6f0.tar.bz2 sequelpro-a272f4a4cd8084d07add562bc60dec72c9b7b6f0.zip |
When editing blob/text fields and the LoadBlobsAsNeeded option is enabled, load a blob/text's field content even if we are still editing the row. This prevents the placeholder value '(not loaded)' being displayed, giving the impression that it is the field's value. Fixes issue #385.
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r-- | Source/TableContent.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h index 0ab7c239..75b342f6 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -72,8 +72,7 @@ unsigned int limitStartPositionToRestore; NSIndexSet *selectionIndexToRestore; NSRect selectionViewportToRestore; - NSString *filterFieldToRestore, *filterComparisonToRestore, *filterValueToRestore, - *firstBetweenValueToRestore, *secondBetweenValueToRestore; + NSString *filterFieldToRestore, *filterComparisonToRestore, *filterValueToRestore, *firstBetweenValueToRestore, *secondBetweenValueToRestore; } // Table loading methods and information |