[banshee/gio-hardware] [Banshee.Database] Update comment
- From: Alex Launi <alexlauni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gio-hardware] [Banshee.Database] Update comment
- Date: Fri, 13 Aug 2010 15:26:14 +0000 (UTC)
commit 24ccfeada39fda3034aa99a2c1a2900be4a04957
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]