Skip to content

Commit

Permalink
[GH-4681] Remove TableGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Jun 26, 2021
1 parent ca22fa3 commit 076ff60
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 295 deletions.
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ awareness about deprecated code.

# Upgrade to 4.0

## Removed `TableGenerator` component

The `TableGenerator` component has been removed.

## Removed support for `Connection::lastInsertId($name)`

The `Connection::lastInsertId()` method no longer accepts a sequence name.
Expand Down
5 changes: 0 additions & 5 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@
is no longer supported.
-->
<file name="src/Tools/Console/ConsoleRunner.php"/>
<!--
This suppression should be removed in 4.0.0.
-->
<referencedClass name="Doctrine\DBAL\Id\TableGenerator"/>
<referencedClass name="Doctrine\DBAL\Id\TableGeneratorSchemaVisitor"/>
</errorLevel>
</DeprecatedClass>
<DeprecatedMethod>
Expand Down
165 changes: 0 additions & 165 deletions src/Id/TableGenerator.php

This file was deleted.

63 changes: 0 additions & 63 deletions src/Id/TableGeneratorSchemaVisitor.php

This file was deleted.

62 changes: 0 additions & 62 deletions tests/Functional/TableGeneratorTest.php

This file was deleted.

0 comments on commit 076ff60

Please sign in to comment.