Closed (fixed)
Project:
ACL
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2006 at 19:54 UTC
Updated:
5 Dec 2006 at 21:46 UTC
Jump to comment: Most recent file
The acl.install script assumes that everyone is running MySQL.
I've attached a tar containing an updated acl.install file and a patch file to same (whichever is more convenient) which will add postgresql support to ACL.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | acl-pgsql-patch-3.tar | 7 KB | Nugget |
| #2 | acl-pgsql-patch-2.tar | 10 KB | Nugget |
| acl-pgsql-patch.tar | 7 KB | Nugget |
Comments
Comment #1
merlinofchaos commentedThis is committed. I'm not going to spin another release immediately, so for at least a little bit it will appear in the 5.x-1.x-dev branch.
Comment #2
Nugget commentedOof. Just as well, there's a bug. the acl_id fields need to be type serial in pgsql to get auto-incrementing. Revised patch attached.
Comment #3
Nugget commentedI think this may require more work. Will submit a more comprehensive patch once I've tested. I'm running into problems but I haven't determined if they're in ACL or in forum_access (which I'm also in the process of patching for pgsql support).
Comment #4
merlinofchaos commentedSomeone mentioned a forum_access bug about not saving the moderator (which is probaby really an ACL bug) so now I have to figure out what's changed since I released this. I'm gong to try to work on that this weekend.
Comment #5
Nugget commentedOK, Got it. It was a simple fix. Just need to create the acl_id_seq sequence manually. Tested with forum_access and it all seems to be working just great. Sorry for the confusion earlier.
Comment #6
merlinofchaos commentedOk, this will go out in acl-5.x-1.1 -- thanks for the submission!
Comment #7
(not verified) commented