Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
menu system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2012 at 17:41 UTC
Updated:
15 Aug 2012 at 15:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
achtonThis seems to stem from the use of ILIKE on a BLOB column (
options), and should be exclusive to Postgres.The fix may be similar to that in #1575790: Update #7002 fails on postgres - ILIKE operator on bytea not supported - the problem certainly is.
Comment #2
David_Rothstein commentedYikes. Thanks for testing and catching this!
I'm planning to commit the attached patch before the release... This will remove the update function contents, but leave the function itself in place (so it won't mess up anyone who has already run it on their site). I'm just uploading it here now to make sure it passes tests.
Then I'll reopen #1613554: Update menu link queries from 6's strings (the issue that added this function originally) so we can talk about adding it back as a new update function later.
Comment #3
David_Rothstein commentedOK, tests passed, so I committed this: http://drupalcode.org/project/drupal.git/commit/b7e3bb7
Thanks again for testing and catching this bug!