Re: [sqlite] typo fixing patch for http://www.sqlite.org/version3.html

2010-08-09 Thread Adrian Aichner
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.12500 +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.
 
@@ -297,9 +297,9 @@

 
 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


Re: [sqlite] typo fixing patch for http://www.sqlite.org/version3.html

2010-08-09 Thread Simon Slavin

On 9 Aug 2010, at 12:37pm, Richard Hipp wrote:

> On Mon, Aug 9, 2010 at 7:23 AM, Simon Slavin  wrote:
> 
>> On 8 Aug 2010, at 5:00pm, Adrian Aichner wrote:
>> 
>>> I hope you'll find this little patch useful.
>> 
>> Attachments are stripped from messages to this list.  Please describe what
>> your patch does in your message, and post the URL where interested people
>> can download it.
> 
> I was looking at the mailing list setup yesterday, and if I read am reading
> the settings correctly, attachments are only stripped if their mimetype is
> not text/plain.  As an experiment, I added a short text attachment to this
> message to see if it will go through...

I received that with attachment intact.

Simon.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] typo fixing patch for http://www.sqlite.org/version3.html

2010-08-09 Thread Richard Hipp
On Mon, Aug 9, 2010 at 7:23 AM, Simon Slavin  wrote:

>
> On 8 Aug 2010, at 5:00pm, Adrian Aichner wrote:
>
> > I hope you'll find this little patch useful.
>
> Attachments are stripped from messages to this list.  Please describe what
> your patch does in your message, and post the URL where interested people
> can download it.
>

I was looking at the mailing list setup yesterday, and if I read am reading
the settings correctly, attachments are only stripped if their mimetype is
not text/plain.  As an experiment, I added a short text attachment to this
message to see if it will go through


>
> Simon.
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
This is a test to see if a text/plain attachment will make it
through on the sqlite-users mailing list.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] typo fixing patch for http://www.sqlite.org/version3.html

2010-08-09 Thread Simon Slavin

On 8 Aug 2010, at 5:00pm, Adrian Aichner wrote:

> I hope you'll find this little patch useful.

Attachments are stripped from messages to this list.  Please describe what your 
patch does in your message, and post the URL where interested people can 
download it.

Simon.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users