Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
  • typo3
  • typo3
  • sysext
  • install
  • Classes
  • Updates
  • DatabaseRowsUpdateWizard.php
Find file Blame History Permalink
  • lolli's avatar
    [BUGFIX] Install tool database row updater works with mssql · 1a9bc67d
    lolli authored Nov 13, 2020 and Benni Mack's avatar Benni Mack committed Nov 13, 2020
    SqlServer can not handle a transaction for a table, if the
    same table is queried currently. The install tool database
    row updater does this. Solution is to skip the transaction
    on this platform. Additionally, an update query is fixed
    to hint for proper field types.
    
    Resolves: #92832
    Releases: master, 10.4
    Change-Id: I5fc76705088a727dc1ff41410d6e2cd02b3d9655
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66622
    
    
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Tested-by: default avatarBenni Mack <benni@typo3.org>
    Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Reviewed-by: default avatarBenni Mack <benni@typo3.org>
    1a9bc67d