Correcting minor typo
Change-Id: Ib8b897414039224971a1535c268c8a21fc3534fb
This commit is contained in:
parent
ae64d828df
commit
c8c5c4bdd8
@ -125,7 +125,7 @@ Dialect support
|
|||||||
.. [#1] Table is renamed to temporary table, new table is created followed by
|
.. [#1] Table is renamed to temporary table, new table is created followed by
|
||||||
INSERT statements.
|
INSERT statements.
|
||||||
.. [#2] See 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,
|
In cases not supported by sqlite, table is renamed to temporary table,
|
||||||
new table is created followed by INSERT statements.
|
new table is created followed by INSERT statements.
|
||||||
.. [#3] You can not change datatype or rename column if table has NOT NULL
|
.. [#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
|
data, see http://blogs.x2line.com/al/archive/2005/08/30/1231.aspx for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user