Closed (fixed)
Project:
Drupal core
Component:
postgresql database
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
13 Apr 2005 at 16:46 UTC
Updated:
28 Apr 2005 at 20:16 UTC
Jump to comment: Most recent file
Attached are a bunch of postgres fixes.
Caveat: Search index has to be rebuilt after this patch, and there is a postgres specific updates.inc entry.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | postgres_1.patch | 6.05 KB | adrian |
| postgres_0.patch | 6.74 KB | adrian |
Comments
Comment #1
dries commentedThere is no sequence for the role table in MySQL's case. I think this patch would break adding new roles using MySQL.
Comment #2
dries commentedAnd how about this http://drupal.org/node/19562 issue?
Comment #3
adrian commentedI was unaware that our use of the sequences table is inconsistent, we are using auto_increment for smaller tables, and the sequences table for most of the important ones.
I have been unable to reproduce the bug in the last message. Forums work fine for me, however I did add a new version of the IF() sql function to handle integer inputs (they were causing an error on forum display).
Comment #4
dries commentedCommitted to HEAD and DRUPAL-4-6.
Comment #5
(not verified) commented