From 378ad79713397183d71960b5a2c18b5b509fb137 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 2 Jan 2015 16:43:11 -0500 Subject: [PATCH] - put this back now that we found the source of this --- doc/build/core/constraints.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/build/core/constraints.rst b/doc/build/core/constraints.rst index a113001003..1f855c7248 100644 --- a/doc/build/core/constraints.rst +++ b/doc/build/core/constraints.rst @@ -176,17 +176,13 @@ has a name. In the case of the ``'node'`` table above, we haven't named this constraint; the system will therefore attempt to emit DROP for only those constraints that are named: -.. NOTE: the parser is doing something wrong with the DROP here, - if the "DROP TABLE element" is second, the "t" is being chopped off; - it is specific to the letter "t". Look into this at some point - .. sourcecode:: pycon+sql >>> with engine.connect() as conn: ... metadata.drop_all(conn, checkfirst=False) {opensql}ALTER TABLE element DROP CONSTRAINT fk_element_parent_node_id - DROP TABLE element DROP TABLE node + DROP TABLE element {stop} -- 2.47.3