Broken PostgreSQL support
plj - May 25, 2007 - 18:53
| Project: | Blog Information |
| Version: | 5.x-2.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I already mentioned broken PostgreSQL support in issue 146877. Apparently the wrong quotes prevent updating bloginfo at all (SELECT statements work, however; any existing data is shown correctly).
I've attached a patch that should fix this problem—but it does not fix 146877.
| Attachment | Size |
|---|---|
| bloginfo_module.patch | 1.18 KB |

#1
Thanks, I'll test this out in the next couple days. Love a patch... most people don't have em.
#2
all setup to test and postgresql breaks. i'll test this later this week and get it fixed.
#3
You're welcome. :) You see, if I want things to work now, and my fix is not a huge hack by itself, it makes sense to create a patch at once. However, if fix requires “tuning” the core here and there or some other dirty hacks… well, that makes things different.
#4
seems this isn't the only postgresql issue. I couldn't install the table when the module was enabled.
#5
fixed in HEAD. the SQl now installs and works for PostgreSQL
#6
#7