Mailing List Archive

Re: [interchange] Fix error creating indexes in Postgres when QUOTE_IDENTIFIERS is set
On 08/03/16 18:00, Jon Jensen wrote:
> Fix error creating indexes in Postgres when QUOTE_IDENTIFIERS is set
>
> The problem was that Vend::Table::DBI was assembling an index name
> based on the quoted table name plus '_' plus quoted column name,
> resulting in a syntactically invalid name like "variants"_"sku",

> Instead assemble the name unquoted, and quote the final result.

Good catch, thanks Jon.


Peter

_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users