Closed (fixed)
Project:
Blog Information
Version:
5.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 May 2007 at 18:53 UTC
Updated:
5 Jul 2007 at 19:18 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| bloginfo_module.patch | 1.18 KB | plj |
Comments
Comment #1
mfer commentedThanks, I'll test this out in the next couple days. Love a patch... most people don't have em.
Comment #2
mfer commentedall setup to test and postgresql breaks. i'll test this later this week and get it fixed.
Comment #3
plj commentedYou'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.
Comment #4
mfer commentedseems this isn't the only postgresql issue. I couldn't install the table when the module was enabled.
Comment #5
mfer commentedfixed in HEAD. the SQl now installs and works for PostgreSQL
Comment #6
mfer commentedComment #7
(not verified) commented