I upgraded Postgresql to 8.3 version and got an error in admin:

    ProgrammingError: operator does not exist: smallint ~~* unknown
    LINE 1: ...js_id" = '6538'  AND "assort_apstlaiks"."a_diena" ILIKE
'2'
                                                                 ^
    HINT:  No operator matches the given name and argument type(s).
You might need to add explicit type casts.

The field "a_diena" is an integer and from 8.3 version as changelog
says "Non-character data types are no longer automatically cast to
TEXT", so this sounds like bug.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to