Skip to content

Add SQL request settings endpoint - #280

Closed
PrestaEdit wants to merge 2 commits into
PrestaShop:devfrom
PrestaEdit:add-sql-request-settings
Closed

PrestaEdit wants to merge 2 commits into
PrestaShop:devfrom
PrestaEdit:add-sql-request-settings

Conversation

@PrestaEdit

Copy link
Copy Markdown
Contributor
Questions Answers
Description? Add the SQL request settings endpoint
Type? new feature
BC breaks? no
Deprecations? no
Fixed ticket? Related to PrestaShop/PrestaShop#39630
Sponsor company

Adds PUT /sql-request-settings — SaveSqlRequestSettingsCommand: sets the SQL manager export
file encoding (utf-8 / iso-8859-1) and separator (204). A singleton resource.

The integration test updates the settings and verifies them through Configuration. Reuses the
sql_management_write scope.

PUT /sql-request-settings (SaveSqlRequestSettingsCommand) sets the SQL manager export file encoding
(utf-8 / iso-8859-1) and separator. A singleton resource. The integration test updates the settings
and verifies them via Configuration.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@github-project-automation github-project-automation Bot moved this to Ready for review in PR Dashboard Jun 25, 2026
The handler maps the charset to an int (utf-8 => 1, iso-8859-1 => 2), so assert the integer value.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@PrestaEdit

Copy link
Copy Markdown
Contributor Author

Superseded by #415, which merges this endpoint with the rest of the domain, following the mutualisation asked for by the core team (one PR per domain rather than one per endpoint).

The consolidated PR is green and lists what changed for this endpoint on the way in. Closing here to keep the review in one place.

@PrestaEdit PrestaEdit closed this Aug 20, 2026
@github-project-automation github-project-automation Bot moved this from Ready for review to Closed in PR Dashboard Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants