Actions
Bug #12925
closedBug #12792: Datasources postinst SQL does not use Rudder connection parameters
SQL postinst is too verbose in datasource
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
root@server:~# /opt/rudder/bin/rudder-pkg install-file rudder-plugin-datasources-4.1-1.3-SNAPSHOT.rpkg Installing rudder-plugin-datasources-4.1-1.3-SNAPSHOT.rpkg CREATE FUNCTION psql:/opt/rudder/share/plugins/datasources/datasources-schema.sql:56: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "datasources_pkey" for table "datasources" CONTEXTE : SQL statement "CREATE TABLE datasources ( id text PRIMARY KEY NOT NULL CHECK (id <> '') , properties text NOT NULL CHECK (properties <> '' ) , status text CHECK (status <> '' ) )" PL/pgSQL function create_datasources() line 7 at SQL statement create_datasources -------------------- (1 ligne) []
This is too verbose :/
Updated by Nicolas CHARLES over 6 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/63
Updated by Rudder Quality Assistant over 6 years ago
- Status changed from Pending technical review to Discussion
- Assignee changed from Alexis Mousset to Nicolas CHARLES
Updated by Alexis Mousset over 6 years ago
- Subject changed from SQL poistinst is too verbose in datasource to SQL postinst is too verbose in datasource
Updated by Vincent MEMBRÉ over 6 years ago
- Target version changed from 4.1.13 to 4.1.14
Updated by Nicolas CHARLES over 6 years ago
- Status changed from Discussion to Pending release
Applied in changeset commit:rudder-plugins|a2522ff59d8e2766d79322c9b93dad888e61b002.
Updated by François ARMAND over 6 years ago
- Target version changed from 4.1.14 to 4.1.13
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending release to Released
Actions