Skip Menu |

This queue is for tickets about the ORLite CPAN distribution.

Report information
The Basics
Id: 61191
Status: resolved
Worked: 3 hours (180 min)
Priority: 0/
Queue: ORLite

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

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



Subject: Enable sqllite_unicode in the DBI->connect attrs
It would be nice to have sqlite_unicode sent to DBI, otherwise unicode data turns into garbage. I worked around this by overriding the connect function, but that's hardly ideal.
Subject: Re: [rt.cpan.org #61191] Enable sqllite_unicode in the DBI->connect attrs
Date: Thu, 9 Sep 2010 12:00:57 +1000
To: bug-ORLite [...] rt.cpan.org
From: Adam Kennedy <adamkennedybackup [...] gmail.com>
Would this be complicated by the need to be back-compatible to 5.006, where Perl doesn't have Unicode support? Adam K On 9 September 2010 11:39, http://www.google.com/profiles/G.Kulag via RT <bug-ORLite@rt.cpan.org> wrote: Show quoted text
> Wed Sep 08 21:39:08 2010: Request 61191 was acted upon. > Transaction: Ticket created by http://www.google.com/profiles/G.Kulag >       Queue: ORLite >     Subject: Enable sqllite_unicode in the DBI->connect attrs >   Broken in: 1.45 >    Severity: Wishlist >       Owner: Nobody >  Requestors: g.kulag@gmail.com >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=61191 > > > > It would be nice to have sqlite_unicode sent to DBI, otherwise unicode > data turns into garbage. I worked around this by overriding the connect > function, but that's hardly ideal. >
Subject: Re: [rt.cpan.org #61191] Enable sqllite_unicode in the DBI->connect attrs
Date: Wed, 8 Sep 2010 23:16:06 -0400
To: bug-ORLite [...] rt.cpan.org
From: Kulag <g.kulag [...] gmail.com>
It could be added as an option to the import call without causing trouble. On Wed, Sep 8, 2010 at 10:01 PM, Reserved Local Account via RT < bug-ORLite@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=61191 > > > Would this be complicated by the need to be back-compatible to 5.006, > where Perl doesn't have Unicode support? > > Adam K > > On 9 September 2010 11:39, http://www.google.com/profiles/G.Kulag via > RT <bug-ORLite@rt.cpan.org> wrote:
> > Wed Sep 08 21:39:08 2010: Request 61191 was acted upon. > > Transaction: Ticket created by http://www.google.com/profiles/G.Kulag > > Queue: ORLite > > Subject: Enable sqllite_unicode in the DBI->connect attrs > > Broken in: 1.45 > > Severity: Wishlist > > Owner: Nobody > > Requestors: g.kulag@gmail.com > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=61191 > > > > > > > It would be nice to have sqlite_unicode sent to DBI, otherwise unicode > > data turns into garbage. I worked around this by overriding the connect > > function, but that's hardly ideal. > >
> >
I think I just fixed it by adding a dbi_attr option. It's in Adam's repository ready for review. I think this problem will be gone in a few days. :-) Mirko
Am Fr 20. Jan 2012, 11:24:43, MEMOWE schrieb: Show quoted text
> I think I just fixed it by adding a dbi_attr option.
s/dbi_attr/unicode/ \o/
Added and released. There's some questions around the functionality of blobs though.