桃李不言,下自成蹊;软件工程师,非某语言的程序员

Python 学习记录(2) 杯具的GQL

想把xgcalendar的demo迁移到Google App Engine上,但是杯具的是它的存储竟然不支持

类似

SELECT * FROM Calendar 
   WHERE (start_date>=:1 and start_date<:2) or 
         (end_date>=:1 and end_date<:2) or 
         (start_date<:1 and end_date>:2)
   order by start_date

但是竟然不支持,这无疑是非常令人崩溃的,该怎么办?路过有知道怎么解决的吗?

posted @ 2010-02-03 22:36  假正经哥哥  阅读(900)  评论(2编辑  收藏  举报