While installing sub-module in salesforce I am getting this error.
DatabaseSchemaObjectExistsException: Table salesforce_prematch already exists. in DatabaseSchema->createTable() (line 630 of /var/www/drupal-7/includes/database/schema.inc).

This problem is related to this one
http://drupal.org/node/821684#comment-3210394
'nicholasThompson' is saying in his comment
"It seems hook_schema() now gets called in install and uninstall automatically"

If I am commenting hook_install then this problem is not comming.

/**
 * Implementation of hook_install().
 */
/*function sf_prematch_install() {
  drupal_install_schema('sf_prematch');
}*/

Comments

vasike’s picture

i confirm this

EvanDonovan’s picture

This branch is about to be deprecated. Cf. #1197906: Release New 7.x-2.x Branch (as -dev). Will mark this "Closed (won't fix)" when that happens.

EvanDonovan’s picture

Status: Active » Closed (won't fix)

Fixed in 2.x & this branch is deprecated.