This update lead to systax errors when used with postgresql.
This is because in postgresql the keyword AS for column aliases is not optional in select clause.

(The error is pg_query(): Query failed: ERROR: syntax error at or near "wid" at character 17 in .... /includes/database.pgsql.inc on line 84.)

CommentFileSizeAuthor
system_177.pg.patch934 bytesSteve Ratcliffe
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Cvbge’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for the report and fix!

A note to person applying the patch: please use patch -p1 instead of normal -p0.

Gerhard Killesreiter’s picture

Status: Reviewed & tested by the community » Fixed

applied.

Anonymous’s picture

Status: Fixed » Closed (fixed)