Ticket #1311 (assigned defect)

Opened 2 years ago

Last modified 1 year ago

Incompatible with PostgreSQL

Reported by: jajcus@jajcus.net Assigned to: cygnus (accepted)
Priority: normal Component: OpenidPlugin
Severity: normal Keywords: PostgreSQL SQL BLOB
Cc: Trac Release: 0.10

Description

OpenID plugin will make Trac unusable when PostgreSQL database is used for storage. That is because it uses non-standard SQL features: "BLOB" type (this may be replaced with BYTEA for PostgreSQL) and "REPLACE INTO" ("DELETE FROM" + "INSERT" should be used instead, two commands instead one are no problem when transactions are in use).

Attachments

Change History

04/26/07 13:19:26 changed by cygnus

  • status changed from new to assigned.

11/08/07 07:20:52 changed by dalius

If you want you can test this problem with AuthOpenIdPlugin which uses newer version of OpenID library and uses internal routines for handling different databases.


Add/Change #1311 (Incompatible with PostgreSQL)




Change Properties
Action