Modify ↓
Opened 18 years ago
Closed 9 years ago
#1311 closed defect (wontfix)
Incompatible with PostgreSQL
Reported by: | 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 18 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Plugin is deprecated. See AuthOpenIdPlugin for an alternative.
Note: See
TracTickets for help on using
tickets.
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.