mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix a bug that could cause UPDATE to fail for a table that contains
both an INTEGER PRIMARY KEY and an index. (CVS 346) FossilOrigin-Name: 96cd07a881d7bea86a66d7dfe54713be9c81cb4c
This commit is contained in:
@ -17,9 +17,11 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2002 Jan 10 (2.2.2)} {
|
||||
chng {2002 Jan 13 (2.2.2)} {
|
||||
<li>Bug fix: An assertion was failing when a temporary table with an index
|
||||
had the same name as a permanent table created by a separate process.</li>
|
||||
<li>Bug fix: Updates to tables containing an INTEGER PRIMARY KEY and an
|
||||
index could fail.</li>
|
||||
}
|
||||
|
||||
chng {2002 Jan 9 (2.2.1)} {
|
||||
|
Reference in New Issue
Block a user