From 5bebf13d58edd6612c209d67680c61f8bff9d033 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Thu, 29 Jul 2010 00:02:42 +0200 Subject: [PATCH] Bugfix in Test Models that made Oracle tests fail for illegal identifier name --- tests/Doctrine/Tests/Models/Navigation/NavPhotos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Doctrine/Tests/Models/Navigation/NavPhotos.php b/tests/Doctrine/Tests/Models/Navigation/NavPhotos.php index b1ce1fa25..25858d0b3 100644 --- a/tests/Doctrine/Tests/Models/Navigation/NavPhotos.php +++ b/tests/Doctrine/Tests/Models/Navigation/NavPhotos.php @@ -25,7 +25,7 @@ class NavPhotos private $poi; /** - * @column(type="string") + * @column(type="string", name="file_name") */ private $file;