mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix the locking protocol. (CVS 280)
FossilOrigin-Name: 484b82d8a1c84f3d9725a509de93276b9fa9b294
This commit is contained in:
@ -17,12 +17,15 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2001 Oct ? (2.0.2)} {
|
||||
chng {2001 Oct 8 (2.0.2)} {
|
||||
<li>Fix a bugs in the locking protocol.</li>
|
||||
<li>Removed some unused "#include <unistd.h>" that were causing problems
|
||||
for VC++.</li>
|
||||
<li>Fixed <b>sqlite.h</b> so that it is usable from C++</li>
|
||||
<li>Added the FULL_COLUMN_NAMES pragma. When set to "ON", the names of
|
||||
columns are reported back as TABLE.COLUMN instead of just COLUMN.</li>
|
||||
<li>Added the TABLE_INFO() and INDEX_INFO() pragmas to help support the
|
||||
ODBC interface.</li>
|
||||
<li>Added support for TEMPORARY tables and indices.</li>
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user