PostgreSQL support
vsimkus - October 19, 2007 - 17:18
| Project: | Path Access |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | budda |
| Status: | closed |
Description
Current implementation does not support PostgreSQL. Attached patches address that. Also implemented the 'un-install' method.
| Attachment | Size |
|---|---|
| path_access.module.diff | 404 bytes |

#1
Apparently the other diff was jettisoned. Here it is.
#2
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
Automatically closed -- issue fixed for two weeks with no activity.