mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Improvements to the SQLITE_MISUSE detection logic. Also added test cases
for this logic, including the new test file "misuse.test". (CVS 559) FossilOrigin-Name: f42907ce457e012592f8c043dc6c915e87258b35
This commit is contained in:
@ -25,6 +25,11 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2002 May 09 (2.4.12)} {
|
||||
<li>Added logic to detect when the library API routines are called out
|
||||
of sequence.</li>
|
||||
}
|
||||
|
||||
chng {2002 May 08 (2.4.11)} {
|
||||
<li>Bug fix: Column names in the result set were not being generated
|
||||
correctly for some (rather complex) VIEWs. This could cause a
|
||||
|
Reference in New Issue
Block a user