Project:Path Access
Version:master
Component:Code
Category:bug report
Priority:normal
Assigned:budda
Status:closed (fixed)

Issue Summary

Current implementation does not support PostgreSQL. Attached patches address that. Also implemented the 'un-install' method.

AttachmentSize
path_access.module.diff404 bytes

Comments

#1

Apparently the other diff was jettisoned. Here it is.

AttachmentSize
path_access.install.diff 848 bytes

#2

Assigned to:Anonymous» budda
Status:needs review» fixed

I've added the PostgreSQL code to the install file.

I'm a little wary about the auto incrementing sequence thing that you've added. Why is this being used over Drupals sequence system?

You also forgot to enclose all table names in braces - ie {path_access}

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.