mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Add pattern matching to the .table command (CVS 129)
FossilOrigin-Name: 2b3511eca7e562ef2428cec2f7eeca1d26b6c1c8
This commit is contained in:
@ -17,6 +17,11 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2000 Aug 8} {
|
||||
<li>Added pattern matching to the ".table" command in the "sqlite"
|
||||
command shell.</li>
|
||||
}
|
||||
|
||||
chng {2000 Aug 4} {
|
||||
<li>Documentation updates</li>
|
||||
<li>Added "busy" and "timeout" methods to the Tcl interface</li>
|
||||
|
Reference in New Issue
Block a user