mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Support for temporary tables added. Still need more testing. (CVS 279)
FossilOrigin-Name: 9368c62e4097aae3081a325962c1dec167fd253d
This commit is contained in:
@ -20,8 +20,10 @@ proc chng {date desc} {
|
||||
chng {2001 Oct ? (2.0.2)} {
|
||||
<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 support for TEMPORARY tables and indices.</li>
|
||||
}
|
||||
|
||||
chng {2001 Oct 2 (2.0.1)} {
|
||||
|
Reference in New Issue
Block a user