[banshee] [Podcasting] Use HYENA_COLLATION_KEY to sort podcasts



commit 3c775263d2eab275743d1954c38d4a53abbf7b6a
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Dec 14 18:07:45 2010 -0600

    [Podcasting] Use HYENA_COLLATION_KEY to sort podcasts

 .../Banshee.Podcasting.Data/PodcastFeedModel.cs    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastFeedModel.cs b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastFeedModel.cs
index 2ce6110..9936962 100644
--- a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastFeedModel.cs
+++ b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastFeedModel.cs
@@ -52,7 +52,7 @@ namespace Banshee.Podcasting.Gui
                         WHERE PodcastSyndications.FeedID = PodcastItems.FeedID AND
                           PodcastItems.ItemID = CoreTracks.ExternalID AND PodcastEnclosures.ItemID = PodcastItems.ItemID AND
                           CoreCache.ModelID = {1} AND CoreCache.ItemId = {2} {3})
-                    ORDER BY lower(Title)";
+                    ORDER BY HYENA_COLLATION_KEY(Title)";
         }
 
         public override string FilterColumn {



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