HomePhorge

(#9832) 2.7.4 StoreConfigs regression with PostgreSQL.
8343077c154dUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

(#9832) 2.7.4 StoreConfigs regression with PostgreSQL.

The extraction of StoreConfigs to a terminus caused a regression for
PostgreSQL users, in that we had the wrong case for the title of resources in
the database when matching.

This wasn't caught because MySQL and SQLite do case insensitive matching, and
our stub data was wrongly using a downcased name to test.

Signed-off-by: Daniel Pittman <daniel@puppetlabs.com>

Details

Event Timeline

Daniel Pittman <daniel@puppetlabs.com> committed rPU8343077c154d: (#9832) 2.7.4 StoreConfigs regression with PostgreSQL. (authored by Daniel Pittman <daniel@puppetlabs.com>).Sep 30 2011, 7:36 PM