Here is the little patch verbatim.

Regards,

Adrian

diff -u c:\Hacking\sqlite3\version3.html.~1~
c:\Hacking\sqlite3\version3.html
--- c:\Hacking\sqlite3\version3.html.~1~ 2010-08-08 17:54:51.125000000 +0200
+++ c:\Hacking\sqlite3\version3.html 2010-08-08 17:54:51.140625000 +0200
@@ -235,8 +235,8 @@
 feature is retained in version 3.0, though in a slightly modified form.
 Each table column will store any type of data, though columns have an
 affinity for the format of data defined by their declared datatype.
-When data is inserted into a column, that column will make at attempt
-to convert the data format into the columns declared type.   All SQL
+When data is inserted into a column, that column will make an attempt
+to convert the data format into the column's declared type.   All SQL
 database engines do this.  The difference is that SQLite 3.0 will
 still store the data even if a format conversion is not possible.
 </p>
@@ -297,9 +297,9 @@

 <p>
 When creating new user-defined SQL functions and collating sequences,
-each function or collating sequence can specify it if works with
+each function or collating sequence can specify if it works with
 UTF-8, UTF-16be, or UTF-16le.  Separate implementations can be registered
-for each encoding.   If an SQL function or collating sequences is required
+for each encoding.   If an SQL function or collating sequence is required
 but a version for the current text encoding is not available, then
 the text is automatically converted.  As before, this conversion takes
 computation time, so programmers are advised to pick a single


On Sun, Aug 8, 2010 at 6:00 PM, Adrian Aichner <
adrian.aich...@googlemail.com> wrote:

> Greetings!
>
> I hope you'll find this little patch useful.
>
> I'm not sure whether this webpage is auto-generated.
>
> In that case the patch should still be useful to spot the typos.
>
> Thanks for this great SQL database engine!
>
> --
> Adrian Aichner
>  mailto:adrian.aich...@gmail.com
>
>


-- 
Adrian Aichner
 mailto:adrian.aich...@gmail.com
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to