[banshee] [Banshee.Database] Update comment



commit ad0d9167dca9f85ff1ad84160d6cb114c9169eaa
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Aug 10 21:54:08 2010 -0700

    [Banshee.Database] Update comment

 .../Banshee.Database/BansheeDbConnection.cs        |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs b/src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs
index a717c51..c984474 100644
--- a/src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs
+++ b/src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs
@@ -62,7 +62,9 @@ namespace Banshee.Database
             Execute ("PRAGMA temp_store = MEMORY");
             Execute ("PRAGMA count_changes = OFF");
 
-            // don't want this on because it breaks searching/smart playlists.  See BGO #526371
+            // TODO didn't want this on b/c smart playlists used to rely on it, but
+            // now they shouldn't b/c we have smart custom functions we use for sorting/searching.
+            // See BGO #603665 for discussion about turning this back on.
             //Execute ("PRAGMA case_sensitive_like=ON");
 
             Log.DebugFormat ("Opened SQLite (version {1}) connection to {0}", db_path, ServerVersion);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]