summaryrefslogtreecommitdiff
path: root/p2pvr/lib/sql/Schedules_selectById.sql
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2014-03-04 23:16:09 +0000
committerrandomdan <randomdan@localhost>2014-03-04 23:16:09 +0000
commitdc226d8dec948a104f9c6ecb9f08f1efacc4b214 (patch)
tree17d84c075a7bfdf03aa485dbb26504b76ff56e69 /p2pvr/lib/sql/Schedules_selectById.sql
parentAdd an SI function to get a transport suitable for getting SI based on the de... (diff)
downloadp2pvr-dc226d8dec948a104f9c6ecb9f08f1efacc4b214.tar.bz2
p2pvr-dc226d8dec948a104f9c6ecb9f08f1efacc4b214.tar.xz
p2pvr-dc226d8dec948a104f9c6ecb9f08f1efacc4b214.zip
Incorperate proper datetimes and durations now the core does
Diffstat (limited to 'p2pvr/lib/sql/Schedules_selectById.sql')
-rw-r--r--p2pvr/lib/sql/Schedules_selectById.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2pvr/lib/sql/Schedules_selectById.sql b/p2pvr/lib/sql/Schedules_selectById.sql
index 2eb7b0b..4990418 100644
--- a/p2pvr/lib/sql/Schedules_selectById.sql
+++ b/p2pvr/lib/sql/Schedules_selectById.sql
@@ -1,4 +1,4 @@
-SELECT scheduleid, serviceid, eventid, title, search, priority, early::text early, late::text late, repeats
+SELECT scheduleid, serviceid, eventid, title, search, priority, early, late, repeats
FROM schedules
WHERE scheduleid = ?
ORDER BY scheduleId