[issue2176] Undocumented lastrowid attribute i sqlite3 cursor class

2008-03-30 Thread Georg Brandl

Georg Brandl [EMAIL PROTECTED] added the comment:

Gerhard: Note that you don't need to commit identical changes to the
trunk and 3k branches -- the merging process will take care of this.

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2176
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2176] Undocumented lastrowid attribute i sqlite3 cursor class

2008-03-29 Thread Gerhard Häring

Changes by Gerhard Häring [EMAIL PROTECTED]:


--
assignee: georg.brandl - ghaering
nosy: +ghaering

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2176
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2176] Undocumented lastrowid attribute i sqlite3 cursor class

2008-03-29 Thread Gerhard Häring

Gerhard Häring [EMAIL PROTECTED] added the comment:

The lastrowid attribute is now documented in r62044. Thanks for bringing
this up.

--
resolution:  - fixed
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2176
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2176] Undocumented lastrowid attribute i sqlite3 cursor class

2008-03-28 Thread Georg Brandl

Changes by Georg Brandl [EMAIL PROTECTED]:


--
priority:  - high

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2176
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2176] Undocumented lastrowid attribute i sqlite3 cursor class

2008-03-17 Thread Georg Brandl

Changes by Georg Brandl [EMAIL PROTECTED]:


--
assignee:  - georg.brandl
nosy: +georg.brandl

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2176
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2176] Undocumented lastrowid attribute i sqlite3 cursor class

2008-02-24 Thread Jakub Fedyczak

Changes by Jakub Fedyczak:


--
components: Documentation
nosy: bukaj
severity: normal
status: open
title: Undocumented lastrowid attribute i sqlite3 cursor class
versions: Python 2.5

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2176
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2176] Undocumented lastrowid attribute i sqlite3 cursor class

2008-02-24 Thread Jakub Fedyczak

New submission from Jakub Fedyczak:

con = sqlite3.connect(file)
c = con.cursor()
c.execute(INSERT INTO .)
last_id = c.lastrowid --- nothing about it in the docs

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2176
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com