Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use JSON data type for dataset column in dataset table #21

Open
3 tasks
brotkrueml opened this issue Jan 16, 2022 · 0 comments
Open
3 tasks

Use JSON data type for dataset column in dataset table #21

brotkrueml opened this issue Jan 16, 2022 · 0 comments
Assignees
Labels
breaking Breaking changes in major release documentation Improvements or additions to documentation on hold On hold
Milestone

Comments

@brotkrueml
Copy link
Contributor

brotkrueml commented Jan 16, 2022

As TYPO3 v12 will raise the database requirements and supports the JSON data type, the type of the dataset column in the tx_jobrouterdata_domain_model_dataset should be moved from TEXT to JSON. This makes it possible to select rows directly within a SELECT statement instead of filtering via PHP.

  • Use JSON as data type for dataset column.
  • Adjust documentation.
  • Add breaking entry to changelog.

As the dataset column should contain always valid JSON this should produce no errors on migration.

@brotkrueml brotkrueml added documentation Improvements or additions to documentation breaking Breaking changes in major release labels Jan 16, 2022
@brotkrueml brotkrueml added this to the Version 2.0 milestone Jan 16, 2022
@brotkrueml brotkrueml self-assigned this Jan 16, 2022
@brotkrueml brotkrueml removed this from the Version 2.0 milestone Dec 11, 2022
@brotkrueml brotkrueml added the on hold On hold label Dec 11, 2022
@brotkrueml brotkrueml added this to the Version 3.0 milestone Dec 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking changes in major release documentation Improvements or additions to documentation on hold On hold
Projects
None yet
Development

No branches or pull requests

1 participant