Roundup Tracker - Issues

Message7929

Author rouilj
Recipients ber, rouilj, smcgraw
Date 2023-12-28.20:24:50
Message-id <1703795090.65.0.527784287963.issue2550852@roundup.psfhosted.org>
In-reply-to
Committed:

  changeset:   7719:3071db43bfb6

Applied version of Stuart's patch. But I broke use of pg_service.conf (issue2551299).

  changeset:   7723:8147f6deac9f

Fixed breakage of pg_service.conf done by 3071db43bfb6. Replaced use of db_schema_split
by get_database_schema_names().

Also includes support for schema definition in pg_service.conf.

All postgres tests are run against the schema version as well. Also testing for service file 
support has been added.

Docs updated including adding directions for production setup to postgresql.txt and mysql.txt.

pytest pg_schema mark defined and added to the schema test cases. Currently I am running
all tests.
History
Date User Action Args
2023-12-28 20:24:50rouiljsetmessageid: <1703795090.65.0.527784287963.issue2550852@roundup.psfhosted.org>
2023-12-28 20:24:50rouiljsetrecipients: + rouilj, ber, smcgraw
2023-12-28 20:24:50rouiljlinkissue2550852 messages
2023-12-28 20:24:50rouiljcreate