Remove erroneous insert_id() on cursor reference.

This commit is contained in:
adustman
2006-02-27 05:37:22 +00:00
parent 854f8e904a
commit e23802d4d0

View File

@@ -488,11 +488,6 @@ close()
close the cursor when you are done with it and before creating a
new one.
insert_id()
Returns the last ``AUTO_INCREMENT`` field value inserted
into the database. Non-standard; use the lastrowid attribute
instead (defined by PEP-249_).
info()
Returns some information about the last query. Normally
you don't need to check this. If there are any MySQL