PostgreSQL does not recognize ifnull in the install file. This patch should fix that.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | pgsql_drupal5_comment_notify_install.patch | 2.47 KB | Anonymous (not verified) |
| comment_notify_install_psql.patch | 824 bytes | Anonymous (not verified) |
Comments
Comment #1
gregglesThanks for your testing and providing a patch!
The "ifnull" function is in three places in this file. Any chance you could fix/test them all?
Comment #2
Anonymous (not verified) commentedHere you go. there was only one other ifnull which needed to be taken care of because the first ifnull is only used for mysql databases.
I've tested this several times and it installs and runs just fine, sends E-mails and inflates the comments notify table with data from the comments table as expected. I have NOT tested the install update 5 function, but by looking at it you can see that it should "just work".
Comment #3
gregglesThanks!
Now committed http://drupal.org/cvs?commit=339814