Re: portable DBAPI auto-increment

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Re: portable DBAPI auto-increment
Дата
Msg-id 20110408215128.GB2406@hermes.hilbert.loc
обсуждение исходный текст
Ответ на Re: portable DBAPI auto-increment  (Marko Kreen <markokr@gmail.com>)
Список psycopg
On Fri, Apr 08, 2011 at 08:36:25PM +0300, Marko Kreen wrote:

> > On Thu, Apr 07, 2011 at 04:40:29PM -0400, Mark Sienkiewicz wrote:
> >> In psycopg2, I find that lastrowid is always 0, even though it is
> >> making rows in the table with k=1, k=2, etc.
> >>
> >> I did some searching and found that the value of lastrowid is not
> >> taken from the autoincrementing column, but is some non-unique entity
> >> called an OID.
> >
> > OIDs *are* unique per table.
>
> Actually they are not - you need unique index on oid column for that.
>
> That is also one of the reasons to avoid them...

Thanks for the correction.

Karsten
--
GPG key ID E4071346 @ gpg-keyserver.de
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346

В списке psycopg по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: portable DBAPI auto-increment
Следующее
От: Mark Sienkiewicz
Дата:
Сообщение: Re: portable DBAPI auto-increment