Modify

Opened 17 years ago

Closed 9 years ago

#1311 closed defect (wontfix)

Incompatible with PostgreSQL

Reported by: jajcus@… Owned by: cygnus
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 (0)

Change History (3)

comment:1 Changed 17 years ago by cygnus

Status: newassigned

comment:2 Changed 16 years ago 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.

comment:3 Changed 9 years ago by Ryan J Ollos

Resolution: wontfix
Status: assignedclosed

Plugin is deprecated. See AuthOpenIdPlugin for an alternative.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cygnus.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.