Closed (fixed)
Project:
Custom Breadcrumbs
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2008 at 22:39 UTC
Updated:
15 Aug 2009 at 02:38 UTC
Greetings,
I believe there's a bug in custom_breadcrumbs.install, for PostgreSQL. I changed this line:
bid serial CHECK (nid >= 0),
... to this, and it seems to fix it:
bid serial CHECK (bid >= 0),
Thanks!
Jim
Comments
Comment #1
MGN commentedThanks, this was fixed and committed to 5.x-1.x-dev as described in duplicate issue #346113: PgSql Support
Comment #3
elyobo commentedWhen is a new release coming out? As noted, this was fixed back in may, but as the last release was before that the current "stable" version cannot be installed on postgres...
Comment #4
MGN commentedFor a new release, I need people to test the 5.x-1.x-dev version and report back saying it is stable. I can no longer test the drupal 5 version since I don't have any Drupal 5 sites anymore. So I can't release a stable version until some brave testers are willing to try it out and let me know. I'll define a new issue with this task and see what happens.