Closed (fixed)
Project:
Schema
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2008 at 19:53 UTC
Updated:
24 May 2009 at 15:20 UTC
When passing schema_compare_table a reference specification from a module's hook_schema (as is recommended in the function docblock) and a null $inspect, then the hook_schema will give the tables without any prefixes, however the inspection will return tables with prefixes. This means that when Drupal is set up to prefix table names, comparisons between the live database and a module's hook_schema are not going to function.
| Comment | File | Size | Author |
|---|---|---|---|
| schema_db_prefix.patch | 1.38 KB | corsix |
Comments
Comment #1
bjaspan commentedFixed in Schema 6.x-1.2.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
pwolanin commentedthis does not seem to have been committed to the 6.x branch
Comment #4
mikeryanI've committed this.