From b2347898e09b21149a963ede9cda3d5cb13256a4 Mon Sep 17 00:00:00 2001 From: chrisw Date: Thu, 9 Sep 2010 15:58:07 +0100 Subject: [PATCH] update feature matrix --- docs/index.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 0005628..aefce9d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -73,7 +73,7 @@ Dialect support - yes - not supported * - :ref:`ALTER TABLE ADD COLUMN ` - - yes (with limitations) [#2]_ + - yes (workaround) [#2]_ - yes - yes - yes @@ -94,14 +94,14 @@ Dialect support - yes [#4]_ - not supported * - :ref:`ALTER TABLE ADD CONSTRAINT ` - - no + - partial (workaround) [#1]_ - yes - yes - yes - yes - not supported * - :ref:`ALTER TABLE DROP CONSTRAINT ` - - no + - partial (workaround) [#1]_ - yes - yes - yes @@ -117,7 +117,8 @@ Dialect support .. [#1] Table is renamed to temporary table, new table is created followed by INSERT statements. -.. [#2] Visit http://www.sqlite.org/lang_altertable.html for more information. +.. [#2] See http://www.sqlite.org/lang_altertable.html for more information. + In cases not supported my sqlite, table is renamed to temporary table, new table is created followed by INSERT statements. .. [#3] You can not change datatype or rename column if table has NOT NULL data, see http://blogs.x2line.com/al/archive/2005/08/30/1231.aspx for more information. .. [#4] Changing nullable is not supported