Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: daiki_nomura999 [...] yahoo.co.jp
Cc:
AdminCc:

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



Subject: variance example of the doc
Date: Mon, 3 Sep 2012 18:35:02 +0900 (JST)
To: bug-DBD-SQLite [...] rt.cpan.org
From: <daiki_nomura999 [...] yahoo.co.jp>
This is too trivial thing to mail, if there is other mails for this, please just ignore me.Example of Variance seems to me apprently wrong.  This is from http://search.cpan.org/~adamk/DBD-SQLite-1.37/lib/DBD/SQLite.pm foreach my $v ( @$self ) {           $sigma += ($x - $mu)**2; } $x should be $v. DBD::SQLite version=3.7.6.3 PERL=5.12.2 OS=FreeBSD 8.2-Release Thanks for documentation and great small database. regards.
Applied in the trunk. Thanks. # Feel free to report whatever you find ;) On Mon Sep 03 18:35:19 2012, daiki_nomura999@yahoo.co.jp wrote: Show quoted text
> This is too trivial thing to mail, if there is other mails for this, > please just ignore me.Example of Variance seems to me apprently > wrong.  This is from http://search.cpan.org/~adamk/DBD-SQLite- > 1.37/lib/DBD/SQLite.pm > > foreach my $v ( @$self ) { >           $sigma += ($x - $mu)**2; > } > > $x should be $v. > > DBD::SQLite version=3.7.6.3 > PERL=5.12.2 > OS=FreeBSD 8.2-Release > > Thanks for documentation and great small database. > regards. > >
DBD::SQLite 1.38_01 with this fix is released. Thanks. On Mon Sep 03 18:35:19 2012, daiki_nomura999@yahoo.co.jp wrote: Show quoted text
> This is too trivial thing to mail, if there is other mails for this, > please just ignore me.Example of Variance seems to me apprently > wrong.  This is from http://search.cpan.org/~adamk/DBD-SQLite- > 1.37/lib/DBD/SQLite.pm > > foreach my $v ( @$self ) { >           $sigma += ($x - $mu)**2; > } > > $x should be $v. > > DBD::SQLite version=3.7.6.3 > PERL=5.12.2 > OS=FreeBSD 8.2-Release > > Thanks for documentation and great small database. > regards. > >
Subject: Re: [rt.cpan.org #79364] Resolved: variance example of the doc
Date: Tue, 25 Sep 2012 20:54:34 +0900 (JST)
To: bug-DBD-SQLite [...] rt.cpan.org
From: <daiki_nomura999 [...] yahoo.co.jp>
Thanks for your response. So far, I have nothing to say for SQLite. It is cute for me... I had one more concern for documentation because there is strange characters in it's example. Today, I tried COLLATE whether it works with sqlite_unicode=>1 and found it just works fine. Attatched my test script. I guess there may be some restriction in cpan documentation for 0x80-0xFF characters. It works, it is fine. regards. p.s. If i am wrong, I am sorry, but is it ishigaki of charsbar? Here after, japanses message. 石垣さんですよね?技術評論の連載を拝見し、最初のほうから読みなおしております。不勉強な私にはめちゃくちゃおもしろいです。石垣さんがメンテナをされてるとは知らず、返信を頂き驚きました。アルトのほうで一度お会いしたことのある野村と申します。お忙しい所ご対応頂きありがとうございました。 --- On Tue, 2012/9/25, Kenichi Ishigaki via RT <bug-DBD-SQLite@rt.cpan.org> wrote: Show quoted text
> <URL: > > > According to our records, your request has been resolved. If you have any > further questions or concerns, please respond to this message. >

Message body is not shown because sender requested not to inline it.