Menu

#39 messages.messageBlob using wrong field type in PostgreSQL

v0.7.4
closed-fixed
5
2003-05-30
2003-05-27
No

messages.messageBlob is declared as varchar in
config/create_postgresql.sql but, since it stores
binary data, it can lead to encoding errors.

The field should be declared as 'bytea' (see attached
patch).

Discussion

  • Juan Carlos Estibariz

    Patch with fixed field type

     
  • Tim Anderson

    Tim Anderson - 2003-05-30

    Logged In: YES
    user_id=557161

    Patch applied thanks.

    Will be available in the 0.7.6 release.

     
  • Tim Anderson

    Tim Anderson - 2003-05-30
    • assigned_to: jalateras --> tanderson
    • status: open --> closed-fixed
     

Log in to post a comment.