When I'm trying to install module on Drupal 7.10 (PostgreSQL):

WD php: PDOException: SQLSTATE[42601]: Syntax error: 7 ERROR:  syntax error at or near "Array"                                                                 [error]
LINE 5:  PRIMARY KEY (Array, Array)
                      ^: CREATE TABLE {block_class} (
        module varchar(255) NOT NULL default '',
        delta varchar(255) NOT NULL default '',
        css_class varchar(255) NOT NULL default '',
        PRIMARY KEY (Array, Array)
); Array
(
)
 in db_create_table() (line 2684 of /var/www/drupal-7.10-2/includes/database/database.inc).
Cannot modify header information - headers already sent by (output started at /home/stepan/.drush/includes/drush.inc:596) bootstrap.inc:1221                   [warning]
PDOException: SQLSTATE[42601]: Syntax error: 7 ERROR:  syntax error at or near "Array"
LINE 5:  PRIMARY KEY (Array, Array)
                      ^: CREATE TABLE {block_class} (
        module varchar(255) NOT NULL default '',
        delta varchar(255) NOT NULL default '',
        css_class varchar(255) NOT NULL default '',
        PRIMARY KEY (Array, Array)
); Array
(
)
 in db_create_table() (line 2684 of /var/www/drupal-7.10-2/includes/database/database.inc).

Comments

berenddeboer’s picture

Assigned: Unassigned » berenddeboer
Status: Active » Postponed (maintainer needs more info)

Please test with latest git.

stano.lacko’s picture

Status: Postponed (maintainer needs more info) » Fixed

Confirmation that dev version from 2012-Mar-30 is working and installable on PostgreSQL.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

removed drush output