diff options
author | rowanbeentje <rowan@beent.je> | 2010-01-02 01:52:38 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-01-02 01:52:38 +0000 |
commit | e42f000e98e9ff33a91a86a3e2a0cf04c6778102 (patch) | |
tree | ab52b693e5fe7122e10536b626f18b1a48399794 /Resources/PreferenceDefaults.plist | |
parent | 7753ee58924ee3d8da9177a1c318a28dd0bcd6d9 (diff) | |
download | sequelpro-e42f000e98e9ff33a91a86a3e2a0cf04c6778102.tar.gz sequelpro-e42f000e98e9ff33a91a86a3e2a0cf04c6778102.tar.bz2 sequelpro-e42f000e98e9ff33a91a86a3e2a0cf04c6778102.zip |
- With the improved row count support and behaviour, replace the old "Fetch correct row count" preference with a new Table row counts query level (never, only for small tables, always), defaulting to only for small tables - boundary currently set to 5MB. This addresses Issue #500
Diffstat (limited to 'Resources/PreferenceDefaults.plist')
-rw-r--r-- | Resources/PreferenceDefaults.plist | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Resources/PreferenceDefaults.plist b/Resources/PreferenceDefaults.plist index 71e9473d..233569d2 100644 --- a/Resources/PreferenceDefaults.plist +++ b/Resources/PreferenceDefaults.plist @@ -20,8 +20,10 @@ <false/> <key>LoadBlobsAsNeeded</key> <false/> - <key>FetchCorrectRowCount</key> - <true/> + <key>TableRowCountQueryLevel</key> + <integer>1</integer> + <key>TableRowCountCheapLookupSizeBoundary</key> + <integer>5242880</integer> <key>NewFieldsAllowNulls</key> <true/> <key>LimitResults</key> |