Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 119219
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: blmatthews [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Trivial documentation bug in DBL::SQLite 1.52
Date: Mon, 12 Dec 2016 16:29:13 -0800
To: bug-DBD-SQLite [...] rt.cpan.org
From: "Brian L. Matthews" <blmatthews [...] gmail.com>
In the R* TREE SUPPORT section, the first example creates the table "city_buildings". The query examples then query against the table "try_rtree". Presumably the query examples should query against "city_buildings".
On Tue Dec 13 09:29:25 2016, blmatthews wrote: Show quoted text
> In the R* TREE SUPPORT section, the first example creates the table > "city_buildings". The query examples then query against the table > "try_rtree". Presumably the query examples should query against > "city_buildings".
Thanks. Fixed with https://github.com/DBD-SQLite/DBD-SQLite/commit/64b0389d18be4778d4fee34c096e7df95f8671e1
On Tue Dec 13 22:57:10 2016, ISHIGAKI wrote: Show quoted text
> On Tue Dec 13 09:29:25 2016, blmatthews wrote:
> > In the R* TREE SUPPORT section, the first example creates the table > > "city_buildings". The query examples then query against the table > > "try_rtree". Presumably the query examples should query against > > "city_buildings".
> > > Thanks. Fixed with https://github.com/DBD-SQLite/DBD- > SQLite/commit/64b0389d18be4778d4fee34c096e7df95f8671e1
Closed as 1.54 was out. Thanks.