Closed (fixed)
Project:
Schema
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
23 Sep 2012 at 11:48 UTC
Updated:
28 Jun 2017 at 12:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Antti J. Salminen commentedHere's an attached patch that removes drupal_get_schema() usage and constructs the schema in a way similar to what drupal_get_complete_schema() does.
Comment #2
jneubert commentedWorked fine for me - thanks!
Comment #3
dave reidMoved this to a re-usable function that could be used by all.
Comment #4
liam morlandThe comment before the call to _drupal_schema_initialize() needs to be updated.
Comment #5
liam morlandThis could also be fixed by #2369097: Allow descriptions to be returned by drupal_get_schema().
Comment #6
liam morlandComment #7
gregglesI've rerolled this to updated the comment as suggested by Liam Morland, but it's basically the same as Dave's work.
Moving to RTBC since I only changed the comment.
I also noticed some other issues in the queue that seem to be related and/or dups of this issue, so it seems worthwhile to commit and release soon.
Comment #8
gregglesIMO this is at least major since it affects a pretty basic use of the module.
Comment #10
joachim commentedThanks for the reroll!
Committed.
Comment #11
joachim commentedThis warrants a new release (though it's clearly been broken for ages!). I'll check the issue queue for any low-hanging fruit and make a new release soon.
Comment #12
gregglesAgreed about a new release. Thanks for your recent work on this module!