This was working in SQLite3 on my netbook when I pushed to master. With PostgreSQL 8.4, a number of unit tests fail with error messages like this:
...
File "/home/ghing/.virtualenvs/radregator/lib/python2.6/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 44, in execute
return self.cursor.execute(query, args)
DatabaseError: column "concur" does not exist
LINE 1: ...", COUNT (CASE "core_commentresponse"."type" WHEN "concur" T...
I'm guessing there's just something weird with the CASE syntax and I may have to check the database backend setting and do something different depending on which one is used.
This was working in SQLite3 on my netbook when I pushed to master. With PostgreSQL 8.4, a number of unit tests fail with error messages like this:
I'm guessing there's just something weird with the CASE syntax and I may have to check the database backend setting and do something different depending on which one is used.