[sqlite] Redundant link in documentation

2015-09-19 Thread gwenn
Maybe I should have sent a patch:

diff src/sqlite.h.in.bak src/sqlite.h.in
3629c3629
< ** [sqlite3_bind_parameter_index()].
---
> ** [sqlite3_bind_parameter_name()].

Regards.

On Tue, Aug 4, 2015 at 8:14 PM, gwenn  wrote:
> Hi,
> In the following page:
> http://sqlite.org/c3ref/bind_parameter_index.html
> there is a link to itself: sqlite3_bind_parameter_index().
>
> Maybe it should have been a link to:
> http://sqlite.org/c3ref/bind_parameter_name.html
> ?
> Regards.


[sqlite] Redundant link in documentation

2015-09-19 Thread Simon Slavin

On 19 Sep 2015, at 9:46am, gwenn  wrote:

> Maybe I should have sent a patch:
> 
> diff src/sqlite.h.in.bak src/sqlite.h.in
> 3629c3629
> < ** [sqlite3_bind_parameter_index()].
> ---
>> ** [sqlite3_bind_parameter_name()].

Actually the linktext is wrong too.  So, to summarise ...

In the 'See also' section of this page



, there's a link to that same page.  It should instead be instead a link to



Simon.


[sqlite] Redundant link in documentation

2015-08-04 Thread gwenn
Hi,
In the following page:
http://sqlite.org/c3ref/bind_parameter_index.html
there is a link to itself: sqlite3_bind_parameter_index().

Maybe it should have been a link to:
http://sqlite.org/c3ref/bind_parameter_name.html
?
Regards.