daevaorn / djapian

High level Xapian integration for Django
Other
6 stars 3 forks source link

Admin panel adding new content problem #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I added djapian indexer to one of my table, indexing and searching
works very well, but when I want to add some new content to this table via
django's admin panel, I have an error:

"operator does not exist: character varying = integer
LINE 1: ...apian_change" WHERE ("djapian_change"."object_id" = 7  AND "...
                                                             ^
HINT:  No operator matches the given name and argument type(s). You might
need to add explicit type casts.
"

How can I fix this ??

Original issue reported on code.google.com by mszpad...@gmail.com on 7 Jun 2009 at 8:14

GoogleCodeExporter commented 9 years ago
Oh, it is some sort of type converion bug. I'll fix it as soon as I can.

Original comment by daevaorn on 9 Jun 2009 at 1:38

GoogleCodeExporter commented 9 years ago
Fixed with 2.2.3. version. Please update your setups.

Original comment by daevaorn on 9 Jun 2009 at 3:13