1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix typo in changes.html. (CVS 3567)

FossilOrigin-Name: cc1df49b7a54fb11ccaa83e70f8a024d733744a5
This commit is contained in:
drh
2007-01-06 13:05:34 +00:00
parent 5a91a537db
commit db960ec3c2
3 changed files with 8 additions and 8 deletions

View File

@ -48,7 +48,7 @@ even in there are LEFT joins.</li>
<li>Extension loading supported added to winCE</li>
<li>Allow constrain names on the DEFAULT clause in a table definition</li>
<li>Added the ".bail" command to the command-line shell</li>
<li>Make CVS (comma separate value) output from the command-line shell
<li>Make CSV (comma separate value) output from the command-line shell
more closely aligned to accepted practice</li>
<li>Experimental FTS2 module added</li>
<li>Use sqlite3_mprintf() instead of strdup() to avoid libc dependencies</li>