Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • core
  • Classes
  • Database
  • Connection.php
Find file BlameHistoryPermalink
  • Morton Jonuschat's avatar
    [FEATURE] Doctrine: Implement SchemaMigrationService · 2ba08444
    Morton Jonuschat authored Aug 24, 2016
    Implement a SQL schema migration service based on an actual
    parser for CREATE TABLE statements that are mapped to Doctrine
    Table objects. This enables the use of the Doctrine DBAL
    SchemaManager for all schema modifications.
    
    The new Schema migration service is fully aware of multiple
    database connections and normalizes MySQL specific data types
    to standard compliant types. This mostly affects the TINYINT
    data type which gets converted to a SMALLINT.
    
    Resolves: #77643
    Resolves: #77369
    Resolves: #76508
    Resolves: #76641
    Resolves: #75205
    Resolves: #71645
    Resolves: #44991
    Releases: master
    Change-Id: Ic56941c2ae9717836d89bce74261d11424da340b
    Reviewed-on: https://review.typo3.org/49593
    
    
    Tested-by: default avatarBamboo TYPO3com <info@typo3.com>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    Tested-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    Reviewed-by: Wouter Wolters's avatarWouter Wolters <typo3@wouterwolters.nl>
    Tested-by: Wouter Wolters's avatarWouter Wolters <typo3@wouterwolters.nl>
    2ba08444