From e23802d4d04b52877f73714031fc1e8592155e23 Mon Sep 17 00:00:00 2001 From: adustman Date: Mon, 27 Feb 2006 05:37:22 +0000 Subject: [PATCH] Remove erroneous insert_id() on cursor reference. --- MySQLdb/doc/MySQLdb.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MySQLdb/doc/MySQLdb.txt b/MySQLdb/doc/MySQLdb.txt index 765a139..0919a43 100644 --- a/MySQLdb/doc/MySQLdb.txt +++ b/MySQLdb/doc/MySQLdb.txt @@ -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