Skip to content

Commit c1ce2bb

Browse files
authored
Merge pull request #12220 from mbeccati/fix-mysql9-library
Escape library as a table name in tests (#12170)
2 parents 930a790 + 5f6896a commit c1ce2bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Tests/Models/Enums/Library.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
use Doctrine\ORM\Mapping\GeneratedValue;
1212
use Doctrine\ORM\Mapping\Id;
1313
use Doctrine\ORM\Mapping\OneToMany;
14+
use Doctrine\ORM\Mapping\Table;
1415

1516
#[Entity]
17+
#[Table('`library`')]
1618
class Library
1719
{
1820
#[Id]

0 commit comments

Comments
 (0)