From 3669321161eff96481b963b9ec2f21e1822b97ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateo=20Tibaquir=C3=A1=20Palacios?= Date: Wed, 11 Dec 2013 00:07:07 -0500 Subject: [PATCH] Doctrine 2.4 now supports SQLite ALTER TABLE --- docs/en/tutorials/getting-started.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/tutorials/getting-started.rst b/docs/en/tutorials/getting-started.rst index dc65b433c..de33c4545 100644 --- a/docs/en/tutorials/getting-started.rst +++ b/docs/en/tutorials/getting-started.rst @@ -218,8 +218,7 @@ Or use the update functionality: The updating of databases uses a Diff Algorithm for a given Database Schema, a cornerstone of the ``Doctrine\DBAL`` package, -which can even be used without the Doctrine ORM package. However -its not available in SQLite since it does not support ALTER TABLE. +which can even be used without the Doctrine ORM package. Starting with the Product -------------------------