If you enable data module in a postgresql installation you get a error because db_change_field() is not implemented
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | data-data_search_install-1678148-4.patch | 2.1 KB | Chipzzz |
| #1 | data-data_search_install-1678148-1.patch | 2.1 KB | asanchez75 |
Comments
Comment #1
asanchez75 commentedpatch to fix this bug
Comment #2
joachim commentedYikes I didn't realize we were changing the tables of another module!
We should be using http://api.drupal.org/api/drupal/modules!system!system.api.php/function/... here too.
Though I guess that's a separate issue, as it needs fixing on D6 too!
Comment #3
joachim commentedComment #4
Chipzzz commentedThis adds hook_schema_alter to the patch from comment #1, removing a mismatch between the schema and database.
Edit: I see that had unintended consequences. Thank you for reverting it.
Comment #5
joachim commentedSee also #1744510: Port Data Search to D7.
Comment #6
joachim commentedSee #2644260: remove Data Search module.