Re: [sqlite] rowid for my first 2 rows is always the Same.

2008-11-15 Thread Igor Tandetnik
"LordEricO" <[EMAIL PROTECTED]> wrote
in message news:[EMAIL PROTECTED]
> For some reason, the rowid of the first the 2 rows in my table always
> matches.  Whether it's one and one, two and two, 20 and 20 etc...  No
> matter if I delete one of the rows.
> Do you know why that would be?

With all due respect, I find this hard to believe. As far as I can tell, 
this is a physical impossibility in SQLite's data structures.

Can you show a small sample that demonstrates the problem? How do you 
create the table, insert rows, and read them back in a way that suggests 
to you there are duplicate rowids?

Igor Tandetnik



___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] rowid for my first 2 rows is always the Same.

2008-11-15 Thread LordEricO

For some reason, the rowid of the first the 2 rows in my table always
matches.  Whether it's one and one, two and two, 20 and 20 etc...  No matter
if I delete one of the rows.
Do you know why that would be?

Eric
-- 
View this message in context: 
http://www.nabble.com/rowid-for-my-first-2-rows-is-always-the-Same.-tp20522218p20522218.html
Sent from the SQLite mailing list archive at Nabble.com.

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users